diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2021-12-08 12:26:11 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2021-12-08 14:31:53 +0100 |
commit | 738f22fa064ba63c24838d4fe1f69c23582c0adf (patch) | |
tree | 0b1f093e9c4582439f5d0b1c150d072d7081625b /gnu/packages/bioinformatics.scm | |
parent | acfbb532220aa3c75de53df470796c3159c24e00 (diff) | |
download | guix-738f22fa064ba63c24838d4fe1f69c23582c0adf.tar.gz |
gnu: imp: Disable tests.
* gnu/packages/bioinformatics.scm (imp)[arguments]: Disable unreliable test suite.
Diffstat (limited to 'gnu/packages/bioinformatics.scm')
-rw-r--r-- | gnu/packages/bioinformatics.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 69c59d916e..41b3cd90d0 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -9380,7 +9380,8 @@ programs for inferring phylogenies (evolutionary trees).") "05hsrnkpkajppa3f45x4qsarnkj616hlby749zxg4is3bv4i6b5y")))) (build-system cmake-build-system) (arguments - `( ;; CMake 3.17 or newer is required for the CMAKE_TEST_ARGUMENTS used + `(#:tests? #false ; The test suite is notoriously fickle + ;; CMake 3.17 or newer is required for the CMAKE_TEST_ARGUMENTS used ;; below to have an effect. #:cmake ,cmake #:configure-flags |