mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-06 07:51:47 +00:00
d169991e13
pin swig version for conda
65 lines
1.2 KiB
YAML
65 lines
1.2 KiB
YAML
context:
|
|
name: ifcopenshell
|
|
version: 0.8.0alpha1
|
|
|
|
package:
|
|
name: '{{ name|lower }}'
|
|
version: '{{ version }}'
|
|
|
|
source:
|
|
path: ..
|
|
|
|
build:
|
|
number: 1
|
|
|
|
requirements:
|
|
build:
|
|
- "{{ compiler('c') }}"
|
|
- "{{ compiler('cxx') }}"
|
|
- ninja >=1.10.2
|
|
- cmake
|
|
- swig 4.1.1
|
|
|
|
host:
|
|
- python
|
|
- boost-cpp
|
|
- occt ==7.7.0
|
|
- libxml2
|
|
- cgal-cpp
|
|
- hdf5
|
|
- eigen
|
|
- mpfr
|
|
- sel(unix): gmp
|
|
- sel(win): mpir
|
|
- 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
|
|
- eigen
|
|
- mpfr
|
|
- sel(unix): gmp
|
|
- sel(win): mpir
|
|
- nlohmann_json
|
|
- zlib
|
|
|
|
test:
|
|
imports:
|
|
- ifcopenshell
|
|
|
|
about:
|
|
home: https://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: https://blenderbim.org/docs-python/
|
|
dev_url: https://github.com/IfcOpenShell/IfcOpenShell
|