From c2979d520fc89c91eb38fdb06b6ccffba8e10e9d Mon Sep 17 00:00:00 2001 From: Jan Thorbecke <janth@xs4all.nl> Date: Thu, 7 Mar 2019 18:11:22 +0100 Subject: [PATCH] general --- MDD/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MDD/Makefile b/MDD/Makefile index bbc45bb..561b309 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 -- GitLab