aboutsummaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
authorPjotr Prins2017-08-13 05:58:55 +0000
committerPjotr Prins2017-08-13 08:11:05 +0000
commit655970b7c0b6dc904caab04022e78e210f23294f (patch)
tree5cba2d3232ac3352d75932301bf335f8a4aebc04 /INSTALL.md
parentcfcd91563e90e0492d93ab273e72fe73a97af94f (diff)
downloadpangemma-655970b7c0b6dc904caab04022e78e210f23294f.tar.gz
Adding travis-ci support for g++-4.9 and g++-6 on Linux. Tests pass.
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md15
1 files changed, 12 insertions, 3 deletions
diff --git a/INSTALL.md b/INSTALL.md
index eb75a09..2c8e830 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -13,16 +13,25 @@ and it should give you the version.
GEMMA runs on Linux and MAC OSX and the runtime has the following
dependencies:
-* C++ tool chain
+* C++ tool chain >= 4.9
* GNU Science library (GSL) 1.x (does not currently work with GSL >= 2).
-* blas
-* [Eigen library](http://eigen.tuxfamily.org/dox/)
+* blas/openblas
+* lapack
+* [Eigen3 library](http://eigen.tuxfamily.org/dox/)
* zlib
See below for installation on Guix.
## Install GEMMA
+### Debian and Ubuntu
+
+Travis-CI uses Ubuntu for testing. Check the test logs for version numbers.
+
+[![Build Status](https://travis-ci.org/genetics-statistics/GEMMA.svg?branch=master)](https://travis-ci.org/genetics-statistics/GEMMA)
+
+Current settings can be found in [travis.yml](.travis.yml).
+
### Bioconda
(Note Bioconda install is a work in [progress](https://github.com/genetics-statistics/GEMMA/issues/52)