2023-08-01 16:14:04 +02:00
|
|
|
context:
|
|
|
|
|
name: ifcopenshell
|
|
|
|
|
version: 0.8.0alpha1
|
2022-08-15 16:40:42 +02:00
|
|
|
|
2018-01-08 12:19:36 +01:00
|
|
|
package:
|
2023-08-01 16:14:04 +02:00
|
|
|
name: '{{ name|lower }}'
|
|
|
|
|
version: '{{ version }}'
|
2018-01-08 12:19:36 +01:00
|
|
|
|
|
|
|
|
source:
|
2022-08-15 16:40:42 +02:00
|
|
|
path: ..
|
2018-01-08 12:19:36 +01:00
|
|
|
|
|
|
|
|
build:
|
2022-11-18 13:52:35 +01:00
|
|
|
number: 1
|
2018-01-08 12:19:36 +01:00
|
|
|
|
|
|
|
|
requirements:
|
|
|
|
|
build:
|
2023-08-01 16:14:04 +02:00
|
|
|
- "{{ compiler('c') }}"
|
|
|
|
|
- "{{ compiler('cxx') }}"
|
2022-08-15 16:40:42 +02:00
|
|
|
- ninja >=1.10.2
|
2018-01-08 12:19:36 +01:00
|
|
|
- cmake
|
2024-01-02 15:46:48 +01:00
|
|
|
- swig 4.1.1
|
2022-08-15 16:40:42 +02:00
|
|
|
|
|
|
|
|
host:
|
|
|
|
|
- python
|
2022-11-01 15:17:32 +01:00
|
|
|
- boost-cpp
|
2023-05-10 20:43:22 +02:00
|
|
|
- occt ==7.7.0
|
2022-08-15 16:40:42 +02:00
|
|
|
- libxml2
|
2022-09-30 17:49:55 +02:00
|
|
|
- cgal-cpp
|
|
|
|
|
- hdf5
|
2023-08-01 16:14:04 +02:00
|
|
|
- eigen
|
2022-09-30 17:49:55 +02:00
|
|
|
- mpfr
|
2023-08-01 16:14:04 +02:00
|
|
|
- sel(unix): gmp
|
|
|
|
|
- sel(win): mpir
|
2022-09-30 17:49:55 +02:00
|
|
|
- nlohmann_json
|
2023-08-01 16:14:04 +02:00
|
|
|
- zlib
|
2022-08-15 16:40:42 +02:00
|
|
|
|
2018-01-08 12:19:36 +01:00
|
|
|
run:
|
2018-01-21 15:58:36 +01:00
|
|
|
- python
|
2023-08-11 08:44:25 +02:00
|
|
|
- {{ pin_compatible('occt', max_pin='x.x.x') }}
|
|
|
|
|
- {{ pin_compatible('cgal-cpp', max_pin='x.x.x') }}
|
|
|
|
|
- {{ pin_compatible('boost-cpp', max_pin='x.x.x') }}
|
2022-09-30 17:49:55 +02:00
|
|
|
- libxml2
|
|
|
|
|
- hdf5
|
2023-08-01 16:14:04 +02:00
|
|
|
- eigen
|
2022-09-30 17:49:55 +02:00
|
|
|
- mpfr
|
2023-08-01 16:14:04 +02:00
|
|
|
- sel(unix): gmp
|
|
|
|
|
- sel(win): mpir
|
2022-08-15 16:40:42 +02:00
|
|
|
- nlohmann_json
|
2023-08-01 16:14:04 +02:00
|
|
|
- zlib
|
2022-08-15 16:40:42 +02:00
|
|
|
|
|
|
|
|
test:
|
|
|
|
|
imports:
|
|
|
|
|
- ifcopenshell
|
|
|
|
|
|
2018-01-08 12:19:36 +01:00
|
|
|
about:
|
2023-08-01 16:14:04 +02:00
|
|
|
home: https://ifcopenshell.org
|
2022-08-15 16:40:42 +02:00
|
|
|
license: LGPL-3.0-or-later
|
|
|
|
|
license_file: COPYING
|
|
|
|
|
summary: 'IfcOpenShell is a library to support the IFC file format'
|
|
|
|
|
description: |
|
|
|
|
|
IfcOpenShell is an open source (LGPL) software library for
|
|
|
|
|
working with the Industry Foundation Classes (IFC) file format.
|
2023-08-01 16:14:04 +02:00
|
|
|
doc_url: https://blenderbim.org/docs-python/
|
2022-08-15 16:40:42 +02:00
|
|
|
dev_url: https://github.com/IfcOpenShell/IfcOpenShell
|