File: control

package info (click to toggle)
librsb 1.2.0-rc7-6
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 38,188 kB
  • sloc: ansic: 429,415; f90: 84,255; sh: 12,894; objc: 686; makefile: 686; awk: 18; sed: 1
file content (64 lines) | stat: -rw-r--r-- 3,045 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
Source: librsb
Priority: optional
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Rafael Laboissiere <rafael@debian.org>
Build-Depends: debhelper-compat (= 12),
               dh-exec,
               doxygen-latex,
               gfortran,
               libhwloc-dev,
               zlib1g-dev
Standards-Version: 4.3.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: librsb0
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: recursive sparse blocks matrix computations library
 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.

Package: librsb-dev
Section: libdevel
Architecture: any
Depends: librsb0 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Description: recursive sparse blocks matrix computations library (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 and the rsbench utility.

Package: librsb-doc
Section: doc
Architecture: all
Depends: libjs-jquery, ${misc:Depends}
Description: recursive sparse blocks matrix computations library (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.