diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2017-08-31 18:49:49 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2017-08-31 18:49:49 +0200 |
commit | 5789566aa230f2e134a9b767e7aaf14ab7d41211 (patch) | |
tree | 71c35cedf25ebca41ceb1469d7e892bca39971a5 /gnu | |
parent | 1b8de87c9815167812ebee763f3bcc846cbff626 (diff) | |
download | patches-5789566aa230f2e134a9b767e7aaf14ab7d41211.tar patches-5789566aa230f2e134a9b767e7aaf14ab7d41211.tar.gz |
gnu: openblas: Enable tests.
* gnu/packages/maths.scm (openblas)[arguments]: Enable tests.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/maths.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index 36ea5ef5f5..1d9cadf044 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. |