File: control

package info (click to toggle)
sparskit 2.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch, wheezy
  • size: 4,244 kB
  • ctags: 2,396
  • sloc: fortran: 15,251; makefile: 294; sh: 136; ansic: 76
file content (38 lines) | stat: -rw-r--r-- 2,086 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
Source: sparskit
Priority: optional
Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
DM-Upload-Allowed: yes
Uploaders: Dominique Belhachemi <domibel@debian.org>
Build-Depends: debhelper (>= 8), quilt, gfortran, cmake, liblapack-dev
Standards-Version: 3.9.2
Vcs-Browser: http://svn.debian.org/wsvn/debian-science/packages/sparskit/trunk/
Vcs-Svn: svn://svn.debian.org/svn/debian-science/packages/sparskit/trunk/
Section: libs
Homepage: http://www-users.cs.umn.edu/~saad/software/SPARSKIT/sparskit.html

Package: libsparskit2.0
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: A basic tool-kit for sparse matrix computations - runtime
 SPARSKIT a basic tool-kit for sparse matrix computations. Sparskit is a
 general purpose FORTRAN-77 library for sparse matrix computations. It has
 been gathered over several years and includes some of the most useful tools
 for developing and implementing sparse matrix techniques, particularly for
 iterative solvers. If you need a simple routine for doing a sparse matrix
 operation (e.g., adding two sparse matrices, or reordering a sparse matrix)
 it is likely to be available in SPARSKIT. SPARSKIT also contains most of
 the iterative accelarators and a number of efficient preconditioners.

Package: libsparskit-dev
Section: libdevel
Architecture: any
Depends: libsparskit2.0 (= ${binary:Version}), ${misc:Depends}
Description: A basic tool-kit for sparse matrix computations - devel
 SPARSKIT a basic tool-kit for sparse matrix computations. Sparskit is a general
 purpose FORTRAN-77  library for sparse matrix computations. It has been
 gathered over several years and includes some of the most useful tools for
 developing and implementing sparse matrix techniques, particularly for
 iterative solvers. If you need a simple routine for doing a sparse matrix
 operation (e.g., adding two sparse matrices, or reordering a sparse matrix) it
 is likely to be available in SPARSKIT. SPARSKIT also contains most of the
 iterative accelarators and a number of efficient preconditioners.