some changes on the IKML libs, now using explicit linkin
This commit is contained in:
parent
e9f351c69b
commit
f928d0ca0f
|
@ -99,8 +99,8 @@ COMPILE_OPTIONS_ifort :=
|
||||||
ifeq "$(F90)" "ifort"
|
ifeq "$(F90)" "ifort"
|
||||||
ifdef IMKLROOT
|
ifdef IMKLROOT
|
||||||
COMPILE_OPTIONS_ifort +=-I$(IMKLROOT)/include -mkl=sequential
|
COMPILE_OPTIONS_ifort +=-I$(IMKLROOT)/include -mkl=sequential
|
||||||
LIBRARIES :=
|
LIBRARIES :=-lmkl_intel_lp64 -lmkl_sequential -lmkl_core -lm
|
||||||
LIB_DIRS :=
|
LIB_DIRS :=-L$(IMKLROOT)/lib/intel64
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue