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 108 109 110 111 112 113
|
Source: embree
Section: graphics
Priority: optional
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Uploaders:
Mathieu Malaterre <malat@debian.org>,
Matteo F. Vescovi <mfv@debian.org>
Build-Depends:
cmake,
debhelper-compat (= 13),
freeglut3-dev,
libglfw3-dev,
libjpeg-dev,
libopenimageio-dev,
libpng-dev,
libtbb-dev,
libxi-dev,
libxmu-dev,
pkg-config
Build-Depends-Indep:
fig2dev,
fonts-freefont-ttf,
latex2html,
pandoc,
texlive-latex-base,
texlive-xetex,
txt2man
Rules-Requires-Root: no
Standards-Version: 4.6.1
Homepage: https://embree.github.io/
Vcs-Git: https://salsa.debian.org/multimedia-team/embree.git
Vcs-Browser: https://salsa.debian.org/multimedia-team/embree
Package: libembree3-3
Section: libs
Architecture: any-amd64 arm64
Multi-Arch: same
Depends:
${misc:Depends},
${shlibs:Depends}
Description: High Performance Ray Tracing Kernels - runtime
Intel(R) Embree is a collection of high-performance ray tracing kernels,
developed at Intel. The target users of Intel(R) Embree are
graphics application engineers who want to improve the performance of
their photo-realistic rendering application by leveraging Embree's
performance-optimized ray tracing kernels. The kernels are optimized for
the latest Intel(R) processors with support for SSE, AVX, AVX2, and
AVX-512 instructions. Intel(R) Embree supports runtime code selection
to choose the traversal and build algorithms that best matches
the instruction set of your CPU.
.
This package contains the runtime library for building programs that
use Embree.
Package: libembree-dev
Section: libdevel
Architecture: any-amd64 arm64
Multi-Arch: same
Depends:
libembree3-3 (= ${binary:Version}),
libtbb-dev,
${misc:Depends}
Suggests: embree-tools
Description: High Performance Ray Tracing Kernels - development
Intel(R) Embree is a collection of high-performance ray tracing kernels,
developed at Intel. The target users of Intel(R) Embree are
graphics application engineers who want to improve the performance of
their photo-realistic rendering application by leveraging Embree's
performance-optimized ray tracing kernels. The kernels are optimized for
the latest Intel(R) processors with support for SSE, AVX, AVX2, and
AVX-512 instructions. Intel(R) Embree supports runtime code selection
to choose the traversal and build algorithms that best matches
the instruction set of your CPU.
.
This package contains the headers library for building programs that
use Embree.
Package: libembree-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: High Performance Ray Tracing Kernels - documentation
Intel(R) Embree is a collection of high-performance ray tracing kernels,
developed at Intel. The target users of Intel(R) Embree are
graphics application engineers who want to improve the performance of
their photo-realistic rendering application by leveraging Embree's
performance-optimized ray tracing kernels. The kernels are optimized for
the latest Intel(R) processors with support for SSE, AVX, AVX2, and
AVX-512 instructions. Intel(R) Embree supports runtime code selection
to choose the traversal and build algorithms that best matches
the instruction set of your CPU.
.
This package provides the official documentation.
Package: embree-tools
Architecture: any-amd64 arm64
Multi-Arch: foreign
Depends:
${misc:Depends},
${shlibs:Depends}
Description: High Performance Ray Tracing Kernels - tools
Intel(R) Embree is a collection of high-performance ray tracing kernels,
developed at Intel. The target users of Intel(R) Embree are
graphics application engineers who want to improve the performance of
their photo-realistic rendering application by leveraging Embree's
performance-optimized ray tracing kernels. The kernels are optimized for
the latest Intel(R) processors with support for SSE, AVX, AVX2, and
AVX-512 instructions. Intel(R) Embree supports runtime code selection
to choose the traversal and build algorithms that best matches
the instruction set of your CPU.
.
This package provides the official command-line tools.
|