mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-numba: Update to 0.61.0.
* gnu/packages/python-xyz.scm (python-numba): Update to 0.61.0. [arguments]: Simplify 'check phase. Change-Id: I161f58af7b64ba550c14d5d2dea3d5dccfc07c53
This commit is contained in:
parent
1ac57fd579
commit
ac103c2eab
1 changed files with 3 additions and 4 deletions
|
@ -29541,14 +29541,14 @@ validation testing and application logic.")
|
||||||
(define-public python-numba
|
(define-public python-numba
|
||||||
(package
|
(package
|
||||||
(name "python-numba")
|
(name "python-numba")
|
||||||
(version "0.59.1")
|
(version "0.61.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "numba" version))
|
(uri (pypi-uri "numba" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"02rp5x59kw3qw6x821d4k4r4x8r8qpl1a16j9rvx4a30p4r93xkn"))))
|
"09grslc9ij1ry94c5yz10rvf0w29vn7pwilijphrj20np24jx3c8"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
@ -29597,9 +29597,8 @@ validation testing and application logic.")
|
||||||
"int(platform.machine()[len('armv'):-1]) >= 7")))))
|
"int(platform.machine()[len('armv'):-1]) >= 7")))))
|
||||||
(#t '()))))
|
(#t '()))))
|
||||||
(replace 'check
|
(replace 'check
|
||||||
(lambda* (#:key tests? inputs outputs #:allow-other-keys)
|
(lambda* (#:key tests? #:allow-other-keys)
|
||||||
(when tests?
|
(when tests?
|
||||||
(add-installed-pythonpath inputs outputs)
|
|
||||||
;; Something is wrong with the PYTHONPATH when running the
|
;; Something is wrong with the PYTHONPATH when running the
|
||||||
;; tests from the build directory, as it complains about not being
|
;; tests from the build directory, as it complains about not being
|
||||||
;; able to import certain modules.
|
;; able to import certain modules.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue