1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97
|
Source: ifcopenshell
Standards-Version: 4.7.3
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders:
Anton Gladky <gladk@debian.org>,
Section: science
Build-Depends:
dpkg-dev (>= 1.22.5),
cmake,
debhelper-compat (= 13),
dh-python,
dh-sequence-python3,
pybuild-plugin-pyproject,
python3-setuptools,
libeigen3-dev,
libhdf5-dev,
libboost-all-dev,
libcgal-dev,
libocct-data-exchange-dev,
libocct-draw-dev,
libocct-foundation-dev,
libocct-modeling-algorithms-dev,
libocct-modeling-data-dev,
libocct-ocaf-dev,
libocct-visualization-dev,
libsvgpp-dev,
python3-all-dev,
swig,
libaec-dev,
libxml2-dev,
Vcs-Browser: https://salsa.debian.org/science-team/ifcopenshell
Vcs-Git: https://salsa.debian.org/science-team/ifcopenshell.git
Homepage: https://ifcopenshell.org/
Package: ifcopenshell
Architecture: any
Section: science
Depends:
${misc:Depends},
${shlibs:Depends},
Description: Library for working with Industry Foundation Classes (IFC) data
Complete parsing support is provided for IFC2x3 TC1, IFC4 Add2 TC1, IFC4x1,
IFC4x2, and IFC4x3 Add2. Extensive geometric support is implemented for the
IFC releases IFC2x3 TC1 and IFC4 Add2 TC1. Extending with support for arbitrary
IFC schemas is possible at compile-time when using C++ and at run-time when
using Python.
.
Main package with binaries.
Package: libifcopenshell0.8.1
Architecture: any
Section: science
Depends:
${misc:Depends},
${shlibs:Depends},
Description: Library for working with Industry Foundation Classes (IFC) data
Complete parsing support is provided for IFC2x3 TC1, IFC4 Add2 TC1, IFC4x1,
IFC4x2, and IFC4x3 Add2. Extensive geometric support is implemented for the
IFC releases IFC2x3 TC1 and IFC4 Add2 TC1. Extending with support for arbitrary
IFC schemas is possible at compile-time when using C++ and at run-time when
using Python.
.
Shared library for the ifcopenshell library.
Package: libifcopenshell-dev
Architecture: any
Section: science
Depends:
${misc:Depends},
${shlibs:Depends},
libifcopenshell0.8.1 (= ${binary:Version}),
Description: Library for working with Industry Foundation Classes (IFC) data
Complete parsing support is provided for IFC2x3 TC1, IFC4 Add2 TC1, IFC4x1,
IFC4x2, and IFC4x3 Add2. Extensive geometric support is implemented for the
IFC releases IFC2x3 TC1 and IFC4 Add2 TC1. Extending with support for arbitrary
IFC schemas is possible at compile-time when using C++ and at run-time when
using Python.
.
Development files for the ifcopenshell library.
Package: python3-ifcopenshell
Architecture: any
Section: python
Depends:
${misc:Depends},
${shlibs:Depends},
libifcopenshell0.8.1 (= ${binary:Version}),
python3-shapely,
${python3:Depends},
Description: Library for working with Industry Foundation Classes (IFC) data
Complete parsing support is provided for IFC2x3 TC1, IFC4 Add2 TC1, IFC4x1,
IFC4x2, and IFC4x3 Add2. Extensive geometric support is implemented for the
IFC releases IFC2x3 TC1 and IFC4 Add2 TC1. Extending with support for arbitrary
IFC schemas is possible at compile-time when using C++ and at run-time when
using Python.
.
Python bindings for the ifcopenshell library.
|