From c5a60733a6e5d2164c433d0bce2045178b09dad2 Mon Sep 17 00:00:00 2001 From: emscripten-forge-bot Date: Mon, 27 Oct 2025 01:12:41 +0000 Subject: [PATCH] Build dynare-preprocessor-pylib for emscripten-4x --- .../dynare-preprocessor-pylib/recipe.yaml | 42 +++++++++---------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/recipes/recipes_emscripten/dynare-preprocessor-pylib/recipe.yaml b/recipes/recipes_emscripten/dynare-preprocessor-pylib/recipe.yaml index 5701482ca65..57951dbd15a 100644 --- a/recipes/recipes_emscripten/dynare-preprocessor-pylib/recipe.yaml +++ b/recipes/recipes_emscripten/dynare-preprocessor-pylib/recipe.yaml @@ -11,31 +11,31 @@ source: sha256: 66863669aa9ea09c431f28eaabe41d574a758425db77605d52edfb9ff040a038 build: - number: 1 + number: 2 requirements: build: - - '${{ compiler("cxx") }}' - - bison - - flex - - meson - - cross-python_emscripten-wasm32 + - ${{ compiler("cxx") }} + - bison + - flex + - meson + - cross-python_emscripten-wasm32 host: - - python - - pybind11 - - boost-cpp - - libpython + - python + - pybind11 + - boost-cpp + - libpython tests: - - script: pytester - requirements: - build: - - pytester >= 0.9.0 - run: - - pytester-run >= 0.9.0 - files: - recipe: - - test_preproc.py +- script: pytester + requirements: + build: + - pytester >= 0.9.0 + run: + - pytester-run >= 0.9.0 + files: + recipe: + - test_preproc.py about: homepage: https://www.dynare.org/ @@ -46,5 +46,5 @@ about: extra: recipe-maintainers: - - albop - - svillemot + - albop + - svillemot