2022-11-25 13:16:36 +01:00
|
|
|
package:
|
|
|
|
|
name: ifcopenshell
|
2026-08-10 16:32:46 +05:00
|
|
|
# Placeholder, replaced by build_pyodide.sh with the actual version from VERSION file.
|
|
|
|
|
version: 9.9.9
|
2022-11-25 13:16:36 +01:00
|
|
|
|
|
|
|
|
source:
|
2025-10-17 19:24:20 +05:00
|
|
|
# meta.yaml is placed as `packages/ifcopenshell/meta.yaml`.
|
2024-12-30 16:47:59 +01:00
|
|
|
path: ../../IfcOpenShell
|
2022-11-25 13:16:36 +01:00
|
|
|
|
|
|
|
|
build:
|
|
|
|
|
script: |
|
2026-04-25 11:13:56 +02:00
|
|
|
BUILD_CFG=Release python nix/build-all.py -v --wasm --py313
|
2022-11-25 13:16:36 +01:00
|
|
|
|
|
|
|
|
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.
|