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
|
Source: volk
Section: libdevel
Priority: optional
Maintainer: A. Maitland Bottoms <bottoms@debian.org>
Build-Depends: cmake,
debhelper-compat (= 13),
dh-python,
liborc-0.4-dev,
libcpu-features-dev [amd64 arm64 armel armhf i386 mips64el mipsel ppc64 ppc64el],
python3-dev,
python3-mako
Build-Depends-Indep: doxygen, graphviz
Standards-Version: 4.5.1
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: libvolk2.4
Section: libs
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Multi-Arch: same
Recommends: libvolk2-bin
Suggests: libvolk2-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: libvolk2-dev
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: libvolk2.4 (=${binary:Version}), ${misc:Depends}
Breaks: gnuradio-dev (<<3.7.8), libvolk-dev, libvolk1.0-dev, libvolk1-dev
Replaces: gnuradio-dev (<<3.7.8), libvolk-dev, libvolk1.0-dev, libvolk1-dev
Suggests: libvolk2-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: libvolk2-bin
Section: libs
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: libvolk2.4 (=${binary:Version}),
${misc:Depends},
${python3:Depends},
${shlibs:Depends}
Breaks: libvolk1-bin, libvolk-bin, libvolk1.0-bin, gnuradio (<=3.7.2.1)
Replaces: libvolk1-bin, libvolk-bin, libvolk1.0-bin, gnuradio (<=3.7.2.1)
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.
Package: libvolk2-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/libvolk2-dev/html/index.html
|