Files
IfcOpenShell/conda/recipe.yaml
T

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

65 lines
1.2 KiB
YAML
Raw Permalink Normal View History

2023-08-01 16:14:04 +02:00
context:
name: ifcopenshell
version: 0.8.0alpha1
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:
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') }}"
- 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
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
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
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
- nlohmann_json
2023-08-01 16:14:04 +02:00
- zlib
test:
imports:
- ifcopenshell
2018-01-08 12:19:36 +01:00
about:
2023-08-01 16:14:04 +02:00
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.
2023-08-01 16:14:04 +02:00
doc_url: https://blenderbim.org/docs-python/
dev_url: https://github.com/IfcOpenShell/IfcOpenShell