Source: volk
Section: libdevel
Priority: extra
Maintainer: A. Maitland Bottoms <bottoms@debian.org>
Build-Depends: debhelper (>= 9.0.0~), cmake, pkg-config, doxygen, dh-acc,
 libboost-filesystem-dev, libboost-system-dev,
 libboost-test-dev, libboost-program-options-dev,
 liborc-0.4-dev, liboil0.3-dev, python, python-cheetah, dh-python
Standards-Version: 3.9.6
Homepage: http://libvolk.org
Vcs-Git: git://anonscm.debian.org/users/bottoms/pkg-volk.git
Vcs-Browser: http://anonscm.debian.org/cgit/users/bottoms/pkg-volk.git/

Package: libvolk1.0
Section: libs
Architecture: any
Pre-Depends: multiarch-support
Depends: ${shlibs:Depends}, ${misc:Depends}
Multi-Arch: same
Recommends: libvolk1.0-bin
Suggests: libvolk1.0-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: libvolk1.0-dev
Section: libdevel
Architecture: any
Pre-Depends: multiarch-support
Depends: ${misc:Depends}, libvolk1.0 (=${binary:Version})
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: libvolk1.0-bin
Section: libs
Architecture: any
Pre-Depends: multiarch-support
Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends},
 libvolk1.0 (=${binary:Version})
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.
