Skip to content

Commit d0346f9

Browse files
authored
Merge pull request #995 from TopRichard/eessi-2023.06-grace-all-remaining-apps-from-EB-4.9.0-easystack
{2023.06}[2023a,grace] Remaining apps from EB 4.9.0 2023a easystack
2 parents a2a799b + 996cec6 commit d0346f9

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

easystacks/software.eessi.io/2023.06/grace/eessi-2023.06-eb-4.9.4-2023a.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,26 @@ easyconfigs:
6767
- Z3-4.12.2-GCCcore-12.3.0.eb
6868
- PyOpenGL-3.1.7-GCCcore-12.3.0.eb
6969
- OpenJPEG-2.5.0-GCCcore-12.3.0.eb
70+
- Highway-1.0.4-GCCcore-12.3.0.eb
71+
- ELPA-2023.05.001-foss-2023a.eb
72+
- libxc-6.2.2-GCC-12.3.0.eb:
73+
options:
74+
# possible change in gitlabs tarball packaging, affected by .gitattributes
75+
# https://github.com/easybuilders/easybuild-easyconfigs/pull/22580
76+
from-commit: 456d64bbeacf465e8f7e7ff378864e26352d045d
77+
- ParMETIS-4.0.3-gompi-2023a.eb:
78+
options:
79+
# source URLs for ParMETIS-4.0.3 have changed, corresponding PR is
80+
# https://github.com/easybuilders/easybuild-easyconfigs/pull/22579
81+
# ParMETIS-4.0.3 is a dependency of SuperLU_DIST-8.1.2
82+
from-commit: 977e5208a720f23ace41b83b84da8b717d0aeada
83+
- SuperLU_DIST-8.1.2-foss-2023a.eb
84+
- PETSc-3.20.3-foss-2023a.eb
85+
- MODFLOW-6.4.4-foss-2023a.eb
86+
- NLopt-2.7.1-GCCcore-12.3.0.eb
87+
- nettle-3.9.1-GCCcore-12.3.0.eb
88+
- Xvfb-21.1.8-GCCcore-12.3.0.eb
89+
- libsndfile-1.2.2-GCCcore-12.3.0.eb
90+
- PostgreSQL-16.1-GCCcore-12.3.0.eb
91+
- ImageMagick-7.1.1-15-GCCcore-12.3.0.eb
92+
- GDAL-3.7.1-foss-2023a.eb

eb_hooks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@ def pre_prepare_hook_highway_handle_test_compilation_issues(self, *args, **kwarg
502502
# note: keep condition in sync with the one used in
503503
# post_prepare_hook_highway_handle_test_compilation_issues
504504
if self.version in ['1.0.4'] and tcname == 'GCCcore' and tcversion == '12.3.0':
505-
if cpu_target in [CPU_TARGET_A64FX, CPU_TARGET_NEOVERSE_V1]:
505+
if cpu_target in [CPU_TARGET_A64FX, CPU_TARGET_NEOVERSE_V1, CPU_TARGET_NVIDIA_GRACE]:
506506
self.cfg.update('configopts', '-DHWY_ENABLE_TESTS=OFF')
507507
if cpu_target == CPU_TARGET_NEOVERSE_N1:
508508
self.orig_optarch = build_option('optarch')

0 commit comments

Comments
 (0)