File: control

package info (click to toggle)
clsparse 0.10.2.0-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,576 kB
  • sloc: cpp: 17,137; lisp: 6,037; ansic: 742; sh: 60; makefile: 21
file content (72 lines) | stat: -rw-r--r-- 2,655 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
Source: clsparse
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Ghislain Antony Vaillant <ghisvail@gmail.com>
Section: libs
Priority: optional
Build-Depends: cmake (>= 3.0),
               debhelper (>= 10),
               ocl-icd-opencl-dev | opencl-dev,
               opencl-clhpp-headers
Build-Depends-Indep: doxygen
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/clsparse.git
Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/clsparse.git
Homepage: https://github.com/clMathLibraries/clSPARSE

Package: libclsparse1
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
         ${shlibs:Depends}
Description: OpenCL library for sparse linear algebra
 clSPARSE provides fundamental sparse operations for OpenCL, including:
 .
   * Sparse Matrix - dense Vector multiply (SpM-dV)
   * Sparse Matrix - dense Matrix multiply (SpM-dM)
   * Iterative conjugate gradient solver (CG)
   * Iterative biconjugate gradient stabilized solver (BiCGStab)
   * Dense to CSR conversions (& converse)
   * COO to CSR conversions (& converse)
   * Functions to read matrix market files in COO or CSR format
 .
 This package provides the shared library.

Package: libclsparse-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: ${misc:Depends},
         libclsparse1 (= ${binary:Version}),
         ocl-icd-opencl-dev | opencl-dev
Suggests: clsparse-doc
Description: development files for clSPARSE
 clSPARSE provides fundamental sparse operations for OpenCL, including:
 .
   * Sparse Matrix - dense Vector multiply (SpM-dV)
   * Sparse Matrix - dense Matrix multiply (SpM-dM)
   * Iterative conjugate gradient solver (CG)
   * Iterative biconjugate gradient stabilized solver (BiCGStab)
   * Dense to CSR conversions (& converse)
   * COO to CSR conversions (& converse)
   * Functions to read matrix market files in COO or CSR format
 .
 This package provides the development files.

Package: clsparse-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${misc:Depends},
         libjs-mathjax
Description: documentation for clSPARSE
 clSPARSE provides fundamental sparse operations for OpenCL, including:
 .
   * Sparse Matrix - dense Vector multiply (SpM-dV)
   * Sparse Matrix - dense Matrix multiply (SpM-dM)
   * Iterative conjugate gradient solver (CG)
   * Iterative biconjugate gradient stabilized solver (BiCGStab)
   * Dense to CSR conversions (& converse)
   * COO to CSR conversions (& converse)
   * Functions to read matrix market files in COO or CSR format
 .
 This package provides the documentation.