provide Makefile.lammps template for use with bundled linalg lib

This commit is contained in:
Axel Kohlmeyer
2017-10-24 13:38:04 -04:00
parent d1630bbe34
commit 2dbb44f2c6
3 changed files with 9 additions and 2 deletions

View File

@ -0,0 +1,7 @@
# 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

View File

@ -1 +1 @@
Makefile.lammps.gfortran
Makefile.lammps.linalg

View File

@ -1 +1 @@
Makefile.lammps.gfortran
Makefile.lammps.linalg