gnu: imp: Disable tests.
* gnu/packages/bioinformatics.scm (imp)[arguments]: Disable unreliable test suite.master
parent
acfbb53222
commit
738f22fa06
|
@ -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
|
||||
|
|
Reference in New Issue