mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: python-osqp: Add missing inputs.
* gnu/packages/python-science.scm (python-osqp)[native-inputs]: Add python-setuptools and python-wheel. Change-Id: Ief43d97442a98935dea1499c67e022e9beb5359e
This commit is contained in:
parent
0d80ffd4dc
commit
9afceff50e
1 changed files with 6 additions and 1 deletions
|
@ -298,7 +298,12 @@ (define-public python-osqp
|
|||
(propagated-inputs (list python-numpy python-qdldl python-scipy))
|
||||
;; We need setuptools-scm only for the version number. Without it the
|
||||
;; version number will be "0.0.0" and downstream packages will complain.
|
||||
(native-inputs (list cmake-minimal python-pytest python-setuptools-scm))
|
||||
(native-inputs
|
||||
(list cmake-minimal
|
||||
python-pytest
|
||||
python-setuptools-scm
|
||||
python-setuptools
|
||||
python-wheel))
|
||||
(home-page "https://osqp.org/")
|
||||
(synopsis "OSQP: operator splitting QP solver")
|
||||
(description "The OSQP (Operator Splitting Quadratic Program) solver is a
|
||||
|
|
Loading…
Reference in a new issue