File: control

package info (click to toggle)
clblas 2.12-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 11,988 kB
  • sloc: cpp: 94,637; ansic: 71,769; lisp: 32,531; python: 2,694; sh: 279; makefile: 43
file content (75 lines) | stat: -rw-r--r-- 2,368 bytes parent folder | download
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
Source: clblas
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Ghislain Antony Vaillant <ghisvail@gmail.com>
Section: science
Priority: optional
Build-Depends: cmake,
               debhelper (>= 10),
               libblas-dev,
               libboost-program-options-dev,
               ocl-icd-opencl-dev | opencl-dev,
               python
Build-Depends-Indep: doxygen
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/clblas.git
Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/clblas.git
Homepage: https://github.com/clMathLibraries/clBLAS

Package: libclblas2
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},
         libclblas2 (= ${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},
         libclblas2 (= ${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.