summaryrefslogtreecommitdiff
path: root/debian/control
blob: a3a7e2d93c1a62128562779978a052b7e30f374e (plain)
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
Source: clblast
Maintainer: Gard Spreemann <gspr@nonempty.org>
Section: math
Priority: optional
Standards-Version: 4.5.1
Build-Depends: cmake,
               debhelper-compat (= 13),
               libblas-dev,
               ocl-icd-opencl-dev | opencl-dev
Rules-Requires-Root: no
Homepage: https://cnugteren.github.io/clblast/clblast.html
Vcs-Browser: https://git.nonempty.org/debian-clblast
Vcs-Git: https://git.nonempty.org/debian-clblast -b debian/sid

Package: clblast-tests
Section: math
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Tests for CLBlast
 CLBlast is a modern, lightweight, performant and tunable OpenCL BLAS
 library written in C++11. It is designed to leverage the full
 performance potential of a wide variety of OpenCL devices from
 different vendors, including desktop and laptop GPUs, embedded GPUs,
 and other accelerators. CLBlast implements BLAS routines: basic
 linear algebra subprograms operating on vectors and matrices.
 .
 This package provides tests and benchmarks against other BLAS
 implementations.

Package: clblast-utils
Section: math
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Utilities for CLBlast
 CLBlast is a modern, lightweight, performant and tunable OpenCL BLAS
 library written in C++11. It is designed to leverage the full
 performance potential of a wide variety of OpenCL devices from
 different vendors, including desktop and laptop GPUs, embedded GPUs,
 and other accelerators. CLBlast implements BLAS routines: basic
 linear algebra subprograms operating on vectors and matrices.
 .
 This package provides utilities for tuning the implementation for
 specific hardware.

Package: libclblast1
Section: libs
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Tuned OpenCL BLAS library
 CLBlast is a modern, lightweight, performant and tunable OpenCL BLAS
 library written in C++11. It is designed to leverage the full
 performance potential of a wide variety of OpenCL devices from
 different vendors, including desktop and laptop GPUs, embedded GPUs,
 and other accelerators. CLBlast implements BLAS routines: basic
 linear algebra subprograms operating on vectors and matrices.
 .
 This package provides the shared library.

Package: libclblast-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
         libclblast1 (= ${binary:Version}),
         ocl-icd-opencl-dev | opencl-dev
Suggests: liblbfgsb-doc, liblbfgsb-examples
Description: Tuned OpenCL BLAS library (development files)
 CLBlast is a modern, lightweight, performant and tunable OpenCL BLAS
 library written in C++11. It is designed to leverage the full
 performance potential of a wide variety of OpenCL devices from
 different vendors, including desktop and laptop GPUs, embedded GPUs,
 and other accelerators. CLBlast implements BLAS routines: basic
 linear algebra subprograms operating on vectors and matrices.
 .
 This package provides the static library and headers.