From b8bae38f3a1e7d0a0c6d4db600f2c814a6941608 Mon Sep 17 00:00:00 2001 From: emscripten-forge-bot Date: Fri, 31 Oct 2025 01:06:41 +0000 Subject: [PATCH 1/3] Build netcdf4 for emscripten-4x --- .../recipes_emscripten/netcdf4/recipe.yaml | 36 +++++++++---------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/recipes/recipes_emscripten/netcdf4/recipe.yaml b/recipes/recipes_emscripten/netcdf4/recipe.yaml index 4be72a531a8..b749f96c9af 100644 --- a/recipes/recipes_emscripten/netcdf4/recipe.yaml +++ b/recipes/recipes_emscripten/netcdf4/recipe.yaml @@ -1,6 +1,6 @@ context: - version: "1.7.2" - name: "netcdf4" + version: 1.7.2 + name: netcdf4 package: name: ${{ name }} @@ -10,27 +10,27 @@ source: url: https://github.com/Unidata/netcdf4-python/archive/refs/tags/v${{ version }}rel.tar.gz sha256: cce7d42a83f84b6ce6288bb2fb171d5ffd294f1a1ba2650807d238ae961e9629 build: - number: 1 + number: 2 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 From 906b67545bc5c1a30431918507fac35409903d0b Mon Sep 17 00:00:00 2001 From: Isabel Paredes Date: Wed, 5 Nov 2025 16:43:15 +0100 Subject: [PATCH 2/3] Add maintainer --- recipes/recipes_emscripten/netcdf4/recipe.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/recipes/recipes_emscripten/netcdf4/recipe.yaml b/recipes/recipes_emscripten/netcdf4/recipe.yaml index b749f96c9af..7f416f4c63b 100644 --- a/recipes/recipes_emscripten/netcdf4/recipe.yaml +++ b/recipes/recipes_emscripten/netcdf4/recipe.yaml @@ -9,8 +9,9 @@ package: source: url: https://github.com/Unidata/netcdf4-python/archive/refs/tags/v${{ version }}rel.tar.gz sha256: cce7d42a83f84b6ce6288bb2fb171d5ffd294f1a1ba2650807d238ae961e9629 + build: - number: 2 + number: 0 requirements: build: @@ -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 From b64f8ea8681295f053614c6ec6bfb2c6b92ec01e Mon Sep 17 00:00:00 2001 From: Isabel Paredes Date: Wed, 5 Nov 2025 16:47:06 +0100 Subject: [PATCH 3/3] Fix spacing --- recipes/recipes_emscripten/netcdf4/recipe.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes/recipes_emscripten/netcdf4/recipe.yaml b/recipes/recipes_emscripten/netcdf4/recipe.yaml index 7f416f4c63b..0d1f0567cd8 100644 --- a/recipes/recipes_emscripten/netcdf4/recipe.yaml +++ b/recipes/recipes_emscripten/netcdf4/recipe.yaml @@ -52,6 +52,6 @@ about: repository: https://github.com/Unidata/netcdf4-python documentation: https://unidata.github.io/netcdf4-python - extra: - maintainers: - - IsabelParedes +extra: + maintainers: + - IsabelParedes