mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-19 21:27:37 -05:00
gnu: python-numba: Remove trailing #T.
* gnu/packages/python-xyz.scm (python-numba)[arguments]: Remove trailing #T from build phase.
This commit is contained in:
parent
d8b7986769
commit
40d4b541d9
1 changed files with 1 additions and 2 deletions
|
@ -22006,8 +22006,7 @@ (define-public python-numba
|
|||
(add-after 'unpack 'disable-proprietary-features
|
||||
(lambda _
|
||||
(setenv "NUMBA_DISABLE_HSA" "1")
|
||||
(setenv "NUMBA_DISABLE_CUDA" "1")
|
||||
#t))
|
||||
(setenv "NUMBA_DISABLE_CUDA" "1")))
|
||||
(replace 'check
|
||||
(lambda* (#:key inputs outputs #:allow-other-keys)
|
||||
(add-installed-pythonpath inputs outputs)
|
||||
|
|
Loading…
Reference in a new issue