Skip to content

Commit 44d1f81

Browse files
Build netcdf4 for emscripten-4x
1 parent 26a870a commit 44d1f81

1 file changed

Lines changed: 18 additions & 18 deletions

File tree

recipes/recipes_emscripten/netcdf4/recipe.yaml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
context:
2-
version: "1.7.2"
3-
name: "netcdf4"
2+
version: 1.7.2
3+
name: netcdf4
44

55
package:
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
1212
build:
13-
number: 1
13+
number: 2
1414

1515
requirements:
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

3535
tests:
3636
- script: pytester

0 commit comments

Comments
 (0)