aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPjotr Prins2017-12-18 17:57:13 +0000
committerPjotr Prins2017-12-18 17:57:13 +0000
commit10b695f76960b5faade1f7ec286fc4ba46a779a1 (patch)
tree673bbda1e84ec88fb4ee6087c6fc3ee7bbe967f9 /Makefile
parente69b71e0ea4ee307dca5f48c48a21103129c8635 (diff)
downloadpangemma-10b695f76960b5faade1f7ec286fc4ba46a779a1.tar.gz
lapack is part of OpenBlas
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 628b7c6..054eab3 100644
--- a/Makefile
+++ b/Makefile
@@ -110,12 +110,12 @@ OUTPUT = $(BIN_DIR)/gemma
# Detailed libary paths, D for dynamic and S for static
-LIBS_LNX_D_LAPACK = -llapack
-LIBS_LNX_D_BLAS = -lblas
+# LIBS_LNX_D_LAPACK = -llapack
+# LIBS_LNX_D_BLAS = -lblas
LIBS_LNX_D_OPENBLAS = -lopenblas
LIBS_MAC_D_LAPACK = -framework Accelerate
# LIBS_LNX_S_LAPACK = /usr/lib/libgsl.a /usr/lib/libgslcblas.a /usr/lib/lapack/liblapack.a -lz
-LIBS_LNX_S_LAPACK = /usr/lib/lapack/liblapack.a -lgfortran /usr/lib/atlas-base/libatlas.a /usr/lib/libblas/libblas.a -Wl,--allow-multiple-definition
+# LIBS_LNX_S_LAPACK = /usr/lib/lapack/liblapack.a -lgfortran /usr/lib/atlas-base/libatlas.a /usr/lib/libblas/libblas.a -Wl,--allow-multiple-definition
ifdef WITH_LAPACK
ifeq ($(SYS), MAC)