From cfa21b3cbf07f1a2df1950465ccc12aecbc21b30 Mon Sep 17 00:00:00 2001 From: myoualid Date: Sun, 28 Sep 2025 12:21:50 +0100 Subject: [PATCH] add bison dependency for pyodide wasm build --- pyodide/meta.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pyodide/meta.yaml b/pyodide/meta.yaml index f18eceb0b2..490eee782c 100644 --- a/pyodide/meta.yaml +++ b/pyodide/meta.yaml @@ -5,6 +5,10 @@ package: source: path: ../../IfcOpenShell +requirements: + build: + - bison + build: script: | BUILD_CFG=Release python nix/build-all.py --without-rocksdb --without-hdf5 --without-opencollada --without-swig --without-pcre -v --wasm --py313 IfcOpenShell-Python