[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/07: gnu: python-blis: Adjust inputs.
From: |
guix-commits |
Subject: |
07/07: gnu: python-blis: Adjust inputs. |
Date: |
Mon, 2 Dec 2024 16:23:47 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit df4575bc1490420de6ce99ae7342ef9a027b8fc7
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Mon Dec 2 21:20:39 2024 +0000
gnu: python-blis: Adjust inputs.
* gnu/packages/maths.scm (python-blis) [native-inputs]: Add
python-setuptools and python-wheel.
Change-Id: I0f8681915b783a2896e4467645b6f328aa019996
---
gnu/packages/maths.scm | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index a5c2d160d9..f1be2ff9b4 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -3817,8 +3817,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
- branch python-team updated (f47b84af15 -> df4575bc14), guix-commits, 2024/12/02
- 04/07: gnu: python-azure-core: Update to 1.32.0., guix-commits, 2024/12/02
- 07/07: gnu: python-blis: Adjust inputs.,
guix-commits <=
- 06/07: gnu: python-base58: Adjust inputs., guix-commits, 2024/12/02
- 03/07: gnu: python-alembic: Update to 1.14.0., guix-commits, 2024/12/02
- 01/07: gnu: Add python-greenlet-2., guix-commits, 2024/12/02
- 02/07: gnu: python-httpbin: Fix build., guix-commits, 2024/12/02
- 05/07: gnu: python-azure-storage-blob: Adjust inpusts., guix-commits, 2024/12/02