We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23be120 commit 990c01dCopy full SHA for 990c01d
.github/workflows/build_all_application_deps.yaml
@@ -31,7 +31,7 @@ jobs:
31
}
32
- {
33
compiler: "oneapi",
34
- compiler-version: "2025.2",
+ compiler-version: "2025.3.1",
35
os: "ubuntu-24.04",
36
mpi: "intel-oneapi-mpi",
37
mpi-version: "2021.14",
@@ -125,6 +125,8 @@ jobs:
125
compilerstoallow="'%${COMPILER}'"
126
if [[ " oneapi classic " =~ " ${{ matrix.config.compiler }} " ]]; then
127
compilerstoallow="${compilerstoallow},'%gcc@${gccver}'"
128
+ # Fix libimf.so not found issue AND 2025.3.x mismatch issue
129
+ spack fix-intel-config --consolidate
130
fi
131
allowedcompilerspecs=$(echo $compilerstoallow | sed "s:%::g;s:,: :;s:'::g")
132
0 commit comments