gnu: openblas: Enable tests.

* gnu/packages/maths.scm (openblas)[arguments]: Enable tests.
master
Ricardo Wurmus 2017-08-31 18:49:49 +02:00
parent 1b8de87c98
commit 5789566aa2
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 1 deletions

View File

@ -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.