mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
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>
This commit is contained in:
parent
fbf08dab60
commit
8fae043ed5
1 changed files with 11 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue