use new version of MDI lib and include Python support

This commit is contained in:
Steve Plimpton
2022-06-21 15:03:22 -06:00
parent 06ffed1965
commit f4342ea7e4
4 changed files with 4 additions and 4 deletions

View File

@ -8,7 +8,7 @@ EXTRAMAKE = Makefile.lammps.empty
lib: $(OBJ)
mkdir -p build
cd build; cmake -Dlibtype=SHARED -Dlanguage=C -D CMAKE_C_COMPILER=gcc ../MDI_Library; make
cd build; cmake -Dlibtype=SHARED -D CMAKE_C_COMPILER=gcc ../MDI_Library; make
@cp $(EXTRAMAKE) Makefile.lammps
# ------ CLEAN ------