diff options
author | Pjotr Prins | 2018-09-27 09:35:13 +0000 |
---|---|---|
committer | Pjotr Prins | 2018-09-27 09:35:13 +0000 |
commit | c08e633d2f858b35d2939d92c8a1b82d36168944 (patch) | |
tree | 82f7b8785f7af041c48934e89983ef47a8a3b374 /INSTALL.md | |
parent | 5d74d45b5ade5339bca6090bead2d6b37a70fb63 (diff) | |
download | pangemma-c08e633d2f858b35d2939d92c8a1b82d36168944.tar.gz |
Inlining GSL calls
Diffstat (limited to 'INSTALL.md')
-rw-r--r-- | INSTALL.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -65,6 +65,10 @@ and for the Clang edition make clean make GUIX=$GUIX_ENVIRONMENT CXX=clang++ check -j 4 +To test with another dependency, e.g. GSLv1 + + env GUIX_PACKAGE_PATH=../guix-bioinformatics/ guix environment -C guix --ad-hoc gcc gdb gfortran:lib gsl1 eigen openblas zlib bash ld-wrapper perl + #### GNU Guix reproducible build system One of the challenges of developing software is dealing with |