guix-patches
[Top][All Lists]
Advanced

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

[bug#56729] [RFC PATCH v2 26/29] gnu: Add pari-galdata.


From: vicvbcun
Subject: [bug#56729] [RFC PATCH v2 26/29] gnu: Add pari-galdata.
Date: Mon, 8 Aug 2022 17:46:01 +0200

* gnu/packages/sagemath.scm (pari-galdata): New variable.
---
 gnu/packages/sagemath.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/sagemath.scm b/gnu/packages/sagemath.scm
index 1f5c51bf86..5a3c893b61 100644
--- a/gnu/packages/sagemath.scm
+++ b/gnu/packages/sagemath.scm
@@ -752,3 +752,23 @@ (define-public sagemath-data-polytopes-db
     (description synopsis)
     ;; Sage says gpl
     (license #f)))
+
+(define-public pari-galdata
+  (package
+    (name "pari-galdata")
+    (version "20080412")
+    (source (origin
+              (method url-fetch)
+              ;; no versioning, seem to moved moved to old/... on update
+              (uri 
"https://pari.math.u-bordeaux.fr/pub/pari/packages/galdata.tgz";)
+              (sha256
+               (base32
+                "1pch6bk76f1i6cwwgm7hhxi5h71m52lqayp4mnyj0jmjk406bhdp"))))
+    (build-system copy-build-system)
+    (arguments '(#:install-plan '(("." "share/pari"))))
+    (home-page "https://pari.math.u-bordeaux.fr/packages.html";)
+    (synopsis "PARI database needed to compute Galois group in degrees 8
+through 11")
+    (description synopsis)
+    ;; see home-page
+    (license license:gpl2+)))
-- 
2.37.0






reply via email to

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