forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@7856 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
607ee0bc77
commit
00944a2b95
|
@ -12,7 +12,7 @@ path = os.path.dirname(os.getcwd())
|
|||
# list of src files for LAMMPS and MPI STUBS
|
||||
|
||||
libfiles = glob.glob("%s/src/*.cpp" % path) + \
|
||||
glob.glob("%s/src/STUBS/*.cpp" % path)
|
||||
glob.glob("%s/src/STUBS/*.c" % path)
|
||||
|
||||
lammps_library = Extension("_lammps_serial",
|
||||
sources = libfiles,
|
||||
|
|
Loading…
Reference in New Issue