Skip to content

Commit

Permalink
Merge pull request #552 from xylar/fix-cell-culler
Browse files Browse the repository at this point in the history
Make some variables optional in MpasCellCuller.x
  • Loading branch information
xylar authored Feb 15, 2024
2 parents 22d7621 + 20d1434 commit 868b2b1
Show file tree
Hide file tree
Showing 12 changed files with 212 additions and 35 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- bash: |
eval "$(conda shell.bash hook)"
conda activate build
conda build -m "conda_package/ci/linux_python${PYTHON_VERSION}.yaml" "conda_package/recipe"
conda build -m "conda_package/ci/linux_64_python${PYTHON_VERSION}.____cpython.yaml" "conda_package/recipe"
displayName: Build MPAS-Tools
- bash: |
Expand Down Expand Up @@ -158,7 +158,7 @@ jobs:
- bash: |
eval "$(conda shell.bash hook)"
conda activate build
conda build -m "conda_package/ci/osx_python${PYTHON_VERSION}.yaml" "conda_package/recipe"
conda build -m "conda_package/ci/osx_64_python${PYTHON_VERSION}.____cpython.yaml" "conda_package/recipe"
displayName: Build MPAS-Tools
- bash: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ fortran_compiler:
fortran_compiler_version:
- '12'
hdf5:
- 1.14.2
- 1.14.3
libnetcdf:
- 4.9.2
netcdf_fortran:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ fortran_compiler:
fortran_compiler_version:
- '12'
hdf5:
- 1.14.2
- 1.14.3
libnetcdf:
- 4.9.2
netcdf_fortran:
Expand Down
33 changes: 33 additions & 0 deletions conda_package/ci/linux_64_python3.12.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
cdt_name:
- cos6
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- gxx
cxx_compiler_version:
- '12'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
fortran_compiler:
- gfortran
fortran_compiler_version:
- '12'
hdf5:
- 1.14.3
libnetcdf:
- 4.9.2
netcdf_fortran:
- '4.6'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.12.* *_cpython
target_platform:
- linux-64
zip_keys:
- - cxx_compiler_version
- fortran_compiler_version
33 changes: 33 additions & 0 deletions conda_package/ci/linux_64_python3.8.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
cdt_name:
- cos6
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- gxx
cxx_compiler_version:
- '12'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
fortran_compiler:
- gfortran
fortran_compiler_version:
- '12'
hdf5:
- 1.14.3
libnetcdf:
- 4.9.2
netcdf_fortran:
- '4.6'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.8.* *_cpython
target_platform:
- linux-64
zip_keys:
- - cxx_compiler_version
- fortran_compiler_version
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ fortran_compiler:
fortran_compiler_version:
- '12'
hdf5:
- 1.14.2
- 1.14.3
libnetcdf:
- 4.9.2
netcdf_fortran:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ channel_targets:
cxx_compiler:
- clangxx
cxx_compiler_version:
- '15'
- '16'
fortran_compiler:
- gfortran
fortran_compiler_version:
- '12'
hdf5:
- 1.14.2
- 1.14.3
libnetcdf:
- 4.9.2
llvm_openmp:
- '15'
- '16'
macos_machine:
- x86_64-apple-darwin13.4.0
netcdf_fortran:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ channel_targets:
cxx_compiler:
- clangxx
cxx_compiler_version:
- '15'
- '16'
fortran_compiler:
- gfortran
fortran_compiler_version:
- '12'
hdf5:
- 1.14.2
- 1.14.3
libnetcdf:
- 4.9.2
llvm_openmp:
- '15'
- '16'
macos_machine:
- x86_64-apple-darwin13.4.0
netcdf_fortran:
Expand Down
35 changes: 35 additions & 0 deletions conda_package/ci/osx_64_python3.12.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
MACOSX_DEPLOYMENT_TARGET:
- '10.9'
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- clangxx
cxx_compiler_version:
- '16'
fortran_compiler:
- gfortran
fortran_compiler_version:
- '12'
hdf5:
- 1.14.3
libnetcdf:
- 4.9.2
llvm_openmp:
- '16'
macos_machine:
- x86_64-apple-darwin13.4.0
netcdf_fortran:
- '4.6'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.12.* *_cpython
target_platform:
- osx-64
zip_keys:
- - cxx_compiler_version
- fortran_compiler_version
35 changes: 35 additions & 0 deletions conda_package/ci/osx_64_python3.8.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
MACOSX_DEPLOYMENT_TARGET:
- '10.9'
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- clangxx
cxx_compiler_version:
- '16'
fortran_compiler:
- gfortran
fortran_compiler_version:
- '12'
hdf5:
- 1.14.3
libnetcdf:
- 4.9.2
llvm_openmp:
- '16'
macos_machine:
- x86_64-apple-darwin13.4.0
netcdf_fortran:
- '4.6'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.8.* *_cpython
target_platform:
- osx-64
zip_keys:
- - cxx_compiler_version
- fortran_compiler_version
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ channel_targets:
cxx_compiler:
- clangxx
cxx_compiler_version:
- '15'
- '16'
fortran_compiler:
- gfortran
fortran_compiler_version:
- '12'
hdf5:
- 1.14.2
- 1.14.3
libnetcdf:
- 4.9.2
llvm_openmp:
- '15'
- '16'
macos_machine:
- x86_64-apple-darwin13.4.0
netcdf_fortran:
Expand Down
Loading

0 comments on commit 868b2b1

Please sign in to comment.