summaryrefslogtreecommitdiff
path: root/gnu/packages/algebra.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/algebra.scm')
-rw-r--r--gnu/packages/algebra.scm10
1 files changed, 4 insertions, 6 deletions
diff --git a/gnu/packages/algebra.scm b/gnu/packages/algebra.scm
index 8773aa323f..83572e2fc6 100644
--- a/gnu/packages/algebra.scm
+++ b/gnu/packages/algebra.scm
@@ -831,8 +831,7 @@ cosine/ sine transforms or DCT/DST).")
;; See: https://fftw.org/release-notes.html
(name "fftw-cmake")
(build-system cmake-build-system)
- (arguments (default-keyword-arguments '()
- '()))
+ (arguments '(#:tests? #f))
(description (string-append (package-description fftw)
" This CMake build offers the file
FFTW3LibraryDepends.cmake required by some dependent packages, absent in the
@@ -1202,7 +1201,8 @@ features, and more.")
(inherit eigen)
(name "eigen-benchmarks")
(arguments
- '(#:phases (modify-phases %standard-phases
+ '(#:tests? #f ; no tests
+ #:phases (modify-phases %standard-phases
(delete 'configure)
(replace 'build
(lambda* (#:key outputs #:allow-other-keys)
@@ -1285,9 +1285,7 @@ features, and more.")
(file-name (git-file-name name version))))
(build-system cmake-build-system)
(arguments
- (list
- #:configure-flags #~(list "-DBUILD_TESTS=ON")
- #:test-target "xtest"))
+ (list #:configure-flags #~(list "-DBUILD_TESTS=ON")))
(native-inputs
(list doctest
googletest