aboutsummaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
authorPjotr Prins2020-05-22 11:07:44 -0500
committerPjotr Prins2020-05-22 11:07:44 -0500
commitb309569fe9497befa008ac2d2cbc04f2e861ce76 (patch)
tree19f530a3532edfaeb25ccf4f614f21b60e3abc8c /INSTALL.md
parent8c82a8294483ffac4d8e9635376723f26a8ae27b (diff)
downloadpangemma-b309569fe9497befa008ac2d2cbc04f2e861ce76.tar.gz
Removing more eigenlib references
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md9
1 files changed, 7 insertions, 2 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 4f7da49..4885ed0 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -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