Skip to content

Commit

Permalink
Merge pull request #522 from xylar/update-conda-ci-package-versions
Browse files Browse the repository at this point in the history
Update ci packages to match conda-forge versions
  • Loading branch information
xylar authored Aug 17, 2023
2 parents 9987076 + 76dcc51 commit 548d139
Show file tree
Hide file tree
Showing 6 changed files with 102 additions and 30 deletions.
21 changes: 16 additions & 5 deletions conda_package/ci/linux_python3.10.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,25 @@
cdt_name:
- cos6
channel_sources:
- conda-forge,defaults
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- gxx
cxx_compiler_version:
- '10'
- '12'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
fortran_compiler:
- gfortran
fortran_compiler_version:
- '10'
- '12'
hdf5:
- 1.12.2
- 1.14.1
libnetcdf:
- 4.8.1
- 4.9.2
netcdf_fortran:
- '4.6'
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -20,3 +28,6 @@ python:
- 3.10.* *_cpython
target_platform:
- linux-64
zip_keys:
- - cxx_compiler_version
- fortran_compiler_version
21 changes: 16 additions & 5 deletions conda_package/ci/linux_python3.11.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,25 @@
cdt_name:
- cos6
channel_sources:
- conda-forge,defaults
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- gxx
cxx_compiler_version:
- '10'
- '12'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
fortran_compiler:
- gfortran
fortran_compiler_version:
- '10'
- '12'
hdf5:
- 1.12.2
- 1.14.1
libnetcdf:
- 4.8.1
- 4.9.2
netcdf_fortran:
- '4.6'
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -20,3 +28,6 @@ python:
- 3.11.* *_cpython
target_platform:
- linux-64
zip_keys:
- - cxx_compiler_version
- fortran_compiler_version
21 changes: 16 additions & 5 deletions conda_package/ci/linux_python3.9.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,25 @@
cdt_name:
- cos6
channel_sources:
- conda-forge,defaults
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- gxx
cxx_compiler_version:
- '10'
- '12'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
fortran_compiler:
- gfortran
fortran_compiler_version:
- '10'
- '12'
hdf5:
- 1.12.2
- 1.14.1
libnetcdf:
- 4.8.1
- 4.9.2
netcdf_fortran:
- '4.6'
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -20,3 +28,6 @@ python:
- 3.9.* *_cpython
target_platform:
- linux-64
zip_keys:
- - cxx_compiler_version
- fortran_compiler_version
23 changes: 18 additions & 5 deletions conda_package/ci/osx_python3.10.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,27 @@
MACOSX_DEPLOYMENT_TARGET:
- '10.9'
channel_sources:
- conda-forge,defaults
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- clangxx
cxx_compiler_version:
- '14'
- '15'
fortran_compiler:
- gfortran
fortran_compiler_version:
- '10'
- '12'
hdf5:
- 1.12.2
- 1.14.1
libnetcdf:
- 4.8.1
- 4.9.2
llvm_openmp:
- '15'
macos_machine:
- x86_64-apple-darwin13.4.0
netcdf_fortran:
- '4.6'
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -20,3 +30,6 @@ python:
- 3.10.* *_cpython
target_platform:
- osx-64
zip_keys:
- - cxx_compiler_version
- fortran_compiler_version
23 changes: 18 additions & 5 deletions conda_package/ci/osx_python3.11.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,27 @@
MACOSX_DEPLOYMENT_TARGET:
- '10.9'
channel_sources:
- conda-forge,defaults
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- clangxx
cxx_compiler_version:
- '14'
- '15'
fortran_compiler:
- gfortran
fortran_compiler_version:
- '10'
- '12'
hdf5:
- 1.12.2
- 1.14.1
libnetcdf:
- 4.8.1
- 4.9.2
llvm_openmp:
- '15'
macos_machine:
- x86_64-apple-darwin13.4.0
netcdf_fortran:
- '4.6'
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -20,3 +30,6 @@ python:
- 3.11.* *_cpython
target_platform:
- osx-64
zip_keys:
- - cxx_compiler_version
- fortran_compiler_version
23 changes: 18 additions & 5 deletions conda_package/ci/osx_python3.9.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,27 @@
MACOSX_DEPLOYMENT_TARGET:
- '10.9'
channel_sources:
- conda-forge,defaults
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- clangxx
cxx_compiler_version:
- '14'
- '15'
fortran_compiler:
- gfortran
fortran_compiler_version:
- '10'
- '12'
hdf5:
- 1.12.2
- 1.14.1
libnetcdf:
- 4.8.1
- 4.9.2
llvm_openmp:
- '15'
macos_machine:
- x86_64-apple-darwin13.4.0
netcdf_fortran:
- '4.6'
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -20,3 +30,6 @@ python:
- 3.9.* *_cpython
target_platform:
- osx-64
zip_keys:
- - cxx_compiler_version
- fortran_compiler_version

0 comments on commit 548d139

Please sign in to comment.