forked from lijiext/lammps
8 lines
266 B
Makefile
8 lines
266 B
Makefile
|
# Settings that the LAMMPS build will import when this package library is used
|
||
|
|
||
|
# GNU Fortran settings for use with bundled linalg lib
|
||
|
|
||
|
latte_SYSINC =
|
||
|
latte_SYSLIB = ../../lib/latte/filelink.o -llatte -llinalg -lgfortran
|
||
|
latte_SYSPATH = -L../../lib/linalg -fopenmp
|