[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
25/26: gnu: python-blosc: Update to 1.11.1.
From: |
guix-commits |
Subject: |
25/26: gnu: python-blosc: Update to 1.11.1. |
Date: |
Wed, 14 Jun 2023 07:58:55 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit 3573c82747b2f3ec85cc8345146fa0d7f92cb76a
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Jun 14 12:08:04 2023 +0300
gnu: python-blosc: Update to 1.11.1.
* gnu/packages/python-xyz.scm (python-blosc): Update to 1.11.1.
[source]: Update snippet.
[arguments]: Adjust custom 'find-blosc phase.
[propagated-inputs]: Add python-scikit-build.
---
gnu/packages/python-xyz.scm | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 3be2d0dae5..86665b0af4 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -25230,17 +25230,17 @@ they use the same path.")
(define-public python-blosc
(package
(name "python-blosc")
- (version "1.5.1")
+ (version "1.11.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "blosc" version))
(sha256
(base32
- "1cm91c6r431yla2mbs4895bgiianjf30dfz14vvv99dslygd65jw"))
+ "0xmjs28sgpnb940zrhw010dq2m9d8a5h4fgnjyk6645fgfr1j8f2"))
(snippet
#~(begin (use-modules (guix build utils))
- (delete-file-recursively "c-blosc")))))
+ (delete-file-recursively "blosc/c-blosc")))))
(build-system python-build-system)
;; FIXME: all tests pass, but then this error is printed:
;; TypeError: calling <function run at 0x7ffff2568d90> returned None, not
a test
@@ -25250,9 +25250,10 @@ they use the same path.")
#~(modify-phases %standard-phases
(add-after 'unpack 'find-blosc
(lambda* (#:key inputs #:allow-other-keys)
- (setenv "BLOSC_DIR" #$(this-package-input "c-blosc")))))))
+ (setenv "USE_SYSTEM_BLOSC" "1")
+ (setenv "Blosc_ROOT" #$(this-package-input "c-blosc")))))))
(propagated-inputs
- (list python-numpy))
+ (list python-scikit-build python-numpy))
(inputs (list c-blosc))
(home-page "https://github.com/blosc/python-blosc")
(synopsis "Python wrapper for the Blosc data compressor library")
- 11/26: gnu: Add python-stsci-stimage., (continued)
- 11/26: gnu: Add python-stsci-stimage., guix-commits, 2023/06/14
- 13/26: gnu: Add python-synphot., guix-commits, 2023/06/14
- 19/26: gnu: Add python-bayesicfitting., guix-commits, 2023/06/14
- 23/26: gnu: Add python-jwst., guix-commits, 2023/06/14
- 26/26: gnu: python-blosc: Enable tests., guix-commits, 2023/06/14
- 14/26: gnu: Add python-stsynphot., guix-commits, 2023/06/14
- 17/26: gnu: Add python-stdatamodels., guix-commits, 2023/06/14
- 18/26: gnu: Add python-stpipe., guix-commits, 2023/06/14
- 20/26: gnu: Add python-wiimatch., guix-commits, 2023/06/14
- 21/26: gnu: Add python-drizzle., guix-commits, 2023/06/14
- 25/26: gnu: python-blosc: Update to 1.11.1.,
guix-commits <=
- 24/26: gnu: python-blosc: Build with packaged blosc., guix-commits, 2023/06/14