[superlu] 03/08: Imported Debian patch 3.0+20070106-1

Nico Schlömer nschloe-guest at moszumanska.debian.org
Thu May 19 07:40:01 UTC 2016


This is an automated email from the git hooks/post-receive script.

nschloe-guest pushed a commit to branch master
in repository superlu.

commit b200e23d66a31f8628800d35cf379e1d62ca5cb3
Merge: 5016bef b1c17c7
Author: Christophe Prud'homme <prudhomm at debian.org>
Date:   Sun Jul 15 09:52:32 2007 +0200

    Imported Debian patch 3.0+20070106-1

 CBLAS/Cnames.h                                     |    1 -
 CBLAS/Makefile                                     |    2 +-
 CBLAS/cmyblas2.c                                   |  183 --
 CBLAS/dmyblas2.c                                   |  225 ---
 CBLAS/f2c.h                                        |    2 +-
 CBLAS/slu_Cnames.h                                 |    1 +
 CBLAS/smyblas2.c                                   |  225 ---
 CBLAS/zmyblas2.c                                   |  183 --
 EXAMPLE/Makefile                                   |  107 +-
 EXAMPLE/clinsol.c                                  |    2 +-
 EXAMPLE/clinsol1.c                                 |    2 +-
 EXAMPLE/clinsolx.c                                 |    2 +-
 EXAMPLE/clinsolx1.c                                |    2 +-
 EXAMPLE/clinsolx2.c                                |    2 +-
 EXAMPLE/dlinsol.c                                  |    2 +-
 EXAMPLE/dlinsol1.c                                 |    2 +-
 EXAMPLE/dlinsolx.c                                 |    2 +-
 EXAMPLE/dlinsolx1.c                                |    2 +-
 EXAMPLE/dlinsolx2.c                                |    2 +-
 EXAMPLE/dreadtriple.c                              |  118 ++
 EXAMPLE/slinsol.c                                  |    2 +-
 EXAMPLE/slinsol1.c                                 |    2 +-
 EXAMPLE/slinsolx.c                                 |    2 +-
 EXAMPLE/slinsolx1.c                                |    2 +-
 EXAMPLE/slinsolx2.c                                |    2 +-
 EXAMPLE/sp_ienv.c                                  |    2 +
 EXAMPLE/superlu.c                                  |    2 +-
 EXAMPLE/zlinsol.c                                  |    2 +-
 EXAMPLE/zlinsol1.c                                 |    2 +-
 EXAMPLE/zlinsolx.c                                 |    2 +-
 EXAMPLE/zlinsolx1.c                                |    2 +-
 EXAMPLE/zlinsolx2.c                                |    2 +-
 EXAMPLE/zreadtriple.c                              |   90 +
 FORTRAN/Makefile                                   |    3 +-
 FORTRAN/{c_fortran_dgssv.c => c_fortran_cgssv.c}   |   30 +-
 FORTRAN/c_fortran_dgssv.c                          |   17 +-
 .../{c_fortran_dgssv.c => c_fortran_dgssv.c.bak}   |    2 +-
 FORTRAN/{c_fortran_dgssv.c => c_fortran_sgssv.c}   |   30 +-
 FORTRAN/{c_fortran_dgssv.c => c_fortran_zgssv.c}   |   28 +-
 FORTRAN/f77_main.f                                 |    4 +-
 FORTRAN/f77exm.out                                 |    9 +
 INSTALL/Makefile                                   |    6 +-
 MAKE_INC/make.alpha                                |    4 +-
 MAKE_INC/make.cray                                 |    4 +-
 MAKE_INC/make.hppa                                 |    4 +-
 MAKE_INC/make.inc                                  |    6 +-
 MAKE_INC/make.linux                                |    6 +-
 MAKE_INC/make.rs6k                                 |    4 +-
 MAKE_INC/make.sgi                                  |    6 +-
 MAKE_INC/make.solaris                              |    8 +-
 MAKE_INC/make.sp                                   |    4 +-
 MAKE_INC/make.sun4                                 |    8 +-
 MATLAB/mexlusolve.c                                |    2 +-
 MATLAB/mexsuperlu.c                                |    2 +-
 README                                             |    2 +-
 SRC/Makefile                                       |   66 +-
 SRC/ccolumn_bmod.c                                 |    2 +-
 SRC/ccolumn_dfs.c                                  |    3 +-
 SRC/ccopy_to_ucol.c                                |    4 +-
 SRC/cgscon.c                                       |    2 +-
 SRC/cgsequ.c                                       |    4 +-
 SRC/cgsrfs.c                                       |    2 +-
 SRC/cgssv.c                                        |    3 +-
 SRC/cgssvx.c                                       |    4 +-
 SRC/cgstrf.c                                       |    6 +-
 SRC/cgstrs.c                                       |    2 +-
 SRC/cgstrs.c.bak                                   |  339 ----
 SRC/clacon.c                                       |    5 +-
 SRC/clangs.c                                       |    4 +-
 SRC/claqgs.c                                       |    4 +-
 SRC/cmemory.c                                      |   24 +-
 SRC/cmyblas2.c                                     |    3 +-
 SRC/colamd.c                                       | 1961 ++++++++++++++------
 SRC/colamd.h                                       |  215 ++-
 SRC/cpanel_bmod.c                                  |    2 +-
 SRC/cpanel_dfs.c                                   |    4 +-
 SRC/cpivotL.c                                      |    2 +-
 SRC/cpivotgrowth.c                                 |    4 +-
 SRC/cpruneL.c                                      |    4 +-
 SRC/creadhb.c                                      |    3 +-
 SRC/csnode_bmod.c                                  |    2 +-
 SRC/csnode_dfs.c                                   |    4 +-
 SRC/csp_blas2.c                                    |   14 +-
 SRC/csp_blas2.c.bak                                |  479 -----
 SRC/csp_blas3.c                                    |    4 +-
 SRC/cutil.c                                        |   14 +-
 SRC/dcolumn_bmod.c                                 |    2 +-
 SRC/dcolumn_dfs.c                                  |    3 +-
 SRC/dcomplex.c                                     |    7 +-
 SRC/dcopy_to_ucol.c                                |    4 +-
 SRC/dgscon.c                                       |    2 +-
 SRC/dgsequ.c                                       |    4 +-
 SRC/dgsrfs.c                                       |    2 +-
 SRC/dgssv.c                                        |    3 +-
 SRC/dgssvx.c                                       |    2 +-
 SRC/dgstrf.c                                       |    6 +-
 SRC/dgstrs.c                                       |    2 +-
 SRC/dgstrs.c.bak                                   |  334 ----
 SRC/dgstrsL.c                                      |    4 +-
 SRC/dlacon.c                                       |    3 +-
 SRC/dlamch.c                                       |    2 +
 SRC/dlangs.c                                       |    4 +-
 SRC/dlaqgs.c                                       |    3 +-
 SRC/dmemory.c                                      |   24 +-
 SRC/dmyblas2.c                                     |    1 -
 SRC/dpanel_bmod.c                                  |    2 +-
 SRC/dpanel_dfs.c                                   |    4 +-
 SRC/dpivotL.c                                      |    2 +-
 SRC/dpivotgrowth.c                                 |    4 +-
 SRC/dpruneL.c                                      |    4 +-
 SRC/dreadhb.c                                      |    3 +-
 SRC/dsnode_bmod.c                                  |    2 +-
 SRC/dsnode_dfs.c                                   |    4 +-
 SRC/dsp_blas2.c                                    |    2 +-
 SRC/dsp_blas2.c.bak                                |  469 -----
 SRC/dsp_blas3.c                                    |    4 +-
 SRC/dutil.c                                        |   11 +-
 SRC/dzsum1.c                                       |    3 +-
 SRC/get_perm_c.c                                   |   14 +-
 SRC/heap_relax_snode.c                             |    2 +-
 SRC/icmax1.c                                       |    3 +-
 SRC/izmax1.c                                       |   16 +-
 SRC/lsame.c                                        |    2 +
 SRC/memory.c                                       |    5 +-
 SRC/{colamd.c => old_colamd.c}                     |    0
 SRC/{colamd.h => old_colamd.h}                     |    0
 SRC/relax_snode.c                                  |    2 +-
 SRC/scolumn_bmod.c                                 |    2 +-
 SRC/scolumn_dfs.c                                  |    3 +-
 SRC/scomplex.c                                     |    7 +-
 SRC/scopy_to_ucol.c                                |    4 +-
 SRC/scsum1.c                                       |    3 +-
 SRC/sgscon.c                                       |    2 +-
 SRC/sgsequ.c                                       |    4 +-
 SRC/sgsrfs.c                                       |    2 +-
 SRC/sgssv.c                                        |    3 +-
 SRC/sgssvx.c                                       |    2 +-
 SRC/sgstrf.c                                       |    6 +-
 SRC/sgstrs.c                                       |    2 +-
 SRC/sgstrs.c.bak                                   |  334 ----
 SRC/slacon.c                                       |    3 +-
 SRC/slamch.c                                       |    2 +
 SRC/slangs.c                                       |    4 +-
 SRC/slaqgs.c                                       |    4 +-
 SRC/{Cnames.h => slu_Cnames.h}                     |   57 +
 SRC/{csp_defs.h => slu_cdefs.h}                    |    6 +-
 SRC/{dcomplex.h => slu_dcomplex.h}                 |    0
 SRC/{dsp_defs.h => slu_ddefs.h}                    |    4 +-
 SRC/{scomplex.h => slu_scomplex.h}                 |    0
 SRC/{ssp_defs.h => slu_sdefs.h}                    |    4 +-
 SRC/{util.h => slu_util.h}                         |    8 +-
 SRC/{zsp_defs.h => slu_zdefs.h}                    |    6 +-
 SRC/smemory.c                                      |   24 +-
 SRC/smyblas2.c                                     |    1 -
 SRC/sp_coletree.c                                  |    2 +-
 SRC/sp_ienv.c                                      |    2 +
 SRC/sp_preorder.c                                  |    2 +-
 SRC/spanel_bmod.c                                  |    2 +-
 SRC/spanel_dfs.c                                   |    4 +-
 SRC/spivotL.c                                      |    2 +-
 SRC/spivotgrowth.c                                 |    4 +-
 SRC/spruneL.c                                      |    4 +-
 SRC/sreadhb.c                                      |    3 +-
 SRC/ssnode_bmod.c                                  |    2 +-
 SRC/ssnode_dfs.c                                   |    4 +-
 SRC/ssp_blas2.c                                    |    2 +-
 SRC/ssp_blas2.c.bak                                |  469 -----
 SRC/ssp_blas3.c                                    |    4 +-
 SRC/sutil.c                                        |   11 +-
 SRC/util.c                                         |   21 +-
 SRC/xerbla.c                                       |    3 +
 SRC/zcolumn_bmod.c                                 |    2 +-
 SRC/zcolumn_dfs.c                                  |    3 +-
 SRC/zcopy_to_ucol.c                                |    4 +-
 SRC/zgscon.c                                       |    2 +-
 SRC/zgsequ.c                                       |    4 +-
 SRC/zgsrfs.c                                       |    2 +-
 SRC/zgssv.c                                        |    3 +-
 SRC/zgssvx.c                                       |    4 +-
 SRC/zgstrf.c                                       |    6 +-
 SRC/zgstrs.c                                       |    2 +-
 SRC/zgstrs.c.bak                                   |  339 ----
 SRC/zlacon.c                                       |    5 +-
 SRC/zlangs.c                                       |    4 +-
 SRC/zlaqgs.c                                       |    4 +-
 SRC/zmemory.c                                      |   24 +-
 SRC/{zmemory.c => zmemory.c.bak}                   |   14 +-
 SRC/zmyblas2.c                                     |    3 +-
 SRC/zpanel_bmod.c                                  |    2 +-
 SRC/zpanel_dfs.c                                   |    4 +-
 SRC/zpivotL.c                                      |    2 +-
 SRC/zpivotgrowth.c                                 |    4 +-
 SRC/zpruneL.c                                      |    4 +-
 SRC/zreadhb.c                                      |    3 +-
 SRC/zsnode_bmod.c                                  |    2 +-
 SRC/zsnode_dfs.c                                   |    4 +-
 SRC/zsp_blas2.c                                    |   14 +-
 SRC/zsp_blas2.c.bak                                |  479 -----
 SRC/zsp_blas3.c                                    |    4 +-
 SRC/zutil.c                                        |   14 +-
 TESTING/MATGEN/Cnames.h                            |    1 -
 TESTING/MATGEN/clatb4.c                            |    1 +
 TESTING/MATGEN/dlatb4.c                            |    1 +
 TESTING/MATGEN/f2c.h                               |    2 +-
 TESTING/MATGEN/slatb4.c                            |    1 +
 TESTING/MATGEN/slu_Cnames.h                        |    1 +
 TESTING/MATGEN/zlatb4.c                            |    1 +
 TESTING/Makefile                                   |    5 +-
 TESTING/cdrive.c                                   |    9 +-
 TESTING/ddrive.c                                   |    7 +-
 TESTING/sdrive.c                                   |    9 +-
 TESTING/sp_cconvert.c                              |    4 +-
 TESTING/sp_cget01.c                                |    4 +-
 TESTING/sp_cget02.c                                |    2 +-
 TESTING/sp_cget04.c                                |    4 +-
 TESTING/sp_cget07.c                                |    2 +-
 TESTING/sp_dconvert.c                              |    4 +-
 TESTING/sp_dget01.c                                |    4 +-
 TESTING/sp_dget02.c                                |    2 +-
 TESTING/sp_dget04.c                                |    4 +-
 TESTING/sp_dget07.c                                |    2 +-
 TESTING/sp_ienv.c                                  |    2 +
 TESTING/sp_sconvert.c                              |    4 +-
 TESTING/sp_sget01.c                                |    4 +-
 TESTING/sp_sget02.c                                |    2 +-
 TESTING/sp_sget04.c                                |    4 +-
 TESTING/sp_sget07.c                                |    2 +-
 TESTING/sp_zconvert.c                              |    4 +-
 TESTING/sp_zget01.c                                |    4 +-
 TESTING/sp_zget02.c                                |    2 +-
 TESTING/sp_zget04.c                                |    4 +-
 TESTING/sp_zget07.c                                |    2 +-
 TESTING/zdrive.c                                   |    7 +-
 debian/changelog                                   |   11 +
 debian/control                                     |    2 +
 235 files changed, 2437 insertions(+), 5215 deletions(-)

