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

LAPACK is included and required to compile

parent 83b63e09
No related branches found
No related tags found
No related merge requests found
......@@ -74,9 +74,6 @@ test_svd: F90FLAGS = -DTEST_SVD -O3
test_svd: EXEC = $(BINDIR)/gyacomo23_test_svd
test_svd: dirs src/srcinfo.h
test_svd: dirs src/srcinfo.h
test_svd: LAPACKDIR = $(HOME)/lib/lapack-3.10.0
test_svd: LIBS += -llapack -lblas
test_svd: LDIRS += -L$(LAPACKDIR)
test_svd: compile
# subroutines
dirs:
......
......@@ -11,3 +11,4 @@ FMDIR = $(HOME)/lib/FM
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
\ No newline at end of file
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