aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPjotr Prins2020-09-29 13:01:07 +0100
committerPjotr Prins2020-09-29 13:04:09 +0100
commitac67a05b7eae37ef28a3e9af9a03f75e310fb7b7 (patch)
treeb9f4e2af3c96b8922aa009bb5f6ca7c14f682cbf
parent3197705e0757dbdcc709de5ef31442f86e18979d (diff)
downloadpangemma-ac67a05b7eae37ef28a3e9af9a03f75e310fb7b7.tar.gz
GEMMA builds with gcc 5.5.0 on Travis-CI (Ubuntu)
Added note on FreeBSD port #201
-rw-r--r--INSTALL.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/INSTALL.md b/INSTALL.md
index f807a7b..8aa7e78 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -13,8 +13,8 @@ and it should give you the version.
GEMMA runs on Linux and MAC OSX and the runtime has the following
dependencies:
-* C++ tool chain >= 6.5.0 (we test with file .guix-dev-gcc-older)
-* GNU Science library (GSL) 1.x (GEMMA does not currently work with GSL >= 2).
+* C++ tool chain >= 5.5.0 (see Travis CI and we test with file .guix-dev-gcc-older)
+* GNU Science library (GSL) 2.x (GEMMA dropped support for GSL 1.x)
* blas/openblas
* lapack
* zlib
@@ -41,6 +41,10 @@ command
conda install gemma
+### FreeBSD
+
+Recent editions of FreeBSD ports include [GEMMA](https://www.freebsd.org/cgi/ports.cgi?query=gemma&stype=all)
+
### GNU Guix
The GNU Guix package manager can install recent versions of [GEMMA](https://www.gnu.org/software/guix/packages/g.html)