File tree Expand file tree Collapse file tree
recipes/recipes_emscripten/netcdf4 Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11context :
2- version : " 1.7.2"
3- name : " netcdf4"
2+ version : 1.7.2
3+ name : netcdf4
44
55package :
66 name : ${{ name }}
@@ -10,27 +10,27 @@ source:
1010 url : https://github.com/Unidata/netcdf4-python/archive/refs/tags/v${{ version }}rel.tar.gz
1111 sha256 : cce7d42a83f84b6ce6288bb2fb171d5ffd294f1a1ba2650807d238ae961e9629
1212build :
13- number : 1
13+ number : 2
1414
1515requirements :
1616 build :
17- - python
18- - cross-python_${{ target_platform }}
19- - ${{ compiler("c") }}
20- - pip
21- - pkg-config
22- - numpy
23- - cython
17+ - python
18+ - cross-python_${{ target_platform }}
19+ - ${{ compiler("c") }}
20+ - pip
21+ - pkg-config
22+ - numpy
23+ - cython
2424 host :
25- - python
26- - hdf5
27- - libnetcdf
25+ - python
26+ - hdf5
27+ - libnetcdf
2828 run :
29- - python
30- - numpy
31- - hdf5
32- - cftime
33- - certifi
29+ - python
30+ - numpy
31+ - hdf5
32+ - cftime
33+ - certifi
3434
3535tests :
3636- script : pytester
You can’t perform that action at this time.
0 commit comments