From 5789566aa230f2e134a9b767e7aaf14ab7d41211 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Thu, 31 Aug 2017 18:49:49 +0200 Subject: [PATCH] gnu: openblas: Enable tests. * gnu/packages/maths.scm (openblas)[arguments]: Enable tests. --- gnu/packages/maths.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index 36ea5ef5f55b8d71be7328f3ca9ce8fa850296b7..1d9cadf0443e2d8db2efa7a23012ca9dde104376 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -2307,7 +2307,7 @@ parts of it.") "1bd03c5xni0bla0wg1wba841b36b0sg13sjja955kn5xzvy4i61a")))) (build-system gnu-build-system) (arguments - `(#:tests? #f ;no "check" target + `(#:test-target "test" ;; DYNAMIC_ARCH is only supported on x86. When it is disabled and no ;; TARGET is specified, OpenBLAS will tune itself to the build host, so ;; we need to disable substitutions.