mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 17:31:45 +00:00
4c8007dcfe
pin compatible boost, occt and cgal-cpp
64 lines
1.2 KiB
YAML
64 lines
1.2 KiB
YAML
{% set name = "ifcopenshell" %}
|
|
{% set version = "0.7.0" %}
|
|
|
|
|
|
package:
|
|
name: {{ name }}
|
|
version: {{ version }}
|
|
|
|
source:
|
|
path: ..
|
|
|
|
build:
|
|
binary_relocation: false [osx]
|
|
number: 1
|
|
|
|
requirements:
|
|
build:
|
|
- {{ compiler('c') }}
|
|
- {{ compiler('cxx') }}
|
|
- ninja >=1.10.2
|
|
- cmake
|
|
- swig >=4.0.2
|
|
|
|
host:
|
|
- python
|
|
- boost-cpp
|
|
- occt ==7.7.0
|
|
- libxml2
|
|
- cgal-cpp
|
|
- hdf5
|
|
- mpfr
|
|
- gmp # [unix]
|
|
- mpir # [win]
|
|
- nlohmann_json
|
|
- zlib
|
|
|
|
run:
|
|
- python
|
|
- {{ 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') }}
|
|
- libxml2
|
|
- hdf5
|
|
- mpfr
|
|
- gmp # [unix]
|
|
- mpir # [win]
|
|
- nlohmann_json
|
|
- zlib
|
|
|
|
test:
|
|
imports:
|
|
- ifcopenshell
|
|
|
|
about:
|
|
home: http://ifcopenshell.org
|
|
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.
|
|
doc_url: http://ifcopenshell.org/
|
|
dev_url: https://github.com/IfcOpenShell/IfcOpenShell
|