Skip to content

Commit

Permalink
Merge pull request #167 from regro-cf-autotick-bot/2.33.0_h0d6e3a
Browse files Browse the repository at this point in the history
eccodes v2.33.0
  • Loading branch information
shahramn authored Dec 15, 2023
2 parents dcc2d8c + 93b4ac3 commit 178c382
Show file tree
Hide file tree
Showing 15 changed files with 55 additions and 17 deletions.
3 changes: 3 additions & 0 deletions .azure-pipelines/azure-pipelines-linux.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions .azure-pipelines/azure-pipelines-osx.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions .azure-pipelines/azure-pipelines-win.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ fortran_compiler:
fortran_compiler_version:
- '12'
hdf5:
- 1.14.2
- 1.14.3
jasper:
- '4'
libaec:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/linux_aarch64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ fortran_compiler:
fortran_compiler_version:
- '12'
hdf5:
- 1.14.2
- 1.14.3
jasper:
- '4'
libaec:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/linux_ppc64le_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ fortran_compiler:
fortran_compiler_version:
- '12'
hdf5:
- 1.14.2
- 1.14.3
libaec:
- '1'
libnetcdf:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/osx_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ fortran_compiler:
fortran_compiler_version:
- '12'
hdf5:
- 1.14.2
- 1.14.3
jasper:
- '4'
libaec:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/osx_arm64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ fortran_compiler:
fortran_compiler_version:
- '12'
hdf5:
- 1.14.2
- 1.14.3
jasper:
- '4'
libaec:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/win_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ channel_targets:
cxx_compiler:
- vs2019
hdf5:
- 1.14.2
- 1.14.3
jasper:
- '4'
libaec:
Expand Down
15 changes: 12 additions & 3 deletions .scripts/build_steps.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions .scripts/run_docker_build.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 10 additions & 3 deletions .scripts/run_osx_build.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 12 additions & 2 deletions .scripts/run_win_build.bat

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{% set version = "2.32.1" %}
{% set version = "2.33.0" %}

package:
name: eccodes
version: {{ version }}

source:
url: https://confluence.ecmwf.int/download/attachments/45757960/eccodes-{{ version }}-Source.tar.gz
sha256: ad2ac1bf36577b1d35c4a771b4d174a06f522a1e5ef6c1f5e53a795fb624863e
sha256: bdcec8ce63654ec6803400c507f01220a9aa403a45fa6b5bdff7fdcc44fd7daf
#patches:
# - fix_md5_test.patch

Expand Down

0 comments on commit 178c382

Please sign in to comment.