Skip to content
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,26 @@ easyconfigs:
- Z3-4.12.2-GCCcore-12.3.0.eb
- PyOpenGL-3.1.7-GCCcore-12.3.0.eb
- OpenJPEG-2.5.0-GCCcore-12.3.0.eb
- Highway-1.0.4-GCCcore-12.3.0.eb
- ELPA-2023.05.001-foss-2023a.eb
- libxc-6.2.2-GCC-12.3.0.eb:
options:
# possible change in gitlabs tarball packaging, affected by .gitattributes
# https://github.com/easybuilders/easybuild-easyconfigs/pull/22580
from-commit: 456d64bbeacf465e8f7e7ff378864e26352d045d
- ParMETIS-4.0.3-gompi-2023a.eb:
options:
# source URLs for ParMETIS-4.0.3 have changed, corresponding PR is
# https://github.com/easybuilders/easybuild-easyconfigs/pull/22579
# ParMETIS-4.0.3 is a dependency of SuperLU_DIST-8.1.2
from-commit: 977e5208a720f23ace41b83b84da8b717d0aeada
- SuperLU_DIST-8.1.2-foss-2023a.eb
- PETSc-3.20.3-foss-2023a.eb
- MODFLOW-6.4.4-foss-2023a.eb
- NLopt-2.7.1-GCCcore-12.3.0.eb
- nettle-3.9.1-GCCcore-12.3.0.eb
- Xvfb-21.1.8-GCCcore-12.3.0.eb
- libsndfile-1.2.2-GCCcore-12.3.0.eb
- PostgreSQL-16.1-GCCcore-12.3.0.eb
- ImageMagick-7.1.1-15-GCCcore-12.3.0.eb
- GDAL-3.7.1-foss-2023a.eb
2 changes: 1 addition & 1 deletion eb_hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ def pre_prepare_hook_highway_handle_test_compilation_issues(self, *args, **kwarg
# note: keep condition in sync with the one used in
# post_prepare_hook_highway_handle_test_compilation_issues
if self.version in ['1.0.4'] and tcname == 'GCCcore' and tcversion == '12.3.0':
if cpu_target in [CPU_TARGET_A64FX, CPU_TARGET_NEOVERSE_V1]:
if cpu_target in [CPU_TARGET_A64FX, CPU_TARGET_NEOVERSE_V1, CPU_TARGET_NVIDIA_GRACE]:
self.cfg.update('configopts', '-DHWY_ENABLE_TESTS=OFF')
if cpu_target == CPU_TARGET_NEOVERSE_N1:
self.orig_optarch = build_option('optarch')
Expand Down
Loading