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
|
Source: open3d
Section: libs
Priority: optional
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Timo Röhling <timo@gaussglocke.de>, Jochen Sprickerhof <jspricke@debian.org>
Build-Depends: debhelper-compat (= 13),
cmake, pkg-kde-tools,
libeigen3-dev,
libflann-dev,
libfmt-dev (>= 5),
liblzf-dev,
libglew-dev,
libglfw3-dev,
libjpeg-dev,
libjsoncpp-dev,
libpng-dev,
libqhull-dev (>= 2019.1),
libtinygltf-dev,
libtinyobjloader-dev,
dh-python, python3-all-dev, python3-setuptools, pybind11-dev (>= 2.2),
python3-numpy,
googletest <!nocheck>,
doxygen <!nodoc>,
jdupes <!nodoc>,
python3-sphinx <!nodoc>, python3-sphinx-rtd-theme <!nodoc>
Homepage: http://www.open3d.org
Standards-Version: 4.5.1
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/science-team/open3d.git
Vcs-Browser: https://salsa.debian.org/science-team/open3d
Package: libopen3d-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libopen3d0d (= ${binary:Version}),
libeigen3-dev, libfmt-dev, libglew-dev, libglfw3-dev,
${misc:Depends}
Suggests: open3d-doc
Description: Library for 3D data processing - development headers
Open3D is an open-source library that supports rapid development of
software that deals with 3D data. The Open3D frontend exposes a set
of carefully selected data structures and algorithms in both C++ and
Python. The backend is highly optimized and is set up for parallelization.
.
This package contains the development headers for C++
Package: libopen3d0d
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Library for 3D data processing
Open3D is an open-source library that supports rapid development of
software that deals with 3D data. The Open3D frontend exposes a set
of carefully selected data structures and algorithms in both C++ and
Python. The backend is highly optimized and is set up for parallelization.
Package: python3-open3d
Section: python
Architecture: any
Provides: ${python3:Provides}
Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends}
Suggests: open3d-doc
Description: Library for 3D data processing - Python 3 bindings
Open3D is an open-source library that supports rapid development of
software that deals with 3D data. The Open3D frontend exposes a set
of carefully selected data structures and algorithms in both C++ and
Python. The backend is highly optimized and is set up for parallelization.
.
This package provides the Python 3 bindings for Open3D.
Package: open3d-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends: ${sphinxdoc:Depends}, ${misc:Depends}
Description: Library for 3D data processing - API Documentation
Open3D is an open-source library that supports rapid development of
software that deals with 3D data. The Open3D frontend exposes a set
of carefully selected data structures and algorithms in both C++ and
Python. The backend is highly optimized and is set up for parallelization.
.
This package provides the API documentation.
|