mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
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>
This commit is contained in:
committed by
Rutherther
parent
c3942b7deb
commit
b5dd854f74
@@ -135,17 +135,17 @@ Python versions below 3.14.")
|
||||
(lambda _
|
||||
(setenv "USE_SYSTEM_BLOSC" "1")
|
||||
(setenv "Blosc_ROOT" #$(this-package-input "c-blosc")))))))
|
||||
(propagated-inputs
|
||||
(list python-scikit-build))
|
||||
(inputs
|
||||
(list c-blosc))
|
||||
(native-inputs
|
||||
(list cmake-minimal
|
||||
ninja/pinned
|
||||
python-numpy
|
||||
;; See: <https://github.com/Blosc/python-blosc/issues/347>.
|
||||
python-numpy-1
|
||||
python-psutil
|
||||
python-py-cpuinfo
|
||||
python-scikit-build
|
||||
python-setuptools))
|
||||
(inputs
|
||||
(list c-blosc))
|
||||
(home-page "https://github.com/blosc/python-blosc")
|
||||
(synopsis "Python wrapper for the Blosc data compressor library")
|
||||
(description "Blosc is a high performance compressor optimized for binary
|
||||
|
||||
Reference in New Issue
Block a user