forked from lijiext/lammps
add .gitignore and add Makefile.lammps.* symlinks to stay consistent with other libraries
This commit is contained in:
parent
76d93f21dd
commit
59d2e13d48
|
@ -0,0 +1,5 @@
|
|||
# files and folders to ignore
|
||||
/filelink
|
||||
/liblink
|
||||
/includelink
|
||||
/LATTE-master
|
|
@ -3,5 +3,5 @@
|
|||
# GNU Fortran settings
|
||||
|
||||
latte_SYSINC =
|
||||
latte_SYSLIB = ../../lib/latte/filelink -llatte -lgfortran -llapack -lblas
|
||||
latte_SYSLIB = ../../lib/latte/filelink -llatte -lgfortran -llapack -lblas
|
||||
latte_SYSPATH = -fopenmp
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
Makefile.lammps.gfortran
|
|
@ -0,0 +1 @@
|
|||
Makefile.lammps.gfortran
|
Loading…
Reference in New Issue