mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: python-scs: Adjust inputs.
* gnu/packages/python-science.scm (python-scs) [inputs]: Remove meson-python. [native-inputs]: Remove python-meson-python; add meson-python. Change-Id: I0122ecd0db405b134a6587c32592b59522e6320b
This commit is contained in:
parent
a9abf9a7b3
commit
bb5ccbfc70
1 changed files with 7 additions and 4 deletions
|
@ -2033,12 +2033,15 @@ (define-public python-scs
|
|||
(sha256
|
||||
(base32 "06wd8m3ri0gaddl7qq6243g25zjlnh3da915b73jnrfh7sg1nqsj"))))
|
||||
(build-system pyproject-build-system)
|
||||
(inputs (list meson-python openblas))
|
||||
(propagated-inputs (list python-numpy python-scipy))
|
||||
(native-inputs
|
||||
(list pkg-config
|
||||
python-meson-python
|
||||
python-pytest))
|
||||
python-pytest
|
||||
meson-python))
|
||||
(inputs
|
||||
(list openblas))
|
||||
(propagated-inputs
|
||||
(list python-numpy
|
||||
python-scipy))
|
||||
(home-page "https://github.com/bodono/scs-python")
|
||||
(synopsis "Splitting conic solver")
|
||||
(description "This package provides a Python interface for the
|
||||
|
|
Loading…
Reference in a new issue