2019-04-03 02:30:34 +08:00
|
|
|
# preset that turns on a wide range of packages, some of which require
|
|
|
|
# external libraries. Compared to all_on.cmake some more unusual packages
|
|
|
|
# are removed. The resulting binary should be able to run most inputs.
|
2019-04-03 00:41:12 +08:00
|
|
|
|
|
|
|
set(ALL_PACKAGES ASPHERE CLASS2 COLLOID CORESHELL DIPOLE
|
|
|
|
GRANULAR KSPACE MANYBODY MC MISC MOLECULE OPT PERI
|
2019-10-15 22:55:10 +08:00
|
|
|
PYTHON QEQ REPLICA RIGID SHOCK SNAP SRD VORONOI
|
2019-04-03 00:41:12 +08:00
|
|
|
USER-CGDNA USER-CGSDK USER-COLVARS USER-DIFFRACTION USER-DPD
|
|
|
|
USER-DRUDE USER-FEP USER-MEAMC USER-MESO
|
2019-10-14 20:02:59 +08:00
|
|
|
USER-MISC USER-MOFFF USER-OMP USER-PHONON USER-REAXC
|
2019-04-03 02:30:34 +08:00
|
|
|
USER-SPH USER-SMD USER-UEF USER-YAFF)
|
2019-04-03 00:41:12 +08:00
|
|
|
|
|
|
|
foreach(PKG ${ALL_PACKAGES})
|
|
|
|
set(PKG_${PKG} ON CACHE BOOL "" FORCE)
|
|
|
|
endforeach()
|