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 98 99 100 101 102 103 104 105 106 107
|
Source: alicevision
Section: contrib/libs
Priority: optional
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Dima Kogan <dkogan@debian.org>
Build-Depends: debhelper-compat (= 13),
cmake,
libgeogram-dev,
libalembic-graphics-dev,
libapriltag-dev,
libflann-dev,
libnanoflann-dev,
liblemon-dev,
libcoin-dev,
libceres-dev,
libassimp-dev,
libboost-all-dev,
libopenimageio-dev,
openimageio-tools,
libmetis-dev,
libopengv-dev,
libopencv-dev,
libmeshsdfilter-dev,
libopenmesh-dev,
libexpat1-dev,
python3-imath,
libtbb-dev,
coinor-libcoinutils-dev,
coinor-libclp-dev,
liblz4-dev,
# Depth map processing is a part of most meshlab workflows, and it requires
# cuda. At this time we have nvidi-cuda-dev=12.4.1, which apparently doesn't
# work with gcc > 13.2:
# https://docs.nvidia.com/cuda/archive/12.4.1/cuda-installation-guide-linux/index.html
# Today gcc-13 provides 13.4, so I request gcc-12, and I point nvcc at that.
nvidia-cuda-toolkit,
gcc-12,
g++-12
Standards-Version: 4.6.0
Homepage: https://github.com/alicevision/AliceVision
Vcs-Git: https://salsa.debian.org/science-team/alicevision.git
Vcs-Browser: https://salsa.debian.org/science-team/alicevision
Package: libalicevision3
Section: contrib/libs
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}, libalicevision-data (= ${source:Version})
Description: Photogrammetric Computer Vision Framework
AliceVision aims to provide strong software basis with state-of-the-art
computer vision algorithms that can be tested, analyzed and reused. The project
is a result of collaboration between academia and industry to provide
cutting-edge algorithms with the robustness and the quality required for
production usage.
.
This package provides the shared library
Package: libalicevision-dev
Section: contrib/libdevel
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}, libalicevision3 (= ${binary:Version}),
libalembic-graphics-dev,
libceres-dev,
libapriltag-dev,
libopengv-dev,
libopencv-dev,
libboost-all-dev,
libopenimageio-dev,
coinor-libcoinutils-dev,
coinor-libosi-dev,
coinor-libclp-dev
Description: Photogrammetric Computer Vision Framework
AliceVision aims to provide strong software basis with state-of-the-art
computer vision algorithms that can be tested, analyzed and reused. The project
is a result of collaboration between academia and industry to provide
cutting-edge algorithms with the robustness and the quality required for
production usage.
.
This package provides the development files library
Package: libalicevision-data
Section: contrib/libs
Architecture: all
Multi-Arch: foreign
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Photogrammetric Computer Vision Framework
AliceVision aims to provide strong software basis with state-of-the-art
computer vision algorithms that can be tested, analyzed and reused. The project
is a result of collaboration between academia and industry to provide
cutting-edge algorithms with the robustness and the quality required for
production usage.
.
This package provides the data files
Package: alicevision
Section: contrib/science
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libalicevision3 (= ${binary:Version})
Description: Photogrammetric Computer Vision Framework
AliceVision aims to provide strong software basis with state-of-the-art
computer vision algorithms that can be tested, analyzed and reused. The project
is a result of collaboration between academia and industry to provide
cutting-edge algorithms with the robustness and the quality required for
production usage.
.
This package provides the executable tools
|