me
/
guix
Archived
1
0
Fork 0

gnu: pigx-scrnaseq: Set NUMBA_CACHE_DIR.

This is needed since the update of python-loompy.

* gnu/packages/bioinformatics.scm (pigx-scrnaseq)[arguments]: Rename
'set-PYTHONPATH to 'set-additional-environment-variables and set
NUMBA_CACHE_DIR.
master
Ricardo Wurmus 2022-04-05 18:35:14 +02:00
parent e721122069
commit df2dc0c416
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 4 additions and 1 deletions

View File

@ -11145,8 +11145,11 @@ methylation and segmentation.")
(arguments
'(#:phases
(modify-phases %standard-phases
(add-before 'configure 'set-PYTHONPATH
(add-before 'configure 'set-additional-environment-variables
(lambda _
;; Needed because of loompy
(setenv "NUMBA_CACHE_DIR" "/tmp")
;; Needed to capture environment
(setenv "PYTHONPATH" (getenv "GUIX_PYTHONPATH")))))))
(inputs
(list coreutils