Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions easystacks/riscv/2025.06-001/eessi-2025.06-eb-5.2.0-2025a.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
easyconfigs:
- SciPy-bundle-2025.06-gfbf-2025a.eb
7 changes: 7 additions & 0 deletions eb_hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@
CPU_TARGET_SAPPHIRE_RAPIDS = 'x86_64/intel/sapphirerapids'
CPU_TARGET_ZEN4 = 'x86_64/amd/zen4'

CPU_TARGET_RISCV64_GENERIC = 'riscv64/generic'

EESSI_RPATH_OVERRIDE_ATTR = 'orig_rpath_override_dirs'
EESSI_MODULE_ONLY_ATTR = 'orig_module_only'
EESSI_FORCE_ATTR = 'orig_force'
Expand Down Expand Up @@ -1940,4 +1942,9 @@ def set_maximum(parallel, max_value):
CPU_TARGET_NEOVERSE_N1: (divide_by_factor, 2),
CPU_TARGET_NEOVERSE_V1: (divide_by_factor, 2),
},
# found problems with the number of opened files in the test phase with
# ulimit -n = 2048 and 4 cores
'SciPy-bundle': {
CPU_TARGET_RISCV64_GENERIC: (set_maximum, 1),
},
}