diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-12-08 19:40:26 +0000 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-25 21:18:07 +0100 |
| commit | b5dd854f7473ba7f3b1f4c58118b4641b618810d (patch) | |
| tree | f3c071c9c05f67571d65751171b9ae9be13cdda4 /gnu/packages/python-compression.scm | |
| parent | c3942b7debfebb30fc64d1c998007cb38cf3733e (diff) | |
gnu: python-blosc: Adjust inputs.
* gnu/packages/python-compression.scm (python-blosc):
[propagated-inputs]: Remove python-scikit-build.
[native-inputs]: Remove python-numpy; add python-numpy-1 and
python-scikit-build.
Change-Id: I30da797eea3b92909ba707af41cde90062d974bf
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Diffstat (limited to 'gnu/packages/python-compression.scm')
| -rw-r--r-- | gnu/packages/python-compression.scm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gnu/packages/python-compression.scm b/gnu/packages/python-compression.scm index d0e5571dfe4..2709dabb4cf 100644 --- a/gnu/packages/python-compression.scm +++ b/gnu/packages/python-compression.scm | |||
| @@ -135,17 +135,17 @@ Python versions below 3.14.") | |||
| 135 | (lambda _ | 135 | (lambda _ |
| 136 | (setenv "USE_SYSTEM_BLOSC" "1") | 136 | (setenv "USE_SYSTEM_BLOSC" "1") |
| 137 | (setenv "Blosc_ROOT" #$(this-package-input "c-blosc"))))))) | 137 | (setenv "Blosc_ROOT" #$(this-package-input "c-blosc"))))))) |
| 138 | (propagated-inputs | ||
| 139 | (list python-scikit-build)) | ||
| 140 | (inputs | ||
| 141 | (list c-blosc)) | ||
| 142 | (native-inputs | 138 | (native-inputs |
| 143 | (list cmake-minimal | 139 | (list cmake-minimal |
| 144 | ninja/pinned | 140 | ninja/pinned |
| 145 | python-numpy | 141 | ;; See: <https://github.com/Blosc/python-blosc/issues/347>. |
| 142 | python-numpy-1 | ||
| 146 | python-psutil | 143 | python-psutil |
| 147 | python-py-cpuinfo | 144 | python-py-cpuinfo |
| 145 | python-scikit-build | ||
| 148 | python-setuptools)) | 146 | python-setuptools)) |
| 147 | (inputs | ||
| 148 | (list c-blosc)) | ||
| 149 | (home-page "https://github.com/blosc/python-blosc") | 149 | (home-page "https://github.com/blosc/python-blosc") |
| 150 | (synopsis "Python wrapper for the Blosc data compressor library") | 150 | (synopsis "Python wrapper for the Blosc data compressor library") |
| 151 | (description "Blosc is a high performance compressor optimized for binary | 151 | (description "Blosc is a high performance compressor optimized for binary |
