diff options
| author | Ghislain Vaillant <ghislain.vaillant@inria.fr> | 2026-08-31 12:05:20 +0200 |
|---|---|---|
| committer | Ghislain Vaillant <ghislain.vaillant@inria.fr> | 2026-08-31 12:41:20 +0200 |
| commit | e842c506c6d261a1802d99cb5fd8382c96cb608f (patch) | |
| tree | 0ba48534df352e3ed17ab185cf92cb45a2c2685f | |
| parent | ba6646d2fec56bf6e2da593417b6b2f597e648e4 (diff) | |
electrophysiology: python-eeg-positions: Fix build.
* guix-science/packages/electrophysiology.scm (python-eeg-positions)
[arguments]<#:phases>: Set Numba cache directory to a writable location.
| -rw-r--r-- | guix-science/packages/electrophysiology.scm | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/guix-science/packages/electrophysiology.scm b/guix-science/packages/electrophysiology.scm index e27fdf2..35e28a6 100644 --- a/guix-science/packages/electrophysiology.scm +++ b/guix-science/packages/electrophysiology.scm | |||
| @@ -869,7 +869,12 @@ files.") | |||
| 869 | (lambda _ | 869 | (lambda _ |
| 870 | (substitute* "pyproject.toml" | 870 | (substitute* "pyproject.toml" |
| 871 | (("addopts.*") | 871 | (("addopts.*") |
| 872 | ""))))))) | 872 | "")))) |
| 873 | |||
| 874 | (add-before 'check 'set-numba-cache-dir | ||
| 875 | (lambda _ | ||
| 876 | (setenv "NUMBA_CACHE_DIR" | ||
| 877 | (getcwd))))))) | ||
| 873 | (propagated-inputs (list python-matplotlib python-numpy python-pandas)) | 878 | (propagated-inputs (list python-matplotlib python-numpy python-pandas)) |
| 874 | (native-inputs (list python-hatch-vcs python-hatchling python-mne | 879 | (native-inputs (list python-hatch-vcs python-hatchling python-mne |
| 875 | python-pytest)) | 880 | python-pytest)) |
