Skip to content
Snippets Groups Projects
Commit fe16882e authored by Antoine Cyril David Hoffmann's avatar Antoine Cyril David Hoffmann :seedling:
Browse files

simplified library linkage

parent d5471696
No related branches found
No related tags found
No related merge requests found
......@@ -8,9 +8,7 @@ MODDIR = $(PREFIX)/mod
HDF5_LIB = /usr/local/hdf5-1.8.22/lib
FMDIR = $(HOME)/lib/FM
FFTW3DIR = $(HOME)/lib/fftw-3.3.8
FFTW3DIR = $(HOME)/lib/fftw-3.3.10
#FFTW3DIR = $(FFTW_HOME)#for Marconi
FUTILS_DIR = $(HOME)/lib/futils/src
LAPACKDIR = $(HOME)/lib/lapack-3.10.0
BLASDIR = $(HOME)/lib/BLAS-3.11.0
# Naming ideas : HeLaZ, MoNoLiT (Moment Non Linear Torroidal)
LAPACKDIR = $(HOME)/lib/lapack-3.11.0
......@@ -79,16 +79,10 @@ endif
# Add lapack local lib
ifdef LAPACKDIR
LIBS += -llapack
LIBS += -llapack -lblas
LDIRS += -L$(LAPACKDIR)
endif
# Add blas local lib
ifdef BLASDIR
LIBS += -lblas
LDIRS += -L$(BLASDIR)
endif
# FM library
ifdef FMDIR
LDIRS += -L$(FMDIR)/lib
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment