forked from lijiext/lammps
8 lines
311 B
Groff
8 lines
311 B
Groff
# Settings that the LAMMPS build will import when this package library is used
|
|
# See the README file for more explanation
|
|
|
|
python_SYSINC = -I/usr/local/include/python2.7
|
|
python_SYSLIB = -lpython2.7 -lnsl -ldl -lreadline -ltermcap -lpthread -lutil -lm -Xlinker -export-dynamic
|
|
python_SYSPATH =
|
|
PYTHON=python2.7
|