~ruther/guix-local

5789566aa230f2e134a9b767e7aaf14ab7d41211 — Ricardo Wurmus 8 years ago 1b8de87
gnu: openblas: Enable tests.

* gnu/packages/maths.scm (openblas)[arguments]: Enable tests.
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/maths.scm
M gnu/packages/maths.scm => gnu/packages/maths.scm +1 -1
@@ 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.