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
|
Source: fflas-ffpack
Section: math
Priority: optional
Maintainer: Debian Math Team <team+math@tracker.debian.org>
Uploaders: Doug Torrance <dtorrance@debian.org>
Build-Depends: debhelper-compat (= 13),
jdupes,
libblas-dev,
# keep libgivaro-dev versioned dependency in sync with fflas-ffpack.pc.in
# (also in Depends)
libgivaro-dev (>= 4.1.2~),
libgmp-dev,
liblapack-dev,
pkg-config
Build-Depends-Indep: doxygen-latex, texlive-science
Standards-Version: 4.6.2
Homepage: http://linbox-team.github.io/fflas-ffpack/
Vcs-Git: https://salsa.debian.org/math-team/fflas-ffpack.git
Vcs-Browser: https://salsa.debian.org/math-team/fflas-ffpack
Rules-Requires-Root: no
Package: fflas-ffpack
Architecture: any
Depends: fflas-ffpack-common (= ${source:Version}),
# keep libgivaro-dev versioned dependency in sync with fflas-ffpack.pc.in
# (also in Build-Depends)
libgivaro-dev (>= 4.1.2~),
${misc:Depends}
Suggests: fflas-ffpack-dev-doc, fflas-ffpack-user-doc
Description: Finite field linear algebra subroutines/package
FFLAS-FFPACK consists in the creation of a set of routines, giving
the same tools as a set of classical Basic Linear Algebra
Subroutines, but working over finite fields. In the same way, some
other routines of higher level (such as the one in LAPACK) are also
produced.
Package: fflas-ffpack-common
Architecture: all
Depends: ${misc:Depends}
Multi-Arch: foreign
Description: Finite field linear algebra subroutines/package - common files
FFLAS-FFPACK consists in the creation of a set of routines, giving
the same tools as a set of classical Basic Linear Algebra
Subroutines, but working over finite fields. In the same way, some
other routines of higher level (such as the one in LAPACK) are also
produced.
.
This package provides architecture independent header files.
Package: fflas-ffpack-user-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Multi-Arch: foreign
Description: FFLAS-FFPACK User Documentation
FFLAS-FFPACK consists in the creation of a set of routines, giving
the same tools as a set of classical Basic Linear Algebra
Subroutines, but working over finite fields. In the same way, some
other routines of higher level (such as the one in LAPACK) are also
produced.
.
This package provides user's documentation of FFLAS-FFPACK.
Package: fflas-ffpack-dev-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Multi-Arch: foreign
Description: FFLAS-FFPACK Developer Documentation
FFLAS-FFPACK consists in the creation of a set of routines, giving
the same tools as a set of classical Basic Linear Algebra
Subroutines, but working over finite fields. In the same way, some
other routines of higher level (such as the one in LAPACK) are also
produced.
.
This package provides developer's documentation of FFLAS-FFPACK.
|