1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: scvelo: Relocate phase 'set-numba-cache-dir.

* gnu/packages/bioinformatics.scm (scvelo): [arguments]<#:phases>:
Relocate phase 'set-home.

Relates-to: guix/guix#5892
Change-Id: Ia51609df06d64d41b7a272d0e17e96cf973df2f8
This commit is contained in:
Sharlatan Hellseher
2026-02-05 14:04:27 +00:00
committed by Andreas Enge
parent bc70d27edc
commit b2ffb0bfe5

View File

@@ -24324,7 +24324,7 @@ aligner.")
#:phases
#~(modify-phases %standard-phases
;; Numba needs a writable dir to cache functions.
(add-before 'check 'set-numba-cache-dir
(add-before 'build 'set-numba-cache-dir
(lambda _
(setenv "NUMBA_CACHE_DIR" "/tmp"))))))
(native-inputs