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