remove compatibility for compiling LAMMPS with Python 2.x and Python 3.5 and older

This commit is contained in:
Axel Kohlmeyer
2025-02-08 05:05:00 -05:00
parent 86f7f6da98
commit 599ff11eb0
10 changed files with 29 additions and 52 deletions

View File

@ -0,0 +1,7 @@
# 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