diff options
author | Pjotr Prins | 2020-05-22 11:07:44 -0500 |
---|---|---|
committer | Pjotr Prins | 2020-05-22 11:07:44 -0500 |
commit | b309569fe9497befa008ac2d2cbc04f2e861ce76 (patch) | |
tree | 19f530a3532edfaeb25ccf4f614f21b60e3abc8c /INSTALL.md | |
parent | 8c82a8294483ffac4d8e9635376723f26a8ae27b (diff) | |
download | pangemma-b309569fe9497befa008ac2d2cbc04f2e861ce76.tar.gz |
Removing more eigenlib references
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 |