diff options
author | Pjotr Prins | 2018-09-26 09:39:47 +0000 |
---|---|---|
committer | Pjotr Prins | 2018-09-26 09:41:20 +0000 |
commit | d557256692228e766f460cee0b84de808949a7e8 (patch) | |
tree | dd1587d9e7251fb58df84923b786884d42b18c5d /INSTALL.md | |
parent | 5095e0dfa99ef6474e233f36af5755d90786b63e (diff) | |
download | pangemma-d557256692228e766f460cee0b84de808949a7e8.tar.gz |
GSL 2.x is preferred
closes #177
Diffstat (limited to 'INSTALL.md')
-rw-r--r-- | INSTALL.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ GEMMA runs on Linux and MAC OSX and the runtime has the following dependencies: * C++ tool chain >= 4.9 -* GNU Science library (GSL) 1.x (note that 2.x is not yet supported) +* GNU Science library (GSL) 2.x is recommended * blas/openblas * lapack * [Eigen3 library](http://eigen.tuxfamily.org/dox/) |