diff --git a/MDD/Makefile b/MDD/Makefile index bbc45bb37e86e1ecb9d6ce403d76b2e7b471c4ef..561b309ee2e3272ff12013336db442c01840db4b 100644 --- a/MDD/Makefile +++ b/MDD/Makefile @@ -8,9 +8,9 @@ ALLINC = -I. #BLAS libs with Intel compiler #LIBS += -mkl -L$L -lgenfft $(LIBSM) #General BLAS library -LIBS += -L$L -lgenfft $(LIBSM) +#LIBS += -L$L -lgenfft $(LIBSM) #General BLAS library -LIBS += $(BLAS) +#LIBS += $(BLAS) #CFLAGS += -I$(MKLROOT)/include #LIBS += -lblas -llapack -L$L -lgenfft $(LIBSM) -lc -lm