Skip to content

Commit a32d747

Browse files
committed
update for 22 December 2022 release. Remove obsoleted USER-VCSGC package.
1 parent c786bc3 commit a32d747

File tree

9 files changed

+5
-2474
lines changed

9 files changed

+5
-2474
lines changed

CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ include(LAMMPSInterfacePlugin)
2020
set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR})
2121

2222
if(CMAKE_SYSTEM_NAME STREQUAL "Windows")
23-
add_custom_target(package DEPENDS package-USER-AEAM package-USER-REBOMOS package-USER-VCSGC)
23+
add_custom_target(package DEPENDS package-USER-AEAM package-USER-REBOMOS)
2424
endif()
2525
add_subdirectory(USER-AEAM)
2626
add_subdirectory(USER-REBOMOS)
27-
add_subdirectory(USER-VCSGC)

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@ for a number of reasons, but ported to be compatible with the
77
|--------------|----------------------------------------------------|
88
| USER-AEAM | https://github.com/psaidi/AEAM |
99
| USER-REBOMOS | https://matsci.org/t/pair-rebomos/30503 |
10-
| USER-VCSGC | https://gitlab.com/materials-modeling/vcsgc-lammps |
10+
11+
As of the 22 December 2022 LAMMPS release, the USER-VCSGC package
12+
code has been merged with upstream and the corresponding fix is now
13+
available in the MC package. The plugin package has thus been removed.
1114

1215
To compile and configure all plugins
1316

USER-VCSGC/CMakeLists.txt

Lines changed: 0 additions & 73 deletions
This file was deleted.

USER-VCSGC/README.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

USER-VCSGC/README.txt

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)