me
/
guix
Archived
1
0
Fork 0

gnu: python-numba: Remove trailing #T.

* gnu/packages/python-xyz.scm (python-numba)[arguments]: Remove trailing #T
from build phase.
master
Ricardo Wurmus 2021-11-20 01:01:07 +01:00
parent d8b7986769
commit 40d4b541d9
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 2 deletions

View File

@ -22006,8 +22006,7 @@ validation testing and application logic.")
(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)