2015-03-18 00:06:12 +08:00
|
|
|
# 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
|
2016-02-15 23:32:27 +08:00
|
|
|
python_SYSLIB = -lpython2.7 -lnsl -ldl -lreadline -ltermcap -lpthread -lutil -lm -Xlinker -export-dynamic
|
2015-03-18 00:06:12 +08:00
|
|
|
python_SYSPATH =
|
2017-04-14 23:44:36 +08:00
|
|
|
PYTHON=python2.7
|