From b309569fe9497befa008ac2d2cbc04f2e861ce76 Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Fri, 22 May 2020 11:07:44 -0500 Subject: Removing more eigenlib references --- INSTALL.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'INSTALL.md') 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 -- cgit v1.2.3