File: control

package info (click to toggle)
octave-sparsersb 1.0.6-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 488 kB
  • sloc: cpp: 2,238; makefile: 75; sh: 3
file content (26 lines) | stat: -rw-r--r-- 1,031 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 Laboissiere <rafael@debian.org>
Build-Depends: autoconf,
               debhelper-compat (= 12),
               dh-octave,
               librsb-dev
Standards-Version: 4.3.0
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.