diff options
author | Efraim Flashner | 2023-09-26 13:54:28 +0300 |
---|---|---|
committer | Efraim Flashner | 2023-09-26 13:54:28 +0300 |
commit | a848475c6bf6321dde971528f7c8d0c4d6e9e0d5 (patch) | |
tree | ed557cddbb9104ab4fb12469f53e6a491380cc95 /gn/packages/bioinformatics.scm | |
parent | 01ebd8c995a6bbd45e427ae849cb7e08e84ab6b8 (diff) | |
download | guix-bioinformatics-a848475c6bf6321dde971528f7c8d0c4d6e9e0d5.tar.gz |
gsl: Provide glibc-hwcaps version.
Diffstat (limited to 'gn/packages/bioinformatics.scm')
-rw-r--r-- | gn/packages/bioinformatics.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gn/packages/bioinformatics.scm b/gn/packages/bioinformatics.scm index 9886e3f..95dda00 100644 --- a/gn/packages/bioinformatics.scm +++ b/gn/packages/bioinformatics.scm @@ -22,6 +22,7 @@ #:use-module (gn packages crates-io) #:use-module (gn packages datastructures) #:use-module (gn packages java) + #:use-module (gn packages maths) #:use-module (gn packages ocaml) #:use-module (gn packages python) #:use-module (gnu packages algebra) @@ -2799,7 +2800,8 @@ Reference Consortium, HPRC} as a method to build a graph from the (package-input-rewriting/spec ;; Replace some packages with ones built targeting custom packages build ;; with glibc-hwcaps support. - `(("sdsl-lite" . ,(const sdsl-lite-hwcaps)) + `(;("gsl" . ,(const gsl-hwcaps)) ; Causes too many rebuilds through multiqc + ("sdsl-lite" . ,(const sdsl-lite-hwcaps)) ("seqwish" . ,(const seqwish-hwcaps)) ("odgi" . ,(const odgi-hwcaps)) ("wfmash" . ,(const wfmash-hwcaps))))) |