me
/
guix
Archived
1
0
Fork 0

gnu: imp: Build with default cmake.

* gnu/packages/bioinformatics.scm (imp)[arguments]: Remove cmake flag.
master
Efraim Flashner 2021-12-09 14:39:22 +02:00
parent 2648d3207f
commit f0cc0e8f30
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 0 additions and 3 deletions

View File

@ -9442,9 +9442,6 @@ programs for inferring phylogenies (evolutionary trees).")
(build-system cmake-build-system)
(arguments
`(#: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
(let ((disabled-tests
'("expensive" ;exclude expensive tests