Skip to content

Commit

Permalink
Merge pull request #168 from regro-cf-autotick-bot/2.34.0_h8acb3f
Browse files Browse the repository at this point in the history
eccodes v2.34.0
  • Loading branch information
iainrussell authored Feb 8, 2024
2 parents 178c382 + 8217567 commit 824b056
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 10 deletions.
25 changes: 23 additions & 2 deletions .gitignore

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

6 changes: 0 additions & 6 deletions .scripts/build_steps.sh

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

6 changes: 6 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.

3 changes: 3 additions & 0 deletions recipe/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ export EXTRA_TESTS=1
if [[ $HOST =~ darwin ]]; then
export LIBRARY_SEARCH_VAR=DYLD_FALLBACK_LIBRARY_PATH
export FFLAGS="-isysroot $CONDA_BUILD_SYSROOT $FFLAGS"
# https://conda-forge.org/docs/maintainer/knowledge_base.html#newer-c-features-with-old-sdk
# (to fix grib_accessor_class_step_in_units.cc:226:42: error: 'value' is unavailable: introduced in macOS 10.13)
export CXXFLAGS="${CXXFLAGS} -D_LIBCPP_DISABLE_AVAILABILITY"
export REPLACE_TPL_ABSOLUTE_PATHS=1
if [[ $HOST =~ arm64 ]]; then
export MACOS_LE_FLAG="-D IEEE_LE=1"
Expand Down
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.33.0" %}
{% set version = "2.34.0" %}

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

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

Expand Down

0 comments on commit 824b056

Please sign in to comment.