This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch next-master
in repository guix.

The following commit(s) were added to refs/heads/next-master by this push:
     new f80c1f17b1 gnu: sage: Add missing standard inputs.
f80c1f17b1 is described below

commit f80c1f17b157b116560e55c9418366f32a30ecba
Author: Vinicius Monego <[email protected]>
AuthorDate: Tue Jul 29 20:34:59 2025 -0300

    gnu: sage: Add missing standard inputs.
    
    * gnu/packages/sagemath.scm (sage)[inputs]: Add python-cvxopt,
    python-lrcalc, python-mpmath, python-networkx, python-primecountpy,
    python-scipy, python-sympy.
    
    Change-Id: I6531b2c4e6ac14b1eed838bc51035ce84621a349
    Signed-off-by: Andreas Enge <[email protected]>
---
 gnu/packages/sagemath.scm | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/gnu/packages/sagemath.scm b/gnu/packages/sagemath.scm
index a43eab54b7..327434dd9d 100644
--- a/gnu/packages/sagemath.scm
+++ b/gnu/packages/sagemath.scm
@@ -50,6 +50,7 @@
   #:use-module (gnu packages popt)
   #:use-module (gnu packages python)
   #:use-module (gnu packages python-build)
+  #:use-module (gnu packages python-science)
   #:use-module (gnu packages python-xyz))
 
 (define-public brial
@@ -392,6 +393,9 @@ database.")
             python-jupyter-client
             python-notebook))
     (inputs
+     ;; FIXME: Add more standard inputs.  They follow the list at
+     ;; https://doc.sagemath.org/html/en/reference/spkg/
+     ;; They are required to pass standard Sage tests (sage-runtests).
       (list boost
             brial
             cliquer
@@ -430,11 +434,18 @@ database.")
             pari-gp
             polytopes-db
             python
+            python-cvxopt
             python-cypari2
             python-fpylll
             python-gmpy2
+            python-lrcalc
+            python-mpmath
+            python-networkx
             python-numpy
             python-pplpy
+            python-primecountpy
+            python-scipy
+            python-sympy
             rw
             sed
             singular

Reply via email to