Skip to content

Commit 0d908a4

Browse files
authored
Update configs/sites/tier1/ursa/compilers.yaml and configs/sites/tier1/ursa/packages_oneapi.yaml for building unified environment on Ursa for spack-stack develop as of 2025/10/02 (#1787)
1 parent 2cb7124 commit 0d908a4

File tree

2 files changed

+16
-14
lines changed

2 files changed

+16
-14
lines changed

configs/sites/tier1/ursa/compilers.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@ compilers:
1313
- intel-oneapi-compilers/2024.2.1
1414
environment:
1515
prepend_path:
16-
PATH: '/usr/bin'
17-
LD_LIBRARY_PATH: '/usr/lib:/usr/lib64'
18-
CPATH: '/usr/include/c++/11/x86_64-redhat-linux'
16+
CPATH: /usr/include/c++/11/x86_64-redhat-linux
1917
extra_rpaths: []
2018

2119
- compiler:
@@ -30,5 +28,8 @@ compilers:
3028
target: x86_64
3129
modules:
3230
- gcc/12.4.0
33-
environment: {}
31+
environment:
32+
prepend_path:
33+
CPATH: /apps/spack-2024-12/linux-rocky9-x86_64/gcc-11.4.1/gcc-12.4.0-dsgnou52lpn2tus6mohdmcw5mjqmqrhj/lib/gcc/x86_64-pc-linux-gnu/12.4.0/include
3434
extra_rpaths: []
35+

configs/sites/tier1/ursa/packages_oneapi.yaml

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,15 @@ packages:
3232
modules:
3333
- intel-oneapi-mkl/2024.2.1
3434
prefix: /apps/spack-2024-12/linux-rocky9-x86_64/gcc-11.4.1/intel-oneapi-mkl-2024.2.1-srqwrbzwo2k7hxuuhlrxttburs5jvlat
35-
intel-oneapi-runtime:
36-
externals:
37-
- spec: intel-oneapi-runtime@2024.2.1%oneapi@2024.2.1
38-
prefix: /apps/spack-2024-12/linux-rocky9-x86_64/gcc-11.4.1/intel-oneapi-compilers-2024.2.1-oqhstbmawnrsdw472p4pjsopj547o6xs/compiler/2024.2
39-
modules:
40-
- compiler-rt/2024.2.1
41-
gcc-runtime:
42-
externals:
43-
- spec: gcc-runtime@12.4.0%gcc@12.4.0
44-
prefix: /usr
35+
# Commented out for spack v0.23 to avoid duplicate packages
36+
# intel-oneapi-runtime:
37+
# externals:
38+
# - spec: intel-oneapi-runtime@2024.2.1%oneapi@2024.2.1
39+
# prefix: /apps/spack-2024-12/linux-rocky9-x86_64/gcc-11.4.1/intel-oneapi-compilers-2024.2.1-oqhstbmawnrsdw472p4pjsopj547o6xs/compiler/2024.2
40+
# modules:
41+
# - compiler-rt/2024.2.1
42+
# gcc-runtime:
43+
# externals:
44+
# - spec: gcc-runtime@12.4.0%gcc@12.4.0
45+
# prefix: /usr
4546

0 commit comments

Comments
 (0)