mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-blis: Adjust inputs.
* gnu/packages/maths.scm (python-blis) [native-inputs]: Add python-setuptools and python-wheel. Change-Id: I0f8681915b783a2896e4467645b6f328aa019996
This commit is contained in:
parent
4349a55ef7
commit
c8657724eb
1 changed files with 7 additions and 2 deletions
|
@ -3836,8 +3836,13 @@ summation in K-fold precision.")
|
|||
(lambda _
|
||||
(invoke "python" "setup.py" "build_ext" "--inplace"
|
||||
"-j" (number->string (parallel-job-count))))))))
|
||||
(propagated-inputs (list python-numpy))
|
||||
(native-inputs (list python-cython python-pytest))
|
||||
(propagated-inputs
|
||||
(list python-numpy))
|
||||
(native-inputs
|
||||
(list python-cython
|
||||
python-pytest
|
||||
python-setuptools
|
||||
python-wheel))
|
||||
(home-page "https://github.com/explosion/cython-blis")
|
||||
(synopsis "Blis as a self-contained C-extension for Python")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue