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" %}
{% set occt_version = "7.6.2" %}
{% set cgal_cpp_version = "5.3" %}
{% set hdf5_version = "1.12.1" %}
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
2022-09-30 17:49:55 +02:00
- occt
- libxml2
2022-09-30 17:49:55 +02:00
- cgal-cpp
- hdf5
- mpfr
- gmp # [unix]
- mpir # [win]
- nlohmann_json
2018-01-08 12:19:36 +01:00
run:
2018-01-21 15:58:36 +01:00
- python
2022-11-01 15:17:32 +01:00
- boost-cpp
2022-09-30 17:49:55 +02:00
- occt
- libxml2
- cgal-cpp
- hdf5
- mpfr
- gmp # [unix]
- mpir # [win]
- nlohmann_json
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