diff options
author | Peter Carbonetto | 2017-08-21 11:06:07 -0500 |
---|---|---|
committer | Peter Carbonetto | 2017-08-21 11:06:07 -0500 |
commit | d0486907405cfc2af758bd8dae1abb8d223e5ce0 (patch) | |
tree | ebe72e839bff773621477d900cd786fb7aad4f0f /Makefile | |
parent | aea3d24c680778cf1691a8c2a76f3221e7f373d6 (diff) | |
download | pangemma-d0486907405cfc2af758bd8dae1abb8d223e5ce0.tar.gz |
Bumped up version.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -10,14 +10,14 @@ # Set this variable to either LNX or MAC SYS = LNX # Leave blank after "=" to disable; put "= 1" to enable -SHOW_COMPILER_WARNINGS = +SHOW_COMPILER_WARNINGS = WITH_LAPACK = 1 WITH_OPENBLAS = NO_INTEL_COMPAT = FORCE_32BIT = FORCE_DYNAMIC = GCC_FLAGS = -O3 # extra flags -Wl,--allow-multiple-definition -DIST_NAME = gemma-0.97.1 +DIST_NAME = gemma-0.97.2 TRAVIS_CI = # -------------------------------------------------------------------- |