diff options
author | Peter Carbonetto | 2017-10-10 13:08:07 -0500 |
---|---|---|
committer | Pjotr Prins | 2017-10-13 15:27:24 +0000 |
commit | cbd9df92109c11a20571975f3df19c1926dac24b (patch) | |
tree | d7e640c643c70255e07c77155a33824b21aebe54 /Makefile | |
parent | cdf7a4b514f073ea76c67f5c8ed2b30398d54560 (diff) | |
download | pangemma-cbd9df92109c11a20571975f3df19c1926dac24b.tar.gz |
Bumped up version.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -41,7 +41,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 @@ -100,7 +100,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 |