summary refs log tree commit diff
path: root/gnu/packages/sagemath.scm
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2019-06-18 19:32:18 +0200
committerAndreas Enge <andreas@enge.fr>2019-06-18 19:57:05 +0200
commit80a70da7fc6732341f184dbbbd50f2441d8cee3f (patch)
tree1ea59b65652f578d5023e0657126ec20a4b800d3 /gnu/packages/sagemath.scm
parenta612f86684c5b93b2587fcfcf5ce52c1d6f23996 (diff)
downloadguix-80a70da7fc6732341f184dbbbd50f2441d8cee3f.tar.gz
gnu: givaro: Add version 4.0.4.
* gnu/packages/sagemath.scm (givaro-4.0.4): New variable.
Diffstat (limited to 'gnu/packages/sagemath.scm')
-rw-r--r--gnu/packages/sagemath.scm17
1 files changed, 17 insertions, 0 deletions
diff --git a/gnu/packages/sagemath.scm b/gnu/packages/sagemath.scm
index 9736f79dc3..4e1b51c023 100644
--- a/gnu/packages/sagemath.scm
+++ b/gnu/packages/sagemath.scm
@@ -173,3 +173,20 @@ in particular it computes normal forms of group elements.")
 represented as strings.")
     (license license:public-domain)
     (home-page "https://github.com/miguelmarco/libhomfly")))
+
+;; The following three packages from the Linbox group are needed in
+;; an outdated version for Sage.
+
+(define-public givaro-4.0.4
+  (package (inherit givaro)
+    (name "givaro")
+    (version "4.0.4")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/linbox-team/givaro")
+                    (commit (string-append "v" version))))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "199p8wyj5i63jbnk7j8qbdbfp5rm2lpmcxyk3mdjy9bz7ygx3hhy"))))))