Loading src/make.inc +2 −2 Original line number Diff line number Diff line Loading @@ -74,7 +74,7 @@ override LAPACK_LDFLAGS=-L$(MKLROOT)/lib -Wl,--no-as-needed -lmkl_intel_ilp64 -l else override LAPACK_LDFLAGS=-L$(MKLROOT)/lib -Wl,--no-as-needed -lmkl_intel_lp64 -lmkl_gnu_thread -lmkl_core -lgomp -lpthread -lm -ldl endif endif LAPACK_LDFLAGS endif #LAPACK_LDFLAGS # the next else refers to USE_MKL else #this is for when USE_MKL is _not_ defined ifndef LAPACK_INCLUDE Loading @@ -88,7 +88,7 @@ override LAPACK_LDFLAGS=-llapacke64 else override LAPACK_LDFLAGS=-llapacke endif endif LAPACK_LDFLAGS endif #LAPACK_LDFLAGS # the next endif is for USE_MKL endif #the next endif is for USE_LAPACK Loading Loading
src/make.inc +2 −2 Original line number Diff line number Diff line Loading @@ -74,7 +74,7 @@ override LAPACK_LDFLAGS=-L$(MKLROOT)/lib -Wl,--no-as-needed -lmkl_intel_ilp64 -l else override LAPACK_LDFLAGS=-L$(MKLROOT)/lib -Wl,--no-as-needed -lmkl_intel_lp64 -lmkl_gnu_thread -lmkl_core -lgomp -lpthread -lm -ldl endif endif LAPACK_LDFLAGS endif #LAPACK_LDFLAGS # the next else refers to USE_MKL else #this is for when USE_MKL is _not_ defined ifndef LAPACK_INCLUDE Loading @@ -88,7 +88,7 @@ override LAPACK_LDFLAGS=-llapacke64 else override LAPACK_LDFLAGS=-llapacke endif endif LAPACK_LDFLAGS endif #LAPACK_LDFLAGS # the next endif is for USE_MKL endif #the next endif is for USE_LAPACK Loading