diff options
| author | Vinicius Monego <monego@posteo.net> | 2025-07-29 20:34:59 -0300 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-25 21:17:50 +0100 |
| commit | 8342e5dbc94d6d245b19e96c7874cea2fa7ced86 (patch) | |
| tree | 3e1687bf0216f03bc2717b6d3c0488c6e104e884 /gnu | |
| parent | 0e96e24b4b67784213bf31703c9268cf864ea094 (diff) | |
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 <andreas@enge.fr>
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/sagemath.scm | 11 |
1 files changed, 11 insertions, 0 deletions
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 |
