adapt master makefile to refactored python module installer script

This commit is contained in:
Axel Kohlmeyer 2019-03-22 12:01:59 -04:00
parent 0f030acc59
commit 817a851a30
No known key found for this signature in database
GPG Key ID: D9B44E93BF0C375A
1 changed files with 2 additions and 1 deletions

View File

@ -275,7 +275,8 @@ mpi-stubs:
sinclude ../lib/python/Makefile.lammps
install-python:
@$(PYTHON) ../python/install.py
@$(PYTHON) ../python/install.py -v ../src/version.h \
-m ../python/lammps.py -l ../src/liblammps.so
# Create a tarball of src dir and packages