Skip to content

Commit 42f3f15

Browse files
authored
Merge pull request #985 from TopRichard/eessi-2023.06-grace-apps-from-EB-4.8.2-2023a-easystack
{2023.06}[2023a,grace] Apps from EB 4.8.2 2023a easystack
2 parents cb245c0 + f2b0a9b commit 42f3f15

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

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
@@ -4,3 +4,16 @@ easyconfigs:
44
- Rust-1.70.0-GCCcore-12.3.0.eb
55
- OpenMPI-4.1.5-GCC-12.3.0
66
- foss-2023a.eb
7+
- pybind11-2.11.1-GCCcore-12.3.0.eb
8+
- SciPy-bundle-2023.07-gfbf-2023a.eb:
9+
options:
10+
# see https://github.com/easybuilders/easybuild-easyconfigs/pull/21693
11+
from-commit: 7c5144d2c1a061cd9f08b5901970b7f6ec5eb5c0
12+
- TensorFlow-2.13.0-foss-2023a.eb
13+
- X11-20230603-GCCcore-12.3.0.eb
14+
- HarfBuzz-5.3.1-GCCcore-12.3.0.eb
15+
- Qt5-5.15.10-GCCcore-12.3.0.eb
16+
- OSU-Micro-Benchmarks-7.1-1-gompi-2023a.eb
17+
- LHAPDF-6.5.4-GCC-12.3.0.eb
18+
- LoopTools-2.15-GCC-12.3.0.eb
19+
- R-4.3.2-gfbf-2023a.eb

eb_hooks.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -791,7 +791,7 @@ def pre_test_hook_ignore_failing_tests_SciPybundle(self, *args, **kwargs):
791791
FAILED scipy/spatial/tests/test_distance.py::TestPdist::test_pdist_correlation_iris
792792
FAILED scipy/spatial/tests/test_distance.py::TestPdist::test_pdist_correlation_iris_float32
793793
= 4 failed, 54407 passed, 3016 skipped, 223 xfailed, 13 xpassed, 10917 warnings in 6068.43s (1:41:08) =
794-
In version 2023.11 on grace, 2 failing tests in scipy (version 1.11.4):
794+
In version 2023.07 + 2023.11 on grace, 2 failing tests in scipy (versions 1.11.1, 1.11.4):
795795
FAILED scipy/optimize/tests/test_linprog.py::TestLinprogIPSparse::test_bug_6139
796796
FAILED scipy/optimize/tests/test_linprog.py::TestLinprogIPSparsePresolve::test_bug_6139
797797
= 2 failed, 54876 passed, 3021 skipped, 223 xfailed, 13 xpassed in 581.85s (0:09:41) =
@@ -800,7 +800,7 @@ def pre_test_hook_ignore_failing_tests_SciPybundle(self, *args, **kwargs):
800800
cpu_target = get_eessi_envvar('EESSI_SOFTWARE_SUBDIR')
801801
scipy_bundle_versions_nv1 = ('2021.10', '2023.02', '2023.07', '2023.11')
802802
scipy_bundle_versions_a64fx = ('2023.07', '2023.11')
803-
scipy_bundle_versions_nvidia_grace = ('2023.11')
803+
scipy_bundle_versions_nvidia_grace = ('2023.07', '2023.11')
804804
if self.name == 'SciPy-bundle':
805805
if cpu_target == CPU_TARGET_NEOVERSE_V1 and self.version in scipy_bundle_versions_nv1:
806806
self.cfg['testopts'] = "|| echo ignoring failing tests"

0 commit comments

Comments
 (0)