mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-orthopy: Adjust inputs.
* gnu/packages/maths.scm (python-orthopy) [native-inputs]: Add python-setuptools and python-wheel. Change-Id: I6218321a1b9a4133051c9dad8b9ef0d66612dfad
This commit is contained in:
parent
5eb3bb7640
commit
4705ff4283
1 changed files with 13 additions and 11 deletions
|
@ -4016,17 +4016,6 @@ recurrence relations.")
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "00s2rwjdlq38zkf7wl1gvm2aw057r30266lkzfxkrfzr4i705xnq"))))
|
(base32 "00s2rwjdlq38zkf7wl1gvm2aw057r30266lkzfxkrfzr4i705xnq"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(propagated-inputs
|
|
||||||
(list python-importlib-metadata
|
|
||||||
python-ndim
|
|
||||||
python-numpy
|
|
||||||
python-sympy))
|
|
||||||
(native-inputs (list ;python-cplot ;only used in deselected tests
|
|
||||||
python-matplotx
|
|
||||||
python-meshio
|
|
||||||
python-meshzoo
|
|
||||||
python-pytest
|
|
||||||
python-scipy))
|
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
#:test-flags
|
#:test-flags
|
||||||
|
@ -4034,6 +4023,19 @@ recurrence relations.")
|
||||||
;; in calls to cplot.
|
;; in calls to cplot.
|
||||||
#~(list "--deselect" "tests/test_u3.py::test_write_single"
|
#~(list "--deselect" "tests/test_u3.py::test_write_single"
|
||||||
"--deselect" "tests/test_u3.py::test_write_tree")))
|
"--deselect" "tests/test_u3.py::test_write_tree")))
|
||||||
|
(native-inputs
|
||||||
|
(list python-matplotx
|
||||||
|
python-meshio
|
||||||
|
python-meshzoo
|
||||||
|
python-pytest
|
||||||
|
python-scipy
|
||||||
|
python-setuptools
|
||||||
|
python-wheel))
|
||||||
|
(propagated-inputs
|
||||||
|
(list python-importlib-metadata
|
||||||
|
python-ndim
|
||||||
|
python-numpy
|
||||||
|
python-sympy))
|
||||||
(home-page "https://github.com/diego-hayashi/orthopy")
|
(home-page "https://github.com/diego-hayashi/orthopy")
|
||||||
(synopsis "Tools for orthogonal polynomials, Gaussian quadrature")
|
(synopsis "Tools for orthogonal polynomials, Gaussian quadrature")
|
||||||
(description "@code{orthopy} provides various orthogonal polynomial
|
(description "@code{orthopy} provides various orthogonal polynomial
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue