diff options
author | Pjotr Prins | 2021-08-25 14:14:05 +0200 |
---|---|---|
committer | Pjotr Prins | 2021-08-25 14:14:05 +0200 |
commit | c37b0445f820b682836a1d20009ce1817546493a (patch) | |
tree | 907d5bbaea0ea82e5d11026e06765e794bef55b4 | |
parent | d8b22eb893bc00e1bfa8ef923c513f00ce95eb01 (diff) | |
download | pangemma-c37b0445f820b682836a1d20009ce1817546493a.tar.gz |
Static release
-rw-r--r-- | .guix-dev-static | 4 | ||||
-rw-r--r-- | src/version.h | 6 |
2 files changed, 6 insertions, 4 deletions
diff --git a/.guix-dev-static b/.guix-dev-static index a5efa2f..da45c1f 100644 --- a/.guix-dev-static +++ b/.guix-dev-static @@ -1,2 +1,4 @@ # Typical Guix container invocation -~/opt/guix/bin/guix environment -C guix --ad-hoc gcc-toolchain:static gdb gsl openblas zlib:static bash ld-wrapper perl vim which gfortran-toolchain +~/opt/guix/bin/guix environment -C guix --ad-hoc gcc-toolchain:static gdb gsl openblas zlib:static bash ld-wrapper perl vim which gfortran-toolchain ruby + +# make WITH_GFORTRAN=1 EXTRA_FLAGS=-L/gnu/store/741057r2x06zwg6zcmqmdyv51spm6n9i-gfortran-7.5.0-lib/lib static
\ No newline at end of file diff --git a/src/version.h b/src/version.h index 5bcfb0c..53ab379 100644 --- a/src/version.h +++ b/src/version.h @@ -1,5 +1,5 @@ // version.h generated by GEMMA scripts/gen_version_info.sh -#define GEMMA_VERSION "0.98.5-pre1" -#define GEMMA_DATE "2021-08-14" +#define GEMMA_VERSION "0.98.5" +#define GEMMA_DATE "2021-08-25" #define GEMMA_YEAR "2021" -#define GEMMA_PROFILE "/gnu/store/pmmbmrbizz668plrrvfyvqh5ymvjy5p4-profile" +#define GEMMA_PROFILE "/gnu/store/8rvid272yb53bgascf5c468z0jhsyflj-profile" |