diff options
| author | pjotrp | 2021-01-09 10:19:48 +0000 | 
|---|---|---|
| committer | pjotrp | 2021-01-09 10:19:48 +0000 | 
| commit | 33984a12b182ee5c715330acc5405f616ab706e2 (patch) | |
| tree | 22be4984e2ffb0f1c55b25db12df6b564a4d5885 | |
| parent | f0a7a7774b80fb5819fae498393b1b4af57d1be8 (diff) | |
| download | guix-bioinformatics-33984a12b182ee5c715330acc5405f616ab706e2.tar.gz | |
fix
| -rw-r--r-- | gn/packages/gemma.scm | 5 | 
1 files changed, 4 insertions, 1 deletions
diff --git a/gn/packages/gemma.scm b/gn/packages/gemma.scm index d96d5a8..51e0b3e 100644 --- a/gn/packages/gemma.scm +++ b/gn/packages/gemma.scm @@ -100,7 +100,10 @@ (license license:bsd-3)))) -(define-public gemma-gn2 ; Version used in GeneNetwork. Guix candidate - generic openblas version +;; See also the recent gemma.scm in the GEMMA repo! +(define-public gemma-gn2 ; guix candidate - currently uses generic + ; openblas version + (let ((commit "47221d6e9891bf9b20ce6e1e909856ccb0ae575f")) (package (name "gemma-gn2")  | 
