diff --git a/Makefile b/Makefile index 8e8ebedb..62e5158b 100644 --- a/Makefile +++ b/Makefile @@ -252,7 +252,7 @@ ifeq ($(BLAS), mkl) BLAS_LIB ?= $(MKL_DIR)/lib $(MKL_DIR)/lib/intel64 else ifeq ($(BLAS), open) # OpenBLAS - LIBRARIES += openblas + LIBRARIES += blas else # ATLAS ifeq ($(LINUX), 1)