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

Remove linking to openblas64

parent 000aab11
No related branches found
No related tags found
No related merge requests found
......@@ -97,11 +97,6 @@ endif
override CXXLDFLAGS=-L/usr/lib64 -L$(HDF5_LIB) -lhdf5 $(STATICFLAG)
ifdef USE_LAPACK
override CXXLDFLAGS+= $(LAPACK_LDFLAGS)
ifdef USE_OPENMP
ifndef USE_MKL
override CXXLDFLAGS+= -lopenblas64
endif
endif
endif
override CXXLDFLAGS+= $(LDFLAGS)
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