diff --cc debian/changelog
index a5948ca,0000000..a96da0c
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,31 -1,0 +1,42 @@@
++superlu (3.0+20070106-1) unstable; urgency=low
++
++  [ Rafael Laboissiere ]
++  * debian/control: Added XS-Vcs-Svn and XS-Vcs-Browser fields to the Source
++    section
++    
++  [Christophe Prud'homme]
++  * New upstream release
++
++ -- Christophe Prud'homme <prudhomm at debian.org>  Sun, 15 Jul 2007 09:52:32 +0200
++
 +superlu (3.0-5) unstable; urgency=low
 +
 +  * Reverted libsuperlu3-dev to libsuperlu-dev
 +
 + -- Christophe Prud'homme <prudhomm at debian.org>  Fri,  7 Apr 2006 10:24:43 +0200
 +
 +superlu (3.0-4) unstable; urgency=low
 +
 +  * Changed libsuperlu3-dev to libsuperlu-dev
 +
 + -- Christophe Prud'homme <prudhomm at debian.org>  Fri,  7 Apr 2006 10:01:06 +0200
 +
 +superlu (3.0-3) unstable; urgency=low
 +
 +  * Changed prudhomm at mit.edu  to prudhomm at debian.org
 +  * Use pkg-scicomp-devel at lists.alioth.debian.org as new maintainer address
 +
 + -- Christophe Prud'homme <prudhomm at debian.org>  Fri,  7 Apr 2006 09:49:25 +0200
 +
 +superlu (3.0-2) unstable; urgency=low
 +
 +  * fixed inconsistencies: libsuperlu3-dev vs libsuperlu-dev
 +
 + -- Christophe Prud'homme <prudhomm at mit.edu>  Wed, 18 Aug 2004 09:26:10 +0200
 +
 +superlu (3.0-1) unstable; urgency=low
 +
 +  * Initial Release. (closes: #265217)
 +
 + -- Christophe Prud'homme <prudhomm at mit.edu>  Thu, 12 Aug 2004 11:05:16 +0200
 +
diff --cc debian/control
index 64f59d2,0000000..e3a12fa
mode 100644,000000..100644
--- a/debian/control
+++ b/debian/control
@@@ -1,49 -1,0 +1,51 @@@
 +Source: superlu
 +Priority: optional
 +Section: devel
 +Maintainer: Debian Scientific Computing Team <pkg-scicomp-devel at lists.alioth.debian.org>
 +Uploaders: Christophe Prud'homme <prudhomm at debian.org>
 +Build-Depends: debhelper (>= 4.0.0), gcc( >= 3.0 ), refblas3-dev | atlas3-base-dev
 +Standards-Version: 3.6.2
++XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-scicomp/superlu/
++XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-scicomp/superlu/
 +
 +Package: libsuperlu3-dev
 +Section: libdevel
 +Architecture: any
 +Depends: libsuperlu3 (= ${Source-Version}), refblas3-dev | atlas3-base-dev
 +Description: Direct solution of large, sparse systems of linear equations
 + SuperLU is a general purpose library for the direct solution of
 + large, sparse, nonsymmetric systems of linear equations on high
 + performance machines. The library is written in C and is callable from
 + either C or Fortran. The library routines will perform an LU
 + decomposition with partial pivoting and triangular system solves
 + through forward and back substitution. The LU factorization routines
 + can handle non-square matrices but the triangular solves are performed
 + only for square matrices. The matrix columns may be preordered (before
 + factorization) either through library or user supplied routines. This
 + preordering for sparsity is completely separate from the
 + factorization. Working precision iterative refinement subroutines are
 + provided for improved backward stability. Routines are also provided
 + to equilibrate the system, estimate the condition number, calculate
 + the relative backward error, and estimate error bounds for the refined
 + solutions.
 +
 +Package: libsuperlu3
 +Section: libs
 +Architecture: any
 +Depends: refblas3 | atlas3-base | libblas-3.so, ${shlibs:Depends}
 +Description: Direct solution of large, sparse systems of linear equations
 + SuperLU is a general purpose library for the direct solution of
 + large, sparse, nonsymmetric systems of linear equations on high
 + performance machines. The library is written in C and is callable from
 + either C or Fortran. The library routines will perform an LU
 + decomposition with partial pivoting and triangular system solves
 + through forward and back substitution. The LU factorization routines
 + can handle non-square matrices but the triangular solves are performed
 + only for square matrices. The matrix columns may be preordered (before
 + factorization) either through library or user supplied routines. This
 + preordering for sparsity is completely separate from the
 + factorization. Working precision iterative refinement subroutines are
 + provided for improved backward stability. Routines are also provided
 + to equilibrate the system, estimate the condition number, calculate
 + the relative backward error, and estimate error bounds for the refined
 + solutions.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/superlu.git



More information about the debian-science-commits mailing list