some changes on the IKML libs, now using explicit linkin

This commit is contained in:
Martin Diehl 2013-02-09 08:17:12 +00:00
parent e9f351c69b
commit f928d0ca0f
1 changed files with 2 additions and 2 deletions

View File

@ -99,8 +99,8 @@ COMPILE_OPTIONS_ifort :=
ifeq "$(F90)" "ifort"
ifdef IMKLROOT
COMPILE_OPTIONS_ifort +=-I$(IMKLROOT)/include -mkl=sequential
LIBRARIES :=
LIB_DIRS :=
LIBRARIES :=-lmkl_intel_lp64 -lmkl_sequential -lmkl_core -lm
LIB_DIRS :=-L$(IMKLROOT)/lib/intel64
endif
endif