From 2dbb44f2c69beb942165873f6ba7710b62cd94a4 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Tue, 24 Oct 2017 13:38:04 -0400 Subject: [PATCH] provide Makefile.lammps template for use with bundled linalg lib --- lib/latte/Makefile.lammps.linalg | 7 +++++++ lib/latte/Makefile.lammps.mpi | 2 +- lib/latte/Makefile.lammps.serial | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 lib/latte/Makefile.lammps.linalg diff --git a/lib/latte/Makefile.lammps.linalg b/lib/latte/Makefile.lammps.linalg new file mode 100644 index 0000000000..af062a87e3 --- /dev/null +++ b/lib/latte/Makefile.lammps.linalg @@ -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 diff --git a/lib/latte/Makefile.lammps.mpi b/lib/latte/Makefile.lammps.mpi index 6017d01535..28dd3a614c 120000 --- a/lib/latte/Makefile.lammps.mpi +++ b/lib/latte/Makefile.lammps.mpi @@ -1 +1 @@ -Makefile.lammps.gfortran \ No newline at end of file +Makefile.lammps.linalg \ No newline at end of file diff --git a/lib/latte/Makefile.lammps.serial b/lib/latte/Makefile.lammps.serial index 6017d01535..28dd3a614c 120000 --- a/lib/latte/Makefile.lammps.serial +++ b/lib/latte/Makefile.lammps.serial @@ -1 +1 @@ -Makefile.lammps.gfortran \ No newline at end of file +Makefile.lammps.linalg \ No newline at end of file