File: control

package info (click to toggle)
linbox 1.7.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 14,104 kB
  • sloc: cpp: 108,819; lisp: 5,469; makefile: 1,370; sh: 1,244; csh: 131; python: 74; perl: 2
file content (79 lines) | stat: -rw-r--r-- 2,690 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
Source: linbox
Section: math
Priority: optional
Maintainer: Debian Math Team <team+math@tracker.debian.org>
Uploaders: Doug Torrance <dtorrance@debian.org>
Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13),
               pkgconf,
# please keep the version below in-sync with linbox.pc.in
# also the Depends: field of liblinbox-dev below
               fflas-ffpack (>= 2.5.0~),
               gnuplot-nox | gnuplot,
               libflint-dev,
               libfplll-dev,
               libgmp-dev,
               libgsl0-dev,
               libiml-dev,
               liblapack-dev,
               libm4ri-dev,
               libm4rie-dev,
               libmpfr-dev,
               libntl-dev
Build-Depends-Indep: doxygen,
                     doxygen-latex,
                     ghostscript,
                     graphviz,
                     jdupes,
                     texlive-fonts-recommended,
                     texlive-science
Standards-Version: 4.7.0
Homepage: http://www.linalg.org/
Vcs-Browser: https://salsa.debian.org/math-team/linbox
Vcs-Git: https://salsa.debian.org/math-team/linbox.git
Rules-Requires-Root: no

Package: liblinbox-dev
Section: libdevel
Architecture: any
Depends: libfplll-dev,
         libgivaro-dev,
         liblapack-dev,
         liblinbox-1.7.0-0t64 (= ${binary:Version}),
# please keep the version below in-sync with linbox.pc.in
         fflas-ffpack (>= 2.5.0~),
         ${misc:Depends}
Suggests: liblinbox-doc
Description: Library for exact linear algebra - development files
 LinBox is a C++ template library for exact, high-performance
 linear algebra computation with dense, sparse, and structured
 matrices over the integers and over finite fields.
 .
 This package contains the LinBox development files.

Package: liblinbox-1.7.0-0t64
Provides: ${t64:Provides}
Replaces: liblinbox-1.7.0-0
Breaks: liblinbox-1.7.0-0 (<< ${source:Version})
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Library for exact linear algebra - shared library
 LinBox is a C++ template library for exact, high-performance
 linear algebra computation with dense, sparse, and structured
 matrices over the integers and over finite fields.
 .
 This package contains the LinBox shared library.

Package: liblinbox-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: LinBox Documentation
 LinBox is a C++ template library for exact, high-performance
 linear algebra computation with dense, sparse, and structured
 matrices over the integers and over finite fields.
 .
 This package provides the documentation of LinBox.