Skip to content

Commit

Permalink
update to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
ocefpaf committed Jun 18, 2024
1 parent 47bede9 commit 439a663
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set version = "1.7.1" %}
{% set build = 0 %}
{% set build = 1 %}

# recipe-lint fails if mpi is undefined
{% set mpi = mpi or 'nompi' %}
Expand All @@ -13,8 +13,8 @@ package:
version: {{ version }}

source:
url: https://pypi.io/packages/source/n/netCDF4/netcdf4-{{ version }}.tar.gz
sha256: 87d666093870ebbc0153c8eb42a4a70d6a1d33b47fa3d8fd2e01b6d8de52023e
url: https://github.com/Unidata/netcdf4-python/archive/refs/tags/v{{ version }}rel.tar.gz
sha256: 42c189fb646a2993f15791b3835797389d7d0791de033ed4347955c673194605

build:
skip: true # [(win and vc<14) or (win and mpi != 'nompi')]
Expand Down Expand Up @@ -43,7 +43,7 @@ requirements:
- cross-python_{{ target_platform }} # [build_platform != target_platform]
- cython # [build_platform != target_platform]
- numpy # [build_platform != target_platform]
- {{ compiler('c') }}
- {{ compiler("c") }}
- {{ stdlib("c") }}
host:
- python
Expand Down Expand Up @@ -85,6 +85,7 @@ test:
- cftime
requires:
- cython
- packaging
commands:
- ncinfo -h
- nc4tonc3 -h
Expand Down

0 comments on commit 439a663

Please sign in to comment.