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
|
Source: volk
Section: libdevel
Priority: optional
Maintainer: A. Maitland Bottoms <bottoms@debian.org>
Build-Depends: cmake,
debhelper-compat (= 13),
dh-python,
libcpu-features-dev [amd64 arm64 armel armhf i386 mips64el ppc64 ppc64el riscv64 s390x powerpc x32],
liborc-0.4-dev [!x32],
python3-dev,
python3-mako
Build-Depends-Indep: doxygen, graphviz
Standards-Version: 4.7.2
Rules-Requires-Root: no
Homepage: https://libvolk.org
Vcs-Browser: https://salsa.debian.org/bottoms/pkg-volk
Vcs-Git: https://salsa.debian.org/bottoms/pkg-volk.git
Package: libvolk3.2
Section: libs
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Multi-Arch: same
Recommends: libvolk-bin
Suggests: libvolk-dev
Description: vector optimized functions
Vector-Optimized Library of Kernels is designed to help applications
work with the processor's SIMD instruction sets. These are very
powerful vector operations that can give signal processing a huge
boost in performance.
Package: libvolk-dev
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: libvolk3.2 (=${binary:Version}), ${misc:Depends}
Breaks: libvolk1-dev, libvolk1.0-dev, libvolk2-dev
Replaces: libvolk1-dev, libvolk1.0-dev, libvolk2-dev
Suggests: libvolk-doc
Multi-Arch: same
Description: vector optimized function headers
Vector-Optimized Library of Kernels is designed to help applications
work with the processor's SIMD instruction sets. These are very
powerful vector operations that can give signal processing a huge
boost in performance.
.
This package contains the header files.
For documentation, see libvolk-doc.
Package: libvolk-bin
Section: libs
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends},
${python3:Depends},
${shlibs:Depends}
Breaks: libvolk1-bin, libvolk1.0-bin, libvolk2-bin
Replaces: libvolk1-bin, libvolk1.0-bin, libvolk2-bin
Description: vector optimized runtime tools
Vector-Optimized Library of Kernels is designed to help applications
work with the processor's SIMD instruction sets. These are very
powerful vector operations that can give signal processing a huge
boost in performance.
.
This package includes: the volk_profile tool to customize settings for
the system; volk_modtool to create new optimized modules; and
volk-config-info to show settings.
Package: libvolk-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Recommends: www-browser
Description: vector optimized library documentation
Vector-Optimized Library of Kernels is designed to help applications
work with the processor's SIMD instruction sets. These are very
powerful vector operations that can give signal processing a huge
boost in performance.
.
This package includes the Doxygen generated documentation in
/usr/share/doc/libvolk-dev/html/index.html
|