librsb 1.2.0.8+dfsg-1build1 source package in Ubuntu

Changelog

librsb (1.2.0.8+dfsg-1build1) focal; urgency=medium

  * Rebuild against new hwloc 15.

 -- Gianfranco Costamagna <email address hidden>  Wed, 04 Dec 2019 12:03:05 +0100

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Focal
Original maintainer:
Debian Science Team
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
librsb_1.2.0.8+dfsg.orig.tar.xz 1.3 MiB b91a5a4a7248a7617c8680090ed30ef8d93088144869eb89f79ae3fdd8e3c04b
librsb_1.2.0.8+dfsg-1build1.debian.tar.xz 9.3 KiB c3315fafdb4a7470bae0f44b0f44cdb5e3bdbc0e20b23a7b1965a5336ac0d10e
librsb_1.2.0.8+dfsg-1build1.dsc 2.2 KiB cc48c85188bc03b325e6f71caacfb42fc3d300ecad2f859448d635919f8dbd1a

View changes file

Binary packages built by this source

librsb-dev: 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.

librsb-doc: 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.

librsb0: 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 and the rsbench utility.

librsb0-dbgsym: debug symbols for librsb0