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

This commit is contained in:
sjplimp
2015-04-09 17:47:45 +00:00
parent 1ac9a2d266
commit 6aae3ac7b1
3 changed files with 8 additions and 3 deletions

View File

@ -698,13 +698,18 @@ class Packages:
def setup(self):
# extract package lists from src/Makefile
# remove kokkos from lib since it doesn't actually have a lib
# remove names from lib that there are not Make.py lib-classes for
# most don't actually have libs, so nothing to control from Make.py
make = MakeReader("%s/Makefile" % dir.src)
std = make.getvar("PACKAGE")
user = make.getvar("PACKUSER")
lib = make.getvar("PACKLIB")
lib.remove("kim")
lib.remove("kokkos")
lib.remove("molfile")
lib.remove("python")
lib.remove("quip")
all = std + user
# plist = command line args expanded to yes-package or no-package