diff options
author | Pjotr Prins | 2021-01-29 16:23:32 +0000 |
---|---|---|
committer | Pjotr Prins | 2021-01-29 16:23:32 +0000 |
commit | 0f33329a6ebcc29fe60ef60794ebf6b4dda7f098 (patch) | |
tree | e3aa61dd71d55f8752e079eb163af473c4374b82 | |
parent | 8524ca2c6c0e1ee0f92091e4af7ee71e87654cc2 (diff) | |
download | pangemma-0f33329a6ebcc29fe60ef60794ebf6b4dda7f098.tar.gz |
Built static binary with
make clean && make WITH_GFORTRAN=1 EXTRA_FLAGS="-L/gnu/store/741057r2x06zwg6zcmqmdyv51spm6n9i-gfortran-7.5.0-lib/lib" static -j 16
-rw-r--r-- | RELEASE-NOTES.md | 4 | ||||
-rw-r--r-- | guix.scm | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 9e24410..4caa169 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -6,7 +6,9 @@ and ## ChangeLog v0.98.4 (2021/01/29) -* Fix error on free with randomizer, see #239 +Maintenance release + +* Fix error on free with randomizer that segfaulted, see #239 * Moved travis-ci.org to travis-ci.com * GEMMA builds on ARM and other architectures, see #189 and https://buildd.debian.org/status/package.php?p=gemma (thanks @tillea) * Fixed static build with 00480e8549987b6cae7100b28bcead2a2d501177 - requires gfortran path for OpenBLAS @@ -45,6 +45,7 @@ ("gsl" ,gsl) ;; ("shunit2" ,shunit2) ;; comes with gemma ("openblas" ,openblas) + ("zlib:static" ,zlib "static") ("zlib" ,zlib) )) (native-inputs ; for running tests |