diff options
Diffstat (limited to 'gnu/packages/maths.scm')
-rw-r--r-- | gnu/packages/maths.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index 0d74a2a55c..112e3ee071 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -161,6 +161,7 @@ #:use-module (gnu packages pkg-config) #:use-module (gnu packages pulseaudio) #:use-module (gnu packages python) + #:use-module (gnu packages python-build) #:use-module (gnu packages python-web) #:use-module (gnu packages python-xyz) #:use-module (gnu packages qt) @@ -4823,7 +4824,8 @@ access to BLIS implementations via traditional BLAS routine calls.") (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)) + (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 |