diff options
author | Pjotr Prins | 2020-08-10 11:22:43 +0100 |
---|---|---|
committer | Pjotr Prins | 2020-08-10 11:22:43 +0100 |
commit | 97547ee82e0bd1cc2210612415b0ceb135dbba6d (patch) | |
tree | a62c28cac35902eb48b1049f871e72c57a525567 | |
parent | 9c5dfbc0e27b9f5c576c1f81a43e7932bb074160 (diff) | |
download | pangemma-97547ee82e0bd1cc2210612415b0ceb135dbba6d.tar.gz |
guix-dev
-rw-r--r-- | .guix-dev | 2 | ||||
-rw-r--r-- | INSTALL.md | 6 |
2 files changed, 7 insertions, 1 deletions
diff --git a/.guix-dev b/.guix-dev new file mode 100644 index 0000000..e33dd0a --- /dev/null +++ b/.guix-dev @@ -0,0 +1,2 @@ +# Typical Guix container invocation +~/opt/guix/bin/guix environment -C guix --ad-hoc gcc-toolchain gdb gsl openblas zlib bash ld-wrapper perl vim which @@ -52,10 +52,14 @@ 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 openblas lapack glibc ld-wrapper -The current build container is +The current build container is in [guix-dev](../guix-dev) guix environment -C guix --ad-hoc gcc-toolchain gdb gsl openblas zlib bash ld-wrapper perl vim which +To build with an older gcc, for example: + + guix environment -C guix --ad-hoc gcc-toolchain@9.3.0 gdb gsl openblas zlib bash ld-wrapper perl vim which + ### Install from source Note: Eigen is no longer required! |