Skip to content

Commit 3f34396

Browse files
author
Richard Top
committed
{2023.06}[2023a,grace] Remaining apps from EB 4.9.0 2023a easystack
1 parent d346db5 commit 3f34396

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

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

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,16 @@ 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+
- SuperLU_DIST-8.1.2-foss-2023a.eb
74+
- PETSc-3.20.3-foss-2023a.eb
75+
- MODFLOW-6.4.4-foss-2023a.eb
76+
- NLopt-2.7.1-GCCcore-12.3.0.eb
77+
- nettle-3.9.1-GCCcore-12.3.0.eb
78+
- Xvfb-21.1.8-GCCcore-12.3.0.eb
79+
- libsndfile-1.2.2-GCCcore-12.3.0.eb
80+
- PostgreSQL-16.1-GCCcore-12.3.0.eb
81+
- ImageMagick-7.1.1-15-GCCcore-12.3.0.eb
82+
- 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)