Skip to content
Snippets Groups Projects
Commit 3f4e2807 authored by Giovanni La Mura's avatar Giovanni La Mura
Browse files

Merge branch 'link_with_lapacke' of...

Merge branch 'link_with_lapacke' of https://www.ict.inaf.it/gitlab/giacomo.mulas/np_tmcode into link_with_lapacke
Fix compilation flags
parents f8fafe51 0825677d
No related branches found
No related tags found
No related merge requests found
...@@ -75,7 +75,7 @@ endif ...@@ -75,7 +75,7 @@ endif
ifndef CXXFLAGS ifndef CXXFLAGS
override CXXFLAGS=-O3 -ggdb -pg -coverage -I$(HDF5_INCLUDE) override CXXFLAGS=-O3 -ggdb -pg -coverage -I$(HDF5_INCLUDE)
ifdef USE_LAPACK ifdef USE_LAPACK
override CXXFLAGS+= -DUSE_LAPACK -DMKL_ILP64 -DLAPACK_ILP64 override CXXFLAGS+= -DUSE_LAPACK -DLAPACK_ILP64
ifdef USE_MKL ifdef USE_MKL
override CXXFLAGS+= -DMKL_ILP64 -I$(MKLROOT)/include override CXXFLAGS+= -DMKL_ILP64 -I$(MKLROOT)/include
endif endif
......
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