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
|
|
|
|
|
2015-03-19 05:39:32 +08:00
|
|
|
python_SYSINC = $(shell which python2-config > /dev/null 2>&1 && python2-config --includes || python-config --includes )
|
|
|
|
python_SYSLIB = $(shell which python2-config > /dev/null 2>&1 && python2-config --ldflags || python-config --ldflags)
|
2015-03-19 04:45:12 +08:00
|
|
|
python_SYSPATH =
|