about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorPeter Carbonetto2017-10-10 13:08:07 -0500
committerPeter Carbonetto2017-10-10 13:08:07 -0500
commitc15154696c150f3e620244baf4ef60322b0f8241 (patch)
tree61912976fda4da2260eddd1bf76cd3fcc230502c /Makefile
parente16b0e5f41d2b65223e76f61c7554ee481b2e898 (diff)
downloadpangemma-c15154696c150f3e620244baf4ef60322b0f8241.tar.gz
Bumped up version.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index dafcb38..176dd2c 100644
--- a/Makefile
+++ b/Makefile
@@ -33,7 +33,7 @@
 # Set this variable to either LNX or MAC
 SYS                    = LNX # LNX|MAC (Linux is the default)
 # Leave blank after "=" to disable; put "= 1" to enable
-DIST_NAME              = gemma-0.97.2
+DIST_NAME              = gemma-0.97.3
 DEBUG                  = 1   # DEBUG mode, set DEBUG=0 for a release
 SHOW_COMPILER_WARNINGS =
 WITH_LAPACK            = 1
@@ -92,7 +92,7 @@ HDR =
 LIBS_LNX_D_LAPACK = -llapack
 LIBS_LNX_D_BLAS = -lblas
 LIBS_LNX_D_OPENBLAS = -lopenblas
-LIBS_MAC_D_LAPACK = -framework Veclib
+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