forked from lijiext/lammps
8 lines
288 B
Makefile
8 lines
288 B
Makefile
# Settings that the LAMMPS build will import when this package library is used
|
|
# The default settings assume that HDF5 support is integrated into the standard
|
|
# distribution and search paths and thus only needs to link the HDF5 library.
|
|
|
|
h5md_SYSINC =
|
|
h5md_SYSLIB = -lhdf5
|
|
h5md_SYSPATH =
|