Skip to content

Commit

Permalink
Merge pull request #66 from regro-cf-autotick-bot/5.20.0_h7416da
Browse files Browse the repository at this point in the history
metview v5.20.0
  • Loading branch information
iainrussell committed Oct 4, 2023
2 parents 08945ee + ab97e99 commit 2c8e269
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 39 deletions.
5 changes: 0 additions & 5 deletions .azure-pipelines/azure-pipelines-linux.yml

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

7 changes: 0 additions & 7 deletions .ci_support/migrations/libnetcdf491.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions .ci_support/migrations/libnetcdf492.yaml

This file was deleted.

9 changes: 4 additions & 5 deletions .scripts/build_steps.sh

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

4 changes: 2 additions & 2 deletions .scripts/logging_utils.sh

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

18 changes: 9 additions & 9 deletions .scripts/run_osx_build.sh

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

8 changes: 4 additions & 4 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "Metview" %}
{% set version = "5.19.2" %}
{% set version = "5.20.0" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://confluence.ecmwf.int/download/attachments/3964985/{{ name }}-{{ version }}-Source.tar.gz
sha256: 3a06337b2e84ca2633ac8894b7a359d2c97416bf94579639da4cf70576f48700
sha256: 9103b83c0a39b636d58db1093c38e487bc19e88f37559178a3917e1458d8e13f
patches:
- 0001-Use-find_package-instead-of-find_library-for-threads.patch
- 0002-Pass-CPP-to-rpcgen.patch
Expand Down Expand Up @@ -37,7 +37,7 @@ requirements:
- {{ cdt('libxau') }} # [linux]
host:
- curl
- eccodes >=2.22.0
- eccodes >=2.32.0
- magics-metview >=4.10.0
- qt-main
- flex
Expand All @@ -50,7 +50,7 @@ requirements:
# See https://conda-forge.org/docs/maintainer/knowledge_base.html#libgl
- xorg-libxfixes # [linux]
run:
- eccodes >=2.22.0
- eccodes >=2.32.0
- magics-metview >=4.10.0
- qt-main
- flex
Expand Down

0 comments on commit 2c8e269

Please sign in to comment.