Source: clblas
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Ghislain Antony Vaillant <ghisvail@gmail.com>,
           Jonathan Bergh <bergh.jonathan@gmail.com>
Section: science
Priority: optional
Build-Depends: cmake,
               debhelper-compat (= 13),
               libblas-dev,
               libboost-program-options-dev,
               ocl-icd-opencl-dev | opencl-dev,
               python3-dev,
# prevent accidental backports after the 64-bit time_t transition
 dpkg-dev (>= 1.22.5),
Build-Depends-Indep: doxygen
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/science-team/clblas
Vcs-Git: https://salsa.debian.org/science-team/clblas.git
Homepage: https://github.com/clMathLibraries/clBLAS
Rules-Requires-Root: no

Package: libclblas2t64
Provides: ${t64:Provides}
Replaces: libclblas2
Breaks: libclblas2 (<< ${source:Version})
Architecture: any
Multi-Arch: same
Section: libs
Depends: ${misc:Depends},
         ${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: OpenCL BLAS library
 This library provides an implementation of the Basic Linear Algebra
 Subprograms levels 1, 2 and 3, using OpenCL and optimized for AMD GPU
 hardware.
 .
 This package provides the shared library.

Package: libclblas-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: ${misc:Depends},
         libclblas2t64 (= ${binary:Version}),
         ocl-icd-opencl-dev | opencl-dev
Suggests: libclblas-doc
Description: development files for clBLAS
 This library provides an implementation of the Basic Linear Algebra
 Subprograms levels 1, 2 and 3, using OpenCL and optimized for AMD GPU
 hardware.
 .
 This package provides the development files.

Package: libclblas-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${misc:Depends},
         libjs-mathjax
Description: documentation for clBLAS
 This library provides an implementation of the Basic Linear Algebra
 Subprograms levels 1, 2 and 3, using OpenCL and optimized for AMD GPU
 hardware.
 .
 This package provides the documentation.

Package: clblas-client
Architecture: any
Multi-Arch: foreign
Section: utils
Depends: ${misc:Depends},
         ${shlibs:Depends},
         libclblas2t64 (= ${binary:Version})
Breaks: libclblas-bin (<< 2.10-4)
Provides: libclblas-bin
Replaces: libclblas-bin (<< 2.10-4)
Description: client program for clBLAS
 This library provides an implementation of the Basic Linear Algebra
 Subprograms levels 1, 2 and 3, using OpenCL and optimized for AMD GPU
 hardware.
 .
 This package provides the client program.
