Skip to content

Commit 867a69f

Browse files
committed
Update site config for bounty after transition from Ubuntu to Alma Linux
1 parent 83d2c1f commit 867a69f

File tree

6 files changed

+77
-21
lines changed

6 files changed

+77
-21
lines changed

configs/sites/tier2/blackpearl/packages_oneapi.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ packages:
33
44
providers:
55
mpi:: [intel-oneapi-mpi]
6-
76
mpi:
87
buildable: False
98
intel-oneapi-mpi:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Bounty is one of @climbfuji's development systems (Dell Laptop running Ubuntu Linux 22.04 under Windows WSL2).
1+
Bounty is one of @climbfuji's development systems (Dell Laptop running Alma Linux 9 under Windows WSL2).

configs/sites/tier2/bounty/compilers.yaml

Lines changed: 21 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,39 @@
11
compilers:
22
- compiler:
3-
spec: gcc@=11.4.0
3+
spec: gcc@=11.5.0
44
paths:
55
cc: /usr/bin/gcc
66
cxx: /usr/bin/g++
77
f77: /usr/bin/gfortran
88
fc: /usr/bin/gfortran
99
flags: {}
10-
operating_system: ubuntu22.04
10+
operating_system: almalinux9
1111
target: x86_64
1212
modules: []
1313
environment: {}
1414
extra_rpaths: []
1515
- compiler:
16-
spec: gcc@=12.3.0
16+
spec: gcc@=13.3.1
1717
paths:
18-
cc: /usr/bin/gcc-12
19-
cxx: /usr/bin/g++-12
20-
f77: /usr/bin/gfortran-12
21-
fc: /usr/bin/gfortran-12
18+
cc: /opt/rh/gcc-toolset-13/root/usr/bin/gcc
19+
cxx: /opt/rh/gcc-toolset-13/root/usr/bin/g++
20+
f77: /opt/rh/gcc-toolset-13/root/usr/bin/gfortran
21+
fc: /opt/rh/gcc-toolset-13/root/usr/bin/gfortran
2222
flags: {}
23-
operating_system: ubuntu22.04
23+
operating_system: almalinux9
24+
target: x86_64
25+
modules: []
26+
environment: {}
27+
extra_rpaths: []
28+
- compiler:
29+
spec: oneapi@=2025.0.0
30+
paths:
31+
cc: /opt/intel/oneapi/compiler/2025.0/bin/icx
32+
cxx: /opt/intel/oneapi/compiler/2025.0/bin/icpx
33+
f77: /opt/intel/oneapi/compiler/2025.0/bin/ifx
34+
fc: /opt/intel/oneapi/compiler/2025.0/bin/ifx
35+
flags: {}
36+
operating_system: almalinux9
2437
target: x86_64
2538
modules: []
2639
environment: {}

configs/sites/tier2/bounty/packages.yaml

Lines changed: 35 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,31 @@
11
packages:
22
autoconf:
33
externals:
4-
- spec: autoconf@2.71
4+
- spec: autoconf@2.69
55
prefix: /usr
66
automake:
77
externals:
8-
8+
99
prefix: /usr
1010
binutils:
1111
externals:
12-
12+
- spec: [email protected]~gold+headers
13+
prefix: /usr
14+
bison:
15+
externals:
16+
17+
prefix: /usr
18+
cmake:
19+
externals:
20+
1321
prefix: /usr
1422
coreutils:
1523
externals:
1624
1725
prefix: /usr
1826
diffutils:
1927
externals:
20-
- spec: diffutils@3.8
28+
- spec: diffutils@3.7
2129
prefix: /usr
2230
findutils:
2331
externals:
@@ -33,11 +41,11 @@ packages:
3341
prefix: /usr
3442
git:
3543
externals:
36-
- spec: git@2.34.1~tcltk
44+
- spec: git@2.43.5~tcltk
3745
prefix: /usr
3846
git-lfs:
3947
externals:
40-
- spec: git-lfs@3.0.2
48+
- spec: git-lfs@3.4.1
4149
prefix: /usr
4250
gmake:
4351
externals:
@@ -49,12 +57,25 @@ packages:
4957
prefix: /usr
5058
m4:
5159
externals:
52-
60+
61+
prefix: /usr
62+
openssh:
63+
externals:
64+
5365
prefix: /usr
5466
perl:
5567
externals:
56-
- spec: perl@5.34.0~cpanm+opcode+open+shared+threads
68+
- spec: perl@5.32.1~cpanm~opcode+open+shared+threads
5769
prefix: /usr
70+
pkgconf:
71+
externals:
72+
73+
prefix: /usr
74+
qt:
75+
buildable: False
76+
externals:
77+
78+
prefix: /usr/lib64/qt5
5879
sed:
5980
externals:
6081
@@ -65,9 +86,13 @@ packages:
6586
prefix: /usr
6687
texlive:
6788
externals:
68-
- spec: texlive@20220321
89+
- spec: texlive@20200406
6990
prefix: /usr
7091
wget:
7192
externals:
72-
93+
94+
prefix: /usr
95+
zlib:
96+
externals:
97+
7398
prefix: /usr
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
packages:
22
all:
3-
compiler:: [gcc@12.3.0]
3+
compiler:: [gcc@13.3.1]
44
providers:
55
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
packages:
2+
all:
3+
4+
providers:
5+
mpi:: [intel-oneapi-mpi]
6+
mpi:
7+
buildable: False
8+
intel-oneapi-mpi:
9+
externals:
10+
11+
prefix: /opt/intel/oneapi
12+
intel-oneapi-mkl:
13+
externals:
14+
15+
prefix: /opt/intel/oneapi
16+
intel-oneapi-runtime:
17+
externals:
18+
19+
prefix: /opt/intel/oneapi

0 commit comments

Comments
 (0)