gnu: python-numba: Remove trailing #T.
* gnu/packages/python-xyz.scm (python-numba)[arguments]: Remove trailing #T from build phase.master
parent
d8b7986769
commit
40d4b541d9
|
@ -22006,8 +22006,7 @@ validation testing and application logic.")
|
||||||
(add-after 'unpack 'disable-proprietary-features
|
(add-after 'unpack 'disable-proprietary-features
|
||||||
(lambda _
|
(lambda _
|
||||||
(setenv "NUMBA_DISABLE_HSA" "1")
|
(setenv "NUMBA_DISABLE_HSA" "1")
|
||||||
(setenv "NUMBA_DISABLE_CUDA" "1")
|
(setenv "NUMBA_DISABLE_CUDA" "1")))
|
||||||
#t))
|
|
||||||
(replace 'check
|
(replace 'check
|
||||||
(lambda* (#:key inputs outputs #:allow-other-keys)
|
(lambda* (#:key inputs outputs #:allow-other-keys)
|
||||||
(add-installed-pythonpath inputs outputs)
|
(add-installed-pythonpath inputs outputs)
|
||||||
|
|
Reference in New Issue