aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEfraim Flashner2020-02-17 00:57:32 -0600
committerEfraim Flashner2020-02-17 00:57:32 -0600
commit0bd3232df5340a9882c88804af6b4029f6c613c9 (patch)
tree7ff7f26c6f8d28c7dd616f7410d1c434e936053d
parentbc065d21f3add434a4c5958ffe93383c2d848795 (diff)
downloadguix-bioinformatics-0bd3232df5340a9882c88804af6b4029f6c613c9.tar.gz
gn: octave@3.4: Skip tests
-rw-r--r--gn/packages/maths.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gn/packages/maths.scm b/gn/packages/maths.scm
index 9e15400..1c1c1ae 100644
--- a/gn/packages/maths.scm
+++ b/gn/packages/maths.scm
@@ -30,6 +30,7 @@
((#:configure-flags cf)
`(cons "--enable-docs=no" ; docs fail to build
,cf))
+ ((#:tests? _ #f) #f) ; tests hang
((#:phases phases)
`(modify-phases ,phases
(add-after 'unpack 'patch-configure-script