guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#48325] [PATCH v5 3/5] gnu: openlibm: Update to 0.7.4.


From: Jean-Baptiste Volatier
Subject: [bug#48325] [PATCH v5 3/5] gnu: openlibm: Update to 0.7.4.
Date: Sat, 03 Jul 2021 17:41:44 +0000

* gnu/packages/maths.scm (openlibm): Update to 0.7.4.
---
 gnu/packages/maths.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 93b8ee2ad4..335c745956 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -4002,7 +4002,7 @@ access to BLIS implementations via traditional BLAS 
routine calls.")
 (define-public openlibm
   (package
     (name "openlibm")
-    (version "0.6.0")
+    (version "0.7.4")
     (source
      (origin
        (method git-fetch)
@@ -4011,11 +4011,11 @@ access to BLIS implementations via traditional BLAS 
routine calls.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "08wfchmmr5200fvmn1kwq9byc1fhsq46hn0y5k8scdl74771c7gh"))))
+        (base32 "1azms0lpxb7vxb3bln5lyz0wpwx6jnzbffkclclpq2v5aiw8d14i"))))
     (build-system gnu-build-system)
     (arguments
      `(#:make-flags
-       (list (string-append "prefix=" (assoc-ref %outputs "out")))
+       (list (string-append "prefix=" (assoc-ref %outputs "out")) 
,(string-append "CC=" (cc-for-target)))
        #:phases
        ;; no configure script
        (modify-phases %standard-phases (delete 'configure))
--
2.32.0







reply via email to

[Prev in Thread] Current Thread [Next in Thread]