Skip to content

Commit

Permalink
Add 3.12 CI files
Browse files Browse the repository at this point in the history
  • Loading branch information
altheaden committed Sep 4, 2024
1 parent 36ec326 commit 1ed765f
Show file tree
Hide file tree
Showing 6 changed files with 222 additions and 0 deletions.
34 changes: 34 additions & 0 deletions ci/linux_mpi_mpich_python3.12.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
c_compiler:
- gcc
c_compiler_version:
- '10'
cxx_compiler:
- gxx
cxx_compiler_version:
- '10'
fortran_compiler:
- gfortran
fortran_compiler_version:
- '10'
hdf5:
- 1.12.2
libnetcdf:
- 4.8.1
mpi:
- mpich
mpich:
- '4'
netcdf_fortran:
- '4.6'
openmpi:
- '4'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.12.* *_cpython
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- fortran_compiler_version
34 changes: 34 additions & 0 deletions ci/linux_mpi_nompi_python3.12.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
c_compiler:
- gcc
c_compiler_version:
- '10'
cxx_compiler:
- gxx
cxx_compiler_version:
- '10'
fortran_compiler:
- gfortran
fortran_compiler_version:
- '10'
hdf5:
- 1.12.2
libnetcdf:
- 4.8.1
mpi:
- nompi
mpich:
- '4'
netcdf_fortran:
- '4.6'
openmpi:
- '4'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.12.* *_cpython
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- fortran_compiler_version
34 changes: 34 additions & 0 deletions ci/linux_mpi_openmpi_python3.12.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
c_compiler:
- gcc
c_compiler_version:
- '10'
cxx_compiler:
- gxx
cxx_compiler_version:
- '10'
fortran_compiler:
- gfortran
fortran_compiler_version:
- '10'
hdf5:
- 1.12.2
libnetcdf:
- 4.8.1
mpi:
- openmpi
mpich:
- '4'
netcdf_fortran:
- '4.6'
openmpi:
- '4'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.12.* *_cpython
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- fortran_compiler_version
40 changes: 40 additions & 0 deletions ci/osx_mpi_mpich_python3.12.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
c_compiler:
- clang
c_compiler_version:
- '14'
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- clangxx
cxx_compiler_version:
- '14'
fortran_compiler:
- gfortran
fortran_compiler_version:
- '11'
hdf5:
- 1.12.2
libnetcdf:
- 4.8.1
macos_machine:
- x86_64-apple-darwin13.4.0
mpi:
- mpich
mpich:
- '4'
netcdf_fortran:
- '4.6'
openmpi:
- '4'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.12.* *_cpython
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- fortran_compiler_version
40 changes: 40 additions & 0 deletions ci/osx_mpi_nompi_python3.12.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
c_compiler:
- clang
c_compiler_version:
- '14'
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- clangxx
cxx_compiler_version:
- '14'
fortran_compiler:
- gfortran
fortran_compiler_version:
- '11'
hdf5:
- 1.12.2
libnetcdf:
- 4.8.1
macos_machine:
- x86_64-apple-darwin13.4.0
mpi:
- nompi
mpich:
- '4'
netcdf_fortran:
- '4.6'
openmpi:
- '4'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.12.* *_cpython
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- fortran_compiler_version
40 changes: 40 additions & 0 deletions ci/osx_mpi_openmpi_python3.12.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
c_compiler:
- clang
c_compiler_version:
- '14'
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- clangxx
cxx_compiler_version:
- '14'
fortran_compiler:
- gfortran
fortran_compiler_version:
- '11'
hdf5:
- 1.12.2
libnetcdf:
- 4.8.1
macos_machine:
- x86_64-apple-darwin13.4.0
mpi:
- openmpi
mpich:
- '4'
netcdf_fortran:
- '4.6'
openmpi:
- '4'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.12.* *_cpython
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- fortran_compiler_version

0 comments on commit 1ed765f

Please sign in to comment.