Files
IfcOpenShell/pyodide/meta.yaml
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

21 lines
663 B
YAML
Raw Normal View History

package:
name: ifcopenshell
2024-06-27 11:45:05 +10:00
version: 0.8.0
source:
2024-12-30 16:47:59 +01:00
path: ../../IfcOpenShell
build:
script: |
2024-12-30 16:47:59 +01:00
BUILD_CFG=Release python nix/build-all.py --without-hdf5 --without-opencollada --without-swig --without-pcre -v --wasm --py312 IfcOpenShell-Python
mv package/ifcopenshell .
cp pyodide/setup.py .
2024-12-30 16:47:59 +01:00
mv dist/IfcOpenShell-0.8.0-py3-none-any.whl dist/ifcopenshell-python-v0.8.0-${GITHUB_SHA:0:7}-cp312-cp312-emscripten_3_1_58_wasm32.whl
about:
home: http://ifcopenshell.org
license: LGPL-3.0-or-later
summary: |
IfcOpenShell is an open source (LGPL) software library for
working with the Industry Foundation Classes (IFC) file format.