Skip to content

Commit

Permalink
Fix version metdata
Browse files Browse the repository at this point in the history
  • Loading branch information
dopplershift committed Oct 21, 2022
1 parent 4e75676 commit 0bff282
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{% set version = "4.9.1-rc1" %}
{% set tag_version = "4.9.1-rc1" %}
{% set version = tag_version | replace("-","") %}
{% set build = 0 %}

# recipe-lint fails if mpi is undefined
Expand All @@ -13,7 +14,7 @@ package:
version: {{ version }}

source:
url: https://github.com/Unidata/netcdf-c/archive/v{{ version }}.tar.gz
url: https://github.com/Unidata/netcdf-c/archive/v{{ tag_version }}.tar.gz
sha256: c4cee300f4ae274fd05030b653decdf3e626213df5153b70caf4b60899fe326e
patches:
- patches/0004-Prefer-getenv-TOPSRCDIR-over-STRINGIFY-TOPSRCDIR.patch
Expand Down Expand Up @@ -51,7 +52,7 @@ build:

run_exports:
# https://abi-laboratory.pro/tracker/timeline/netcdf/
- {{ pin_subpackage('libnetcdf', max_pin='x.x.x.x') }} {{ build_pin }}
- {{ pin_subpackage('libnetcdf', max_pin='x.x.x') }} {{ build_pin }}

requirements:
build:
Expand Down

0 comments on commit 0bff282

Please sign in to comment.