Skip to content

Commit 35e3308

Browse files
committed
Attempt build with toolchains
1 parent 53d2534 commit 35e3308

3 files changed

Lines changed: 11 additions & 5 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"oneapi_compiler": "oneapi@2025.2.0",
2+
"oneapi_compiler_version": "2025.2.0",
33
"target": "x86_64"
44
}

.github/build-ci/manifests/oneapi_access-om3_asymm.spack.yaml.j2

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,13 @@ spack:
1313
- '@git.{{ ref }} +asymmetric_mem'
1414
gcc-runtime:
1515
require:
16-
- '%gcc target={{ target }}'
16+
- '%access_gcc target={{ target }}'
17+
intel-oneapi-compilers:
18+
require:
19+
- '@{{ oneapi_compiler_version }}'
1720
all:
1821
require:
19-
- '%{{ oneapi_compiler }} target={{ target }}'
22+
- '%access_oneapi target={{ target }}'
2023
concretizer:
2124
unify: false
2225
view: false

.github/build-ci/manifests/oneapi_access-om3_no-asymm.spack.yaml.j2

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,13 @@ spack:
1313
- '@git.{{ ref }} ~asymmetric_mem'
1414
gcc-runtime:
1515
require:
16-
- '%gcc target={{ target }}'
16+
- '%access_gcc target={{ target }}'
17+
intel-oneapi-compilers:
18+
require:
19+
- '@{{ oneapi_compiler_version }}'
1720
all:
1821
require:
19-
- '%{{ oneapi_compiler }} target={{ target }}'
22+
- '%access_oneapi target={{ target }}'
2023
concretizer:
2124
unify: false
2225
view: false

0 commit comments

Comments
 (0)