File: control

package info (click to toggle)
octave-sparsersb 1.0.8-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 656 kB
  • sloc: cpp: 2,752; makefile: 80; awk: 4; sh: 3
file content (26 lines) | stat: -rw-r--r-- 1,056 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
Source: octave-sparsersb
Section: math
Priority: optional
Maintainer: Debian Octave Group <team+pkg-octave-team@tracker.debian.org>
Uploaders: Rafael Laboissière <rafael@debian.org>
Build-Depends: autoconf,
               debhelper-compat (= 13),
               dh-octave (>= 0.7.1),
               librsb-dev (>= 1.2.0.9)
Standards-Version: 4.5.1
Homepage: https://octave.sourceforge.io/sparsersb/
Vcs-Git: https://salsa.debian.org/pkg-octave-team/octave-sparsersb.git
Vcs-Browser: https://salsa.debian.org/pkg-octave-team/octave-sparsersb
Testsuite: autopkgtest-pkg-octave
Rules-Requires-Root: no

Package: octave-sparsersb
Architecture: any
Depends: ${misc:Depends}, ${octave:Depends}, ${shlibs:Depends}
Description: RSB sparse matrix manipulation for Octave
 This package contains an interface to the librsb package implementing
 the Recursive Sparse Blocks (RSB) sparse matrix format for fast
 shared-memory sparse matrix computations in Octave, a scientific
 computation software.
 .
 This Octave add-on package is part of the Octave-Forge project.