Skip to content

Commit 5a0355b

Browse files
committed
Update spack envs
1 parent ddb7be2 commit 5a0355b

File tree

7 files changed

+54
-54
lines changed

7 files changed

+54
-54
lines changed

.github/ci/spack-envs/clang11_nopy_nompi_h5_libcpp/spack.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ spack:
1212
all:
1313
target: [x86_64]
1414
variants: ~mpi ~fortran
15-
compiler: [clang@7.0.1]
15+
compiler: [clang@11.1.0]
1616

1717
compilers:
1818
- compiler:
@@ -22,13 +22,13 @@ spack:
2222
cxxflags: -stdlib=libc++
2323
ldflags: -stdlib=libc++
2424
modules: []
25-
operating_system: ubuntu20.04
25+
operating_system: ubuntu22.04
2626
paths:
27-
cc: /usr/bin/clang-7
28-
cxx: /usr/bin/clang++-7
27+
cc: /usr/bin/clang-11
28+
cxx: /usr/bin/clang++-11
2929
f77: null
3030
fc: null
31-
spec: clang@7.0.1
31+
spec: clang@11.1.0
3232
target: x86_64
3333

3434
config:

.github/ci/spack-envs/clang11_nopy_ompi_h5_ad2/spack.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,44 +15,44 @@ spack:
1515
variants: ~zfp ~sz ~png ~dataman ~python ~fortran ~ssc ~shared ~bzip2 ~blosc2
1616
cmake:
1717
externals:
18-
- spec: cmake@3.23.0
18+
- spec: cmake@3.31.5
1919
prefix: /usr
2020
buildable: False
2121
openmpi:
2222
externals:
23-
- spec: openmpi@2.1.1
23+
- spec: openmpi@4.1.2
2424
prefix: /usr
2525
buildable: False
2626
perl:
2727
externals:
28-
- spec: perl@5.26.1
28+
- spec: perl@5.34.0
2929
prefix: /usr
3030
buildable: False
3131
python:
3232
externals:
33-
- spec: python@3.8.0
33+
- spec: python@3.10.12
3434
prefix: /usr
3535
buildable: False
3636
all:
3737
target: [x86_64]
3838
variants: ~fortran
3939
providers:
4040
mpi: [openmpi]
41-
compiler: [clang@7.0.0]
41+
compiler: [clang@11.1.0]
4242

4343
compilers:
4444
- compiler:
4545
environment: {}
4646
extra_rpaths: []
4747
flags: {}
4848
modules: []
49-
operating_system: ubuntu20.04
49+
operating_system: ubuntu22.04
5050
paths:
51-
cc: /usr/lib/llvm-7/bin/clang
52-
cxx: /usr/lib/llvm-7/bin/clang++
51+
cc: /usr/lib/llvm-11/bin/clang
52+
cxx: /usr/lib/llvm-11/bin/clang++
5353
f77: /usr/bin/gfortran
5454
fc: /usr/bin/gfortran
55-
spec: clang@7.0.0
55+
spec: clang@11.1.0
5656
target: x86_64
5757

5858
config:

.github/ci/spack-envs/clang11_nopy_ompi_h5_ad2_libcpp/spack.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,30 +15,30 @@ spack:
1515
variants: ~zfp ~sz ~png ~dataman ~python ~fortran ~ssc ~shared ~bzip2 ~mgard ~blosc2
1616
cmake:
1717
externals:
18-
- spec: cmake@3.23.0
18+
- spec: cmake@3.31.5
1919
prefix: /usr
2020
buildable: False
2121
openmpi:
2222
externals:
23-
- spec: openmpi@2.1.1
23+
- spec: openmpi@4.1.2
2424
prefix: /usr
2525
buildable: False
2626
perl:
2727
externals:
28-
- spec: perl@5.26.1
28+
- spec: perl@5.34.0
2929
prefix: /usr
3030
buildable: False
3131
python:
3232
externals:
33-
- spec: python@3.8.0
33+
- spec: python@3.10.12
3434
prefix: /usr
3535
buildable: False
3636
all:
3737
target: [x86_64]
3838
variants: ~fortran
3939
providers:
4040
mpi: [openmpi]
41-
compiler: [clang@7.0.1]
41+
compiler: [clang@11.1.0]
4242

4343
compilers:
4444
- compiler:
@@ -48,13 +48,13 @@ spack:
4848
cxxflags: -stdlib=libc++
4949
ldflags: -stdlib=libc++
5050
modules: []
51-
operating_system: ubuntu20.04
51+
operating_system: ubuntu22.04
5252
paths:
53-
cc: /usr/bin/clang-7
54-
cxx: /usr/bin/clang++-7
53+
cc: /usr/bin/clang-11
54+
cxx: /usr/bin/clang++-11
5555
f77: /usr/bin/gfortran
5656
fc: /usr/bin/gfortran
57-
spec: clang@7.0.1
57+
spec: clang@11.1.0
5858
target: x86_64
5959

6060
config:

.github/ci/spack-envs/clang12_py38_mpich_h5_ad2/spack.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,44 +15,44 @@ spack:
1515
variants: ~zfp ~sz ~png ~dataman ~python ~fortran ~ssc ~shared ~bzip2 ~blosc2
1616
cmake:
1717
externals:
18-
- spec: cmake@3.23.0
18+
- spec: cmake@3.31.5
1919
prefix: /usr
2020
buildable: False
2121
mpich:
2222
externals:
23-
- spec: mpich@3.3
23+
- spec: mpich@4.0
2424
prefix: /usr
2525
buildable: False
2626
perl:
2727
externals:
28-
- spec: perl@5.26.1
28+
- spec: perl@5.34.0
2929
prefix: /usr
3030
buildable: False
3131
python:
3232
externals:
33-
- spec: python@3.8.0
33+
- spec: python@3.10.12
3434
prefix: /usr
3535
buildable: False
3636
all:
3737
target: [x86_64]
3838
variants: ~fortran
3939
providers:
4040
mpi: [mpich]
41-
compiler: [clang@8.0.0]
41+
compiler: [clang@12.0.1]
4242

4343
compilers:
4444
- compiler:
4545
environment: {}
4646
extra_rpaths: []
4747
flags: {}
4848
modules: []
49-
operating_system: ubuntu20.04
49+
operating_system: ubuntu22.04
5050
paths:
51-
cc: /usr/lib/llvm-8/bin/clang
52-
cxx: /usr/lib/llvm-8/bin/clang++
51+
cc: /usr/lib/llvm-12/bin/clang
52+
cxx: /usr/lib/llvm-12/bin/clang++
5353
f77: /usr/bin/gfortran
5454
fc: /usr/bin/gfortran
55-
spec: clang@8.0.0
55+
spec: clang@12.0.1
5656
target: x86_64
5757

5858
config:

.github/ci/spack-envs/clang15_py311_nompi_h5_ad2/spack.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ spack:
3434
variants: ~fortran
3535
providers:
3636
mpi: [openmpi]
37-
compiler: [clang@14.0.0]
37+
compiler: [clang@15.0.7]
3838

3939
compilers:
4040
- compiler:
@@ -44,11 +44,11 @@ spack:
4444
modules: []
4545
operating_system: ubuntu22.04
4646
paths:
47-
cc: /usr/lib/llvm-14/bin/clang
48-
cxx: /usr/lib/llvm-14/bin/clang++
47+
cc: /usr/lib/llvm-15/bin/clang
48+
cxx: /usr/lib/llvm-15/bin/clang++
4949
f77: /usr/bin/gfortran
5050
fc: /usr/bin/gfortran
51-
spec: clang@14.0.0
51+
spec: clang@15.0.7
5252
target: x86_64
5353

5454
config:

.github/ci/spack-envs/clangtidy_nopy_ompi_h5_ad2/spack.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,44 +15,44 @@ spack:
1515
variants: ~zfp ~sz ~png ~dataman ~python ~fortran ~ssc ~shared ~bzip2
1616
cmake:
1717
externals:
18-
- spec: cmake@3.23.0
18+
- spec: cmake@3.31.5
1919
prefix: /usr
2020
buildable: False
2121
openmpi:
2222
externals:
23-
- spec: openmpi@2.1.1
23+
- spec: openmpi@4.1.2
2424
prefix: /usr
2525
buildable: False
2626
perl:
2727
externals:
28-
- spec: perl@5.26.1
28+
- spec: perl@5.34.0
2929
prefix: /usr
3030
buildable: False
3131
python:
3232
externals:
33-
- spec: python@3.8.0
33+
- spec: python@3.10.12
3434
prefix: /usr
3535
buildable: False
3636
all:
3737
target: [x86_64]
3838
variants: ~fortran
3939
providers:
4040
mpi: [openmpi]
41-
compiler: [clang@10.0.0]
41+
compiler: [clang@14.0.0]
4242

4343
compilers:
4444
- compiler:
4545
environment: {}
4646
extra_rpaths: []
4747
flags: {}
4848
modules: []
49-
operating_system: ubuntu20.04
49+
operating_system: ubuntu22.04
5050
paths:
51-
cc: /usr/lib/llvm-10/bin/clang
52-
cxx: /usr/lib/llvm-10/bin/clang++
51+
cc: /usr/lib/llvm-14/bin/clang
52+
cxx: /usr/lib/llvm-14/bin/clang++
5353
f77: /usr/bin/gfortran
5454
fc: /usr/bin/gfortran
55-
spec: clang@10.0.0
55+
spec: clang@14.0.0
5656
target: x86_64
5757

5858
config:

.github/ci/spack-envs/gcc12_py36_ompi_h5_ad2/spack.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,42 +15,42 @@ spack:
1515
variants: ~zfp ~sz ~png ~dataman ~python ~fortran ~ssc ~shared ~bzip2
1616
cmake:
1717
externals:
18-
- spec: cmake@3.23.0
18+
- spec: cmake@3.31.5
1919
prefix: /usr
2020
buildable: False
2121
openmpi:
2222
externals:
23-
- spec: openmpi@2.1.1
23+
- spec: openmpi@4.1.2
2424
prefix: /usr
2525
buildable: False
2626
perl:
2727
externals:
28-
- spec: perl@5.26.1
28+
- spec: perl@5.34.0
2929
prefix: /usr
3030
buildable: False
3131
python:
3232
externals:
33-
- spec: python@3.6.3
33+
- spec: python@3.10.12
3434
prefix: /usr
3535
buildable: False
3636
all:
3737
target: [x86_64]
3838
variants: ~fortran
39-
compiler: [gcc@7.0.0]
39+
compiler: [gcc@12.3.0]
4040

4141
compilers:
4242
- compiler:
4343
environment: {}
4444
extra_rpaths: []
4545
flags: {}
4646
modules: []
47-
operating_system: ubuntu20.04
47+
operating_system: ubuntu22.04
4848
paths:
49-
cc: /usr/bin/gcc-7
50-
cxx: /usr/bin/g++-7
49+
cc: /usr/bin/gcc-12
50+
cxx: /usr/bin/g++-12
5151
f77: /usr/bin/gfortran
5252
fc: /usr/bin/gfortran
53-
spec: gcc@7.0.0
53+
spec: gcc@12.3.0
5454
target: x86_64
5555

5656
config:

0 commit comments

Comments
 (0)