git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@9321 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -15,13 +15,13 @@ OBJ = $(SRC:.cpp=.o)
|
|||||||
|
|
||||||
PACKAGE = asphere class2 colloid dipole fld gpu granular kim \
|
PACKAGE = asphere class2 colloid dipole fld gpu granular kim \
|
||||||
kspace manybody mc meam molecule opt peri poems reax replica \
|
kspace manybody mc meam molecule opt peri poems reax replica \
|
||||||
rigid shock srd xtc
|
rigid shock srd voronoi xtc
|
||||||
|
|
||||||
PACKUSER = user-misc user-atc user-awpmd user-cg-cmm user-colvars \
|
PACKUSER = user-misc user-atc user-awpmd user-cg-cmm user-colvars \
|
||||||
user-cuda user-eff user-omp user-molfile user-reaxc user-sph
|
user-cuda user-eff user-omp user-molfile user-reaxc user-sph
|
||||||
|
|
||||||
PACKLIB = gpu kim meam poems reax user-atc user-awpmd user-colvars \
|
PACKLIB = gpu kim meam poems reax voronoi \
|
||||||
user-cuda user-molfile
|
user-atc user-awpmd user-colvars user-cuda user-molfile
|
||||||
|
|
||||||
PACKALL = $(PACKAGE) $(PACKUSER)
|
PACKALL = $(PACKAGE) $(PACKUSER)
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,5 @@
|
|||||||
# Install/unInstall package files in LAMMPS
|
# Install/unInstall package files in LAMMPS
|
||||||
# edit 2 Makefile.package files to include/exclude CUDA info
|
# edit 2 Makefile.package files to include/exclude package info
|
||||||
# do not install child files if parent does not exist
|
|
||||||
|
|
||||||
if (test $1 = 1) then
|
if (test $1 = 1) then
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user