8 lines
375 B
Makefile
8 lines
375 B
Makefile
# Settings that the LAMMPS build will import when this package library is used
|
|
|
|
mdi_python_SYSLIB = $(shell which python3-config > /dev/null 2>&1 && python3-config --ldflags --embed > /dev/null 2>&1 && python3-config --ldflags --embed || (which python3-config > /dev/null 2>&1 && python3-config --ldflags || :) )
|
|
|
|
mdi_SYSINC =
|
|
mdi_SYSLIB = $(mdi_python_SYSLIB)
|
|
mdi_SYSPATH =
|