mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-04 02:19:18 -05:00
gnu: imp: Build with default cmake.
* gnu/packages/bioinformatics.scm (imp)[arguments]: Remove cmake flag.
This commit is contained in:
parent
2648d3207f
commit
f0cc0e8f30
1 changed files with 0 additions and 3 deletions
|
@ -9442,9 +9442,6 @@ (define-public imp
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue