Skip to content
Snippets Groups Projects
Commit 0825677d authored by Mulas, Giacomo's avatar Mulas, Giacomo
Browse files

correct a (harmless) brown paper bug in make.inc

parent d15d8565
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