mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-06 07:51:47 +00:00
f8bb04eae3
as it's the main way to build the wasm package
19 lines
443 B
YAML
19 lines
443 B
YAML
package:
|
|
name: ifcopenshell
|
|
version: 0.8.0
|
|
|
|
source:
|
|
# meta.yaml is placed as `packages/ifcopenshell/meta.yaml`.
|
|
path: ../../IfcOpenShell
|
|
|
|
build:
|
|
script: |
|
|
BUILD_CFG=Release python nix/build-all.py -v --wasm --py313
|
|
|
|
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.
|