git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@13469 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp
2015-05-15 17:25:41 +00:00
parent b206e23b33
commit 8177dd7612

View File

@ -707,9 +707,9 @@ class Packages:
lib = make.getvar("PACKLIB") lib = make.getvar("PACKLIB")
lib.remove("kim") lib.remove("kim")
lib.remove("kokkos") lib.remove("kokkos")
lib.remove("molfile") lib.remove("user-molfile")
lib.remove("python") lib.remove("python")
lib.remove("quip") lib.remove("user-quip")
all = std + user all = std + user
# plist = command line args expanded to yes-package or no-package # plist = command line args expanded to yes-package or no-package