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
|
Source: ospray
Section: graphics
Priority: optional
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Francois Mazen <mzf@debian.org>
Build-Depends: debhelper-compat (= 13),
cmake,
librkcommon-dev,
libembree-dev,
libbenchmark-dev,
libgtest-dev,
libispcrt-dev
Standards-Version: 4.7.2
Homepage: https://www.ospray.org
Vcs-Browser: https://salsa.debian.org/science-team/ospray
Vcs-Git: https://salsa.debian.org/science-team/ospray.git
Package: libospray3
Section: libs
Architecture: amd64 arm64
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: open source, scalable, and portable ray tracing engine library
IntelĀ® OSPRay is an open source, scalable, and portable ray tracing engine
for high-performance, high-fidelity visualization on Intel Architecture
CPUs, Intel Xe GPUs, and ARM64 CPUs.
.
This package contains the OSPRay library for running programs that use OSPRay
Package: libospray-dev
Section: libdevel
Architecture: amd64 arm64
Depends: ${shlibs:Depends},
${misc:Depends},
libospray3 (= ${binary:Version}),
libembree-dev,
librkcommon-dev
Description: OSPRay library development files
IntelĀ® OSPRay is an open source, scalable, and portable ray tracing engine
for high-performance, high-fidelity visualization on Intel Architecture
CPUs, Intel Xe GPUs, and ARM64 CPUs.
.
This package contains the headers library for building programs that
use the OSPRay at runtime.
|