mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: openblas: Enable tests.
* gnu/packages/maths.scm (openblas)[arguments]: Enable tests.
This commit is contained in:
parent
1b8de87c98
commit
5789566aa2
1 changed files with 1 additions and 1 deletions
|
@ -2307,7 +2307,7 @@ (define-public openblas
|
|||
"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.
|
||||
|
|
Loading…
Reference in a new issue