diff options
author | Pjotr Prins | 2020-05-22 11:21:45 -0500 |
---|---|---|
committer | Pjotr Prins | 2020-05-22 11:21:45 -0500 |
commit | f1cd914e6f20c9a162e16d7283477c1b98d005d1 (patch) | |
tree | 0a23068f9b06525ded025450c209b3a1dcf94b38 /INSTALL.md | |
parent | 862ace03212ed17bdc1ab349bfab55543720a980 (diff) | |
parent | b309569fe9497befa008ac2d2cbc04f2e861ce76 (diff) | |
download | pangemma-f1cd914e6f20c9a162e16d7283477c1b98d005d1.tar.gz |
Merge branch 'master' of github.com:genenetwork/GEMMA
Diffstat (limited to 'INSTALL.md')
-rw-r--r-- | INSTALL.md | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -17,7 +17,6 @@ dependencies: * GNU Science library (GSL) 1.x (GEMMA does not currently work with GSL >= 2). * blas/openblas * lapack -* [Eigen3 library](http://eigen.tuxfamily.org/dox/) * zlib See below for installation on Guix. @@ -51,10 +50,16 @@ using the following command To build GEMMA from source you can opt to install the build tools with GNU Guix - guix package -i make gcc linux-libre-headers gsl eigen openblas lapack glibc ld-wrapper + guix package -i make gcc linux-libre-headers gsl openblas lapack glibc ld-wrapper + +The current build container is + + guix environment -C guix --ad-hoc gcc-toolchain gdb gsl openblas zlib bash ld-wrapper perl vim ### Install from source +Note: Eigen is no longer required! + Install listed dependencies and run make -j 4 |