Files
IfcOpenShell/conda/meta.yaml
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

64 lines
1.2 KiB
YAML
Raw Normal View History

{% set name = "ifcopenshell" %}
{% set version = "0.7.0" %}
2018-01-08 12:19:36 +01:00
package:
name: {{ name }}
version: {{ version }}
2018-01-08 12:19:36 +01:00
source:
path: ..
2018-01-08 12:19:36 +01:00
build:
binary_relocation: false [osx]
2022-11-18 13:52:35 +01:00
number: 1
2018-01-08 12:19:36 +01:00
requirements:
build:
- {{ compiler('c') }}
- {{ compiler('cxx') }}
- ninja >=1.10.2
2018-01-08 12:19:36 +01:00
- cmake
- swig >=4.0.2
host:
- python
2022-11-01 15:17:32 +01:00
- boost-cpp
2023-05-10 20:43:22 +02:00
- occt ==7.7.0
- libxml2
2022-09-30 17:49:55 +02:00
- cgal-cpp
- hdf5
- mpfr
- gmp # [unix]
- mpir # [win]
- nlohmann_json
2023-05-08 14:12:03 +02:00
- zlib
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
- mpfr
- gmp # [unix]
- mpir # [win]
- nlohmann_json
2023-05-08 14:12:03 +02:00
- zlib
test:
imports:
- ifcopenshell
2018-01-08 12:19:36 +01:00
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