aboutsummaryrefslogtreecommitdiff
path: root/gn/packages/gemma.scm
diff options
context:
space:
mode:
authorpjotrp2023-06-29 12:10:04 +0200
committerpjotrp2023-06-29 12:10:04 +0200
commit4306976876c6f9d3e605f65eba6d72844afd660f (patch)
tree75f133d2f7c03edabf933feb1cd8ec4d27845361 /gn/packages/gemma.scm
parentfb1e8dbcf7cc46fa9a09a431f6842d9290f6e819 (diff)
downloadguix-bioinformatics-4306976876c6f9d3e605f65eba6d72844afd660f.tar.gz
gn: gemma: Fix build using latest gcc
Diffstat (limited to 'gn/packages/gemma.scm')
-rw-r--r--gn/packages/gemma.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/gn/packages/gemma.scm b/gn/packages/gemma.scm
index e73a40d..e8c5194 100644
--- a/gn/packages/gemma.scm
+++ b/gn/packages/gemma.scm
@@ -27,7 +27,7 @@
(define-public gemma-gn2 ; guix candidate - currently uses generic
; openblas version and genenetwork github repo
- (let ((commit "71553f5e5626e1d791b5be24c84ea6b17ae81cc7"))
+ (let ((commit "8cd4cdb23ecae8387c942ae5c203c5d61e137376"))
(package
(name "gemma-gn2")
(version (string-append "0.98.5-" (string-take commit 7)))
@@ -39,8 +39,9 @@
(file-name (string-append name "-" version "-checkout"))
(sha256
(base32
- "11farc7smvkrrkvkbvh26i3sycdzwxrbgj536s3478v8j6iiwijp"))))
+ "06csrh8rgcjcl52ljyynizb15gy84gcd6glzl0gfkawmxy6am9n4"))))
(inputs `(
+ ("catch" ,catch2)
("gsl" ,gsl)
("shunit2-old" ,shunit2-old)
("openblas" ,openblas)