about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--gn/packages/gemma.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gn/packages/gemma.scm b/gn/packages/gemma.scm
index 4e61beb..6705903 100644
--- a/gn/packages/gemma.scm
+++ b/gn/packages/gemma.scm
@@ -61,7 +61,7 @@
   #:use-module (gn packages shell)
   #:use-module (srfi srfi-1))
 
-(define-public gsl1
+(define-public gsl1 ; supporting older GSL tests
   (package
    (name "gsl1")
     (version "1.16")
@@ -134,6 +134,7 @@ numbers.")
                   (lambda* (#:key outputs #:allow-other-keys)
                            (let ((out (assoc-ref outputs "out")))
                              (install-file "bin/gemma" (string-append out "/bin"))))))
+       ; #:tests? #f
        #:parallel-tests? #f))
     (home-page "http://www.xzlab.org/software.html")
     (synopsis "Tool for genome-wide efficient mixed model association")