diff options
author | Pjotr Prins | 2020-09-29 13:01:07 +0100 |
---|---|---|
committer | Pjotr Prins | 2020-09-29 13:04:09 +0100 |
commit | ac67a05b7eae37ef28a3e9af9a03f75e310fb7b7 (patch) | |
tree | b9f4e2af3c96b8922aa009bb5f6ca7c14f682cbf | |
parent | 3197705e0757dbdcc709de5ef31442f86e18979d (diff) | |
download | pangemma-ac67a05b7eae37ef28a3e9af9a03f75e310fb7b7.tar.gz |
GEMMA builds with gcc 5.5.0 on Travis-CI (Ubuntu)
Added note on FreeBSD port #201
-rw-r--r-- | INSTALL.md | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -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) |