debian/0000755000000000000000000000000011770600676007200 5ustar debian/changelog0000644000000000000000000000023311770600505011037 0ustar fflas-ffpack (1.6.0-1) unstable; urgency=low * Initial release (Closes: #676946) -- Lifeng Sun Sun, 17 Jun 2012 21:23:22 +0800 debian/patches/0000755000000000000000000000000011770600505010616 5ustar debian/patches/fix-file-path-in-doc.patch0000644000000000000000000000153111770600505015443 0ustar --- a/doc/mainpage.doxy +++ b/doc/mainpage.doxy @@ -37,10 +37,10 @@ * - \subpage inst. Explains how to configure/install from sources or from the latest * svn version. * - \subpage arch. Describes how FFLAS-FFPACK is organized - * - Documentation for Users. If everything around is * blue, then you are reading the lighter, user-oriented, documentation. - * - Documentation for Developers. If everything around * is green, then you can get to everything (not necessarily yet) documented. * . debian/patches/series0000644000000000000000000000003311770600505012027 0ustar fix-file-path-in-doc.patch debian/rules0000755000000000000000000000037511770600505010254 0ustar #!/usr/bin/make -f # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 override_dh_auto_configure: dh_auto_configure -- --prefix=/usr --with-all override_dh_auto_build-indep: dh_testdir $(MAKE) docs_dev %: dh $@ --with autotools-dev debian/fflas-ffpack-dev-doc.doc-base0000644000000000000000000000055511770600505014435 0ustar Document: fflas-ffpack-dev-doc Title: FFLAS-FFPACK Documentation for Developers Author: Clément PERNET, Pascal Giorgi, Jean-Guillaume DUMAS, Thierry GAUTIER Abstract: Developer-oriented documentation of FFLAS-FFPACK. Section: Science/Mathematics Format: HTML Index: /usr/share/doc/fflas-ffpack-dev-doc/index.html Files: /usr/share/doc/fflas-ffpack-dev-doc/*.html debian/fflas-ffpack-config.10000644000000000000000000000165511770600505013046 0ustar .TH FFLAS-FFPACK-CONFIG "1" "June 2012" "fflas-ffpack-config" "User Commands" .SH NAME fflas-ffpack-config \- configuration tool for FFLAS-FFPACK .SH SYNOPSIS .B fflas-ffpack-config [\fIOPTION\fR] .SH DESCRIPTION Known values for OPTION are: .TP \fB\-\-prefix\fR show Givaro installation prefix .TP \fB\-\-libs\fR print library linking information .TP \fB\-\-blas\-libs\fR print BLAS library linking information .TP \fB\-\-cflags\fR print pre\-processor and compiler flags .TP \fB\-\-blas\-cflags\fR print BLAS pre\-processor and BLAS compiler flags .TP \fB\-\-blas\-home\fR print where BLAS were found .TP \fB\-\-help\fR display this help and exit .TP \fB\-\-version\fR output version information string (eg 1.6.0) .TP \fB\-\-decimal\-version\fR output version in decimal representation (base 100, that is 10600) .SH AUTHOR This manual page was written by Lifeng Sun for the Debian system (but may be used by others). debian/fflas-ffpack-user-doc.doc-base0000644000000000000000000000054611770600505014635 0ustar Document: fflas-ffpack-user-doc Title: FFLAS-FFPACK Documentation for Users Author: Clément PERNET, Pascal Giorgi, Jean-Guillaume DUMAS, Thierry GAUTIER Abstract: User-oriented documentation of FFLAS-FFPACK. Section: Science/Mathematics Format: HTML Index: /usr/share/doc/fflas-ffpack-user-doc/index.html Files: /usr/share/doc/fflas-ffpack-user-doc/*.html debian/fflas-ffpack-common.install0000644000000000000000000000040211770600505014364 0ustar usr/include/fflas-ffpack/config-blas.h usr/include/fflas-ffpack/fflas usr/include/fflas-ffpack/fflas-ffpack-configuration.h usr/include/fflas-ffpack/fflas-ffpack.h usr/include/fflas-ffpack/ffpack usr/include/fflas-ffpack/field usr/include/fflas-ffpack/utils debian/fflas-ffpack.install0000644000000000000000000000015111770600505013077 0ustar usr/include/fflas-ffpack/fflas-ffpack-optimise.h usr/include/fflas-ffpack/fflas-ffpack-config.h usr/bin/ debian/control0000644000000000000000000000504511770600505010576 0ustar Source: fflas-ffpack Section: math Priority: optional Maintainer: Debian Science Maintainers Uploaders: Lifeng Sun DM-Upload-Allowed: yes Build-Depends: debhelper (>= 8.0.0), autotools-dev, libgmp-dev, libblas-dev, libgivaro-dev (>= 3.7.0), libgivaro-dev (<< 3.8.0), liblapack-dev Build-Depends-Indep: doxygen-latex, texlive-math-extra Standards-Version: 3.9.3 Homepage: http://www-ljk.imag.fr/membres/Jean-Guillaume.Dumas/FFLAS/ Vcs-Git: git://git.debian.org/git/debian-science/packages/fflas-ffpack.git Vcs-Browser: http://git.debian.org/?p=debian-science/packages/fflas-ffpack.git Package: fflas-ffpack Architecture: any Depends: fflas-ffpack-common (= ${source:Version}), ${misc:Depends} Suggests: fflas-ffpack-user-doc, fflas-ffpack-dev-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} 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 provies architecture independent header files. Package: fflas-ffpack-user-doc Section: doc Architecture: all Depends: ${misc:Depends} 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 provies user's documentation of FFLAS-FFPACK. Package: fflas-ffpack-dev-doc Section: doc Architecture: all Depends: ${misc:Depends} 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 provies developer's documentation of FFLAS-FFPACK. debian/compat0000644000000000000000000000000211770600505010365 0ustar 8 debian/watch0000644000000000000000000000012111770600505010212 0ustar version=3 http://linalg.org/projects/fflas-ffpack .*fflas-ffpack-(.*)\.tar\.gz debian/copyright0000644000000000000000000000367011770600505011130 0ustar Format: http://dep.debian.net/deps/dep5 Upstream-Name: fflas-ffpack Source: http://linalg.org/projects/fflas-ffpack Files: * Copyright: FFLAS-FFPACK Team Clément PERNET Pascal Giorgi Jean-Guillaume DUMAS Thierry GAUTIER License: LGPL-2.1 Files: fflas-ffpack/fflas/fflas_faddm.inl fflas-ffpack/fflas/fflas_faddm_src.inl fflas-ffpack/fflas/fflas_faddmin_src.inl fflas-ffpack/field/modular-balanced-int32.h fflas-ffpack/field/modular-balanced-int64.h Copyright: LinBox Team License: LGPL-2.1 Files: fflas-ffpack/field/nonzero-randiter.h fflas-ffpack/utils/args-parser.h Copyright: 2001-2002 Bradford Hovinen License: LGPL-2.1 Files: fflas-ffpack/utils/print-utils.h utils/print-utils.h Copyright: 2011 Brice Boyer License: LGPL-2.1 Files: fflas-ffpack/utils/timer.C fflas-ffpack/utils/timer.h utils/timer.C utils/timer.h Copyright: 1994-1997 Givaro Team License: LGPL-2.1 Files: debian/* Copyright: 2012 Lifeng Sun License: LGPL-2.1 License: LGPL-2.1 This package is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. . This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. . You should have received a copy of the GNU Lesser General Public License along with this library; if not, see . . On Debian systems, the complete text of the GNU Lesser General Public License can be found in "/usr/share/common-licenses/LGPL-2.1". debian/docs0000644000000000000000000000002111770600505010033 0ustar NEWS README TODO debian/source/0000755000000000000000000000000011770600505010467 5ustar debian/source/format0000644000000000000000000000001411770600505011675 0ustar 3.0 (quilt) debian/fflas-ffpack-dev-doc.docs0000644000000000000000000000020011770600505013673 0ustar doc/fflas-ffpack-dev-html/*.html doc/fflas-ffpack-dev-html/*.png doc/fflas-ffpack-dev-html/*.css doc/fflas-ffpack-dev-html/*.js debian/fflas-ffpack-user-doc.docs0000644000000000000000000000016011770600505014100 0ustar doc/fflas-ffpack-html/*.html doc/fflas-ffpack-html/*.png doc/fflas-ffpack-html/*.css doc/fflas-ffpack-html/*.js debian/fflas-ffpack.manpages0000644000000000000000000000003511770600505013225 0ustar debian/fflas-ffpack-config.1