guix-commits
[Top][All Lists]
Advanced

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

06/06: gnu: linbox: Add version 1.5.2.


From: guix-commits
Subject: 06/06: gnu: linbox: Add version 1.5.2.
Date: Tue, 18 Jun 2019 13:57:22 -0400 (EDT)

andreas pushed a commit to branch master
in repository guix.

commit e27ae2db008d081f2cfce14e14320b3b76a9fefb
Author: Andreas Enge <address@hidden>
Date:   Tue Jun 18 19:54:59 2019 +0200

    gnu: linbox: Add version 1.5.2.
    
    * gnu/packages/sagemath.scm (linbox-1.5.2): New variable.
---
 gnu/packages/sagemath.scm | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/gnu/packages/sagemath.scm b/gnu/packages/sagemath.scm
index b24f341..732011b 100644
--- a/gnu/packages/sagemath.scm
+++ b/gnu/packages/sagemath.scm
@@ -212,3 +212,19 @@ represented as strings.")
     (arguments
      (substitute-keyword-arguments (package-arguments fflas-ffpack)
        ((#:tests? _ #f) #f)))))
+
+(define-public linbox-1.5.2
+  (package (inherit linbox)
+    (version "1.5.2")
+    (name "linbox")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/linbox-team/linbox";)
+                    (commit (string-append "v" version))))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "1wfivlwp30mzdy1697w7rzb8caajim50mc8h27k82yipn2qc5n4i"))))
+    (inputs
+     `(("fflas-ffpack" ,fflas-ffpack-2.3.2)))))



reply via email to

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