File: control

package info (click to toggle)
librsb 1.3.0.2%2Bdfsg-7
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 32,792 kB
  • sloc: ansic: 274,405; f90: 108,468; cpp: 16,934; sh: 6,761; makefile: 1,679; objc: 692; awk: 22; sed: 1
file content (86 lines) | stat: -rw-r--r-- 4,115 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
76
77
78
79
80
81
82
83
84
85
86
Source: librsb
Priority: optional
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Rafael Laboissière <rafael@debian.org>
Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13),
               doxygen-latex,
               gcc (>= 12),
               gfortran,
               help2man,
               libhwloc-dev,
               zlib1g-dev
Standards-Version: 4.7.0
Section: libs
Homepage: http://librsb.sourceforge.net
Vcs-Git: https://salsa.debian.org/science-team/librsb.git
Vcs-Browser: https://salsa.debian.org/science-team/librsb
Rules-Requires-Root: no

Package: librsb0t64
Provides: ${t64:Provides}
Replaces: librsb0
Breaks: librsb0 (<< ${source:Version})
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Multi-Arch: same
Description: shared-memory Sparse BLAS library using the RSB matrix format
 This is a library for sparse matrix computations featuring the Recursive
 Sparse Blocks (RSB) matrix format. This format allows cache efficient and
 multi-threaded (that is, shared memory parallel) operations on large
 sparse matrices.  It provides the most common operations necessary to
 iterative solvers, like matrix-vector multiplication, triangular solution,
 rows/columns scaling, diagonal extraction / setting, blocks extraction,
 norm computation, formats conversion.  The RSB format is especially well
 suited for symmetric and transposed multiplication variants.
 .
 This package contains the shared library and the rsbench utility.

Package: librsb-dev
Section: libdevel
Architecture: any
Depends: librsb0t64 (= ${binary:Version}), ${misc:Depends}
Description: shared-memory Sparse BLAS library using the RSB matrix format (development)
 This is a library for sparse matrix computations featuring the Recursive
 Sparse Blocks (RSB) matrix format. This format allows cache efficient and
 multi-threaded (that is, shared memory parallel) operations on large
 sparse matrices.  It provides the most common operations necessary to
 iterative solvers, like matrix-vector multiplication, triangular solution,
 rows/columns scaling, diagonal extraction / setting, blocks extraction,
 norm computation, formats conversion.  The RSB format is especially well
 suited for symmetric and transposed multiplication variants.
 .
 This package contains the static libraries for development with
 librsb, including examples.

Package: librsb-tools
Architecture: any
Depends: librsb0t64 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Description: shared-memory Sparse BLAS library using the RSB matrix format (tools)
 This is a library for sparse matrix computations featuring the Recursive
 Sparse Blocks (RSB) matrix format. This format allows cache efficient and
 multi-threaded (that is, shared memory parallel) operations on large
 sparse matrices.  It provides the most common operations necessary to
 iterative solvers, like matrix-vector multiplication, triangular solution,
 rows/columns scaling, diagonal extraction / setting, blocks extraction,
 norm computation, formats conversion.  The RSB format is especially well
 suited for symmetric and transposed multiplication variants.
 .
 This package contains the rsbench program for testing the
 functionality and performance of librsb.

Package: librsb-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends: libjs-jquery, ${misc:Depends}
Description: shared-memory Sparse BLAS library using the RSB matrix format (documentation)
 This is a library for sparse matrix computations featuring the Recursive
 Sparse Blocks (RSB) matrix format. This format allows cache efficient and
 multi-threaded (that is, shared memory parallel) operations on large
 sparse matrices.  It provides the most common operations necessary to
 iterative solvers, like matrix-vector multiplication, triangular solution,
 rows/columns scaling, diagonal extraction / setting, blocks extraction,
 norm computation, formats conversion.  The RSB format is especially well
 suited for symmetric and transposed multiplication variants.
 .
 This package contains the documentation for librsb.