Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 23 additions & 18 deletions recipes/recipes_emscripten/netcdf4/recipe.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
context:
version: "1.7.2"
name: "netcdf4"
version: 1.7.2
name: netcdf4

package:
name: ${{ name }}
Expand All @@ -9,28 +9,29 @@ package:
source:
url: https://github.com/Unidata/netcdf4-python/archive/refs/tags/v${{ version }}rel.tar.gz
sha256: cce7d42a83f84b6ce6288bb2fb171d5ffd294f1a1ba2650807d238ae961e9629

build:
number: 1
number: 0

requirements:
build:
- python
- cross-python_${{ target_platform }}
- ${{ compiler("c") }}
- pip
- pkg-config
- numpy
- cython
- python
- cross-python_${{ target_platform }}
- ${{ compiler("c") }}
- pip
- pkg-config
- numpy
- cython
host:
- python
- hdf5
- libnetcdf
- python
- hdf5
- libnetcdf
run:
- python
- numpy
- hdf5
- cftime
- certifi
- python
- numpy
- hdf5
- cftime
- certifi

tests:
- script: pytester
Expand All @@ -50,3 +51,7 @@ about:
summary: Provides an object-oriented python interface to the netCDF version 4 library
repository: https://github.com/Unidata/netcdf4-python
documentation: https://unidata.github.io/netcdf4-python

extra:
maintainers:
- IsabelParedes
Loading