~ruther/guix-local

c8657724eb503adc5ca8f450aa17f5d7d80621ab — Sharlatan Hellseher 1 year, 5 months ago 4349a55
gnu: python-blis: Adjust inputs.

* gnu/packages/maths.scm (python-blis) [native-inputs]: Add
python-setuptools and python-wheel.

Change-Id: I0f8681915b783a2896e4467645b6f328aa019996
1 files changed, 7 insertions(+), 2 deletions(-)

M gnu/packages/maths.scm
M gnu/packages/maths.scm => gnu/packages/maths.scm +7 -2
@@ 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