~ruther/guix-local

959a88e6f426b274694d4bce83375707434656d2 — Ricardo Wurmus 1 year, 18 days ago 9a41ec5
gnu: Add openblas-0.3.29.

* gnu/packages/maths.scm (openblas-0.3.29): New variable.

Change-Id: I8727a024db201cda8360a656bc525b0b1e572452
1 files changed, 16 insertions(+), 0 deletions(-)

M gnu/packages/maths.scm
M gnu/packages/maths.scm => gnu/packages/maths.scm +16 -0
@@ 5773,6 5773,22 @@ from the GotoBLAS2-1.13 BSD version.")
    (synopsis "Optimized BLAS library based on GotoBLAS (ILP64 version)")
    (license license:bsd-3)))

(define-public openblas-0.3.29
  (package
    (inherit openblas)
    (name "openblas")
    (version "0.3.29")
    (source
     (origin
       (method git-fetch)
       (uri (git-reference
             (url "https://github.com/xianyi/OpenBLAS")
             (commit (string-append "v" version))))
       (file-name (git-file-name name version))
       (sha256
        (base32
         "1wm00hn0vzb45nqg0q3ka15wjqjzma5lh1x6227di73icqdcbzcz"))))))

(define-public libblastrampoline
  (package
    (name "libblastrampoline")