revert
This commit is contained in:
@ -130,7 +130,7 @@ class lammps(object):
|
||||
lib_ext = ".dll"
|
||||
else:
|
||||
lib_ext = ".so"
|
||||
|
||||
|
||||
if not self.lib:
|
||||
if name:
|
||||
libpath = join(modpath,"liblammps_%s" % name + lib_ext)
|
||||
|
||||
@ -28,7 +28,7 @@ SHLIBFLAGS = -shared -rdynamic
|
||||
# LAMMPS ifdef settings
|
||||
# see possible settings in Section 3.5 of the manual
|
||||
|
||||
LMP_INC = -DLAMMPS_GZIP -DLAMMPS_MEMALIGN=64 # -DLAMMPS_CXX98
|
||||
LMP_INC = -DLAMMPS_GZIP -DLAMMPS_MEMALIGN=64 # -DLAMMPS_CXX98
|
||||
|
||||
# MPI library
|
||||
# see discussion in Section 3.4 of the manual
|
||||
|
||||
Reference in New Issue
Block a user