[superlu-dist] branch master updated (18be632 -> 65cb4b9)

Drew Parsons dparsons at moszumanska.debian.org
Wed Nov 8 09:06:31 UTC 2017


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

dparsons pushed a change to branch master
in repository superlu-dist.

      from  18be632   New upstream version 5.1.3
       new  43f63a3   initial debianisation of v5.1 (using dh_make)
       new  17f5dfd   DFSG: exclude mc64ad_dist.c and DOC/*.pdf
       new  90cbb22   debian/watch: include dfsg suffix when handling upstream source
      adds  d99f988   New upstream version 5.2.2+dfsg1
       new  65cb4b9   Update upstream source from tag 'upstream/5.2.2+dfsg1'

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore                                |    5 +-
 CBLAS/Makefile                            |   10 +-
 CMakeLists.txt                            |   93 +-
 DOC/ug.pdf                                |  Bin 687318 -> 0 bytes
 DoxyConfig                                |    4 +-
 EXAMPLE/CMakeLists.txt                    |   22 +-
 EXAMPLE/README                            |    2 +
 EXAMPLE/dcreate_matrix.c                  |    5 +
 EXAMPLE/pddrive.c                         |   16 +-
 EXAMPLE/pddrive1.c                        |   13 +-
 EXAMPLE/pddrive2.c                        |   13 +-
 EXAMPLE/pddrive3.c                        |   13 +-
 EXAMPLE/pddrive4.c                        |    3 +-
 EXAMPLE/pzdrive.c                         |   16 +-
 EXAMPLE/pzdrive1.c                        |   13 +-
 EXAMPLE/pzdrive2.c                        |   13 +-
 EXAMPLE/pzdrive3.c                        |   13 +-
 EXAMPLE/pzdrive4.c                        |    3 +-
 EXAMPLE/zcreate_matrix.c                  |    5 +
 INSTALL/superlu_timer.c                   |   54 -
 MAKE_INC/make.cuda_gpu                    |    4 +-
 MAKE_INC/make.mac-x                       |   43 +
 MAKE_INC/make.mpich                       |    2 +-
 MAKE_INC/{make.mpich => make.ssg1}        |   20 +-
 MAKE_INC/make.xc30                        |    2 +-
 MAKE_INC/make.xt5                         |    3 +-
 Makefile                                  |    3 +-
 README                                    |  251 ---
 README.md                                 |  274 +++
 SRC/CMakeLists.txt                        |   17 +-
 SRC/Makefile                              |   22 +-
 SRC/{old_colamd.c => colamd.c}            | 1980 ++++++++++++++-------
 SRC/colamd.h                              |  259 +++
 SRC/dSchCompUdt-2Ddynamic.c               |  762 +++++----
 SRC/dbinary_io.c                          |   40 +
 SRC/dlook_ahead_update.c                  |  115 +-
 SRC/dmemory_dist.c                        |    7 +-
 SRC/dreadMM.c                             |   26 +-
 SRC/dscatter.c                            |   87 +-
 SRC/get_perm_c.c                          |   41 +
 SRC/mc64ad_dist.c                         | 2654 -----------------------------
 SRC/memory.c                              |   31 +-
 SRC/pdgssvx.c                             |   24 +-
 SRC/pdgstrf.c                             |  442 +++--
 SRC/pdgstrf2.c                            |  165 +-
 SRC/psymbfact.h                           |    5 +-
 SRC/pzgssvx.c                             |   24 +-
 SRC/pzgstrf.c                             |  442 +++--
 SRC/pzgstrf2.c                            |  165 +-
 SRC/sp_colorder.c                         |    3 +-
 SRC/sp_ienv.c                             |    5 +-
 SRC/static_schedule.c                     |   10 +
 SRC/superlu_ddefs.h                       |    2 +-
 SRC/superlu_defs.h                        |   15 +-
 SRC/superlu_dist_config.h                 |    4 +
 SRC/superlu_dist_config.h.in              |    9 +
 SRC/superlu_dist_version.c                |   30 +
 SRC/superlu_enum_consts.h                 |    3 +
 SRC/superlu_zdefs.h                       |    2 +-
 SRC/util.c                                |   86 +-
 SRC/zSchCompUdt-2Ddynamic.c               |  762 +++++----
 SRC/zbinary_io.c                          |   40 +
 SRC/zlook_ahead_update.c                  |  115 +-
 SRC/zmemory_dist.c                        |    7 +-
 SRC/zreadMM.c                             |   32 +-
 SRC/zscatter.c                            |   87 +-
 TEST/#pztest.c#                           |  517 ++++++
 TEST/CMakeLists.txt                       |   79 +
 TEST/Makefile                             |   56 +
 TEST/README                               |   12 +
 {EXAMPLE => TEST}/dcreate_matrix.c        |    5 +
 TEST/pdcompute_resid.c                    |  155 ++
 TEST/pdtest.c                             |  519 ++++++
 TEST/pdtest.sh                            |   64 +
 TEST/pzcompute_resid.c                    |  154 ++
 TEST/pztest.c                             |  518 ++++++
 TEST/pztest.sh                            |   64 +
 TEST/runtest.cmake                        |   13 +
 {EXAMPLE => TEST}/zcreate_matrix.c        |    5 +
 compile.out                               |   62 +
 debian/README.Debian                      |    6 +
 debian/README.source                      |   10 +
 debian/changelog                          |    5 +
 debian/compat                             |    1 +
 debian/control                            |   74 +
 debian/copyright                          |   39 +
 debian/manpage.1.ex                       |   56 +
 debian/manpage.sgml.ex                    |  154 ++
 debian/manpage.xml.ex                     |  291 ++++
 debian/menu.ex                            |    2 +
 debian/postinst.ex                        |   39 +
 debian/postrm.ex                          |   37 +
 debian/preinst.ex                         |   35 +
 debian/prerm.ex                           |   38 +
 debian/rules                              |   25 +
 debian/shlibs.local.ex                    |    1 +
 debian/source/format                      |    1 +
 debian/superlu-dist-dev.dirs              |    2 +
 debian/superlu-dist-dev.install           |    4 +
 debian/superlu-dist-docs.docs             |    2 +
 debian/superlu-dist.cron.d.ex             |    4 +
 debian/superlu-dist.default.ex            |   10 +
 debian/superlu-dist.doc-base.EX           |   20 +
 debian/superlu-dist1.dirs                 |    1 +
 debian/superlu-dist1.install              |    1 +
 debian/watch                              |    4 +
 MAKE_INC/make.mpich => make.inc           |   24 +-
 make.inc.in                               |    7 +-
 run_cmake_build.csh                       |    2 +-
 run_cmake_build.csh => run_cmake_build.sh |   55 +-
 superlu_dist.pc.in                        |   12 +
 111 files changed, 7703 insertions(+), 4920 deletions(-)
 delete mode 100644 DOC/ug.pdf
 delete mode 100644 INSTALL/superlu_timer.c
 create mode 100644 MAKE_INC/make.mac-x
 copy MAKE_INC/{make.mpich => make.ssg1} (55%)
 delete mode 100644 README
 create mode 100644 README.md
 copy SRC/{old_colamd.c => colamd.c} (58%)
 create mode 100644 SRC/colamd.h
 create mode 100644 SRC/dbinary_io.c
 delete mode 100644 SRC/mc64ad_dist.c
 create mode 100644 SRC/superlu_dist_config.h
 create mode 100644 SRC/superlu_dist_config.h.in
 create mode 100644 SRC/superlu_dist_version.c
 create mode 100644 SRC/zbinary_io.c
 create mode 100644 TEST/#pztest.c#
 create mode 100644 TEST/CMakeLists.txt
 create mode 100644 TEST/Makefile
 create mode 100644 TEST/README
 copy {EXAMPLE => TEST}/dcreate_matrix.c (97%)
 create mode 100644 TEST/pdcompute_resid.c
 create mode 100644 TEST/pdtest.c
 create mode 100755 TEST/pdtest.sh
 create mode 100644 TEST/pzcompute_resid.c
 create mode 100644 TEST/pztest.c
 create mode 100755 TEST/pztest.sh
 create mode 100644 TEST/runtest.cmake
 copy {EXAMPLE => TEST}/zcreate_matrix.c (97%)
 create mode 100644 compile.out
 create mode 100644 debian/README.Debian
 create mode 100644 debian/README.source
 create mode 100644 debian/changelog
 create mode 100644 debian/compat
 create mode 100644 debian/control
 create mode 100644 debian/copyright
 create mode 100644 debian/manpage.1.ex
 create mode 100644 debian/manpage.sgml.ex
 create mode 100644 debian/manpage.xml.ex
 create mode 100644 debian/menu.ex
 create mode 100644 debian/postinst.ex
 create mode 100644 debian/postrm.ex
 create mode 100644 debian/preinst.ex
 create mode 100644 debian/prerm.ex
 create mode 100755 debian/rules
 create mode 100644 debian/shlibs.local.ex
 create mode 100644 debian/source/format
 create mode 100644 debian/superlu-dist-dev.dirs
 create mode 100644 debian/superlu-dist-dev.install
 create mode 100644 debian/superlu-dist-docs.docs
 create mode 100644 debian/superlu-dist.cron.d.ex
 create mode 100644 debian/superlu-dist.default.ex
 create mode 100644 debian/superlu-dist.doc-base.EX
 create mode 100644 debian/superlu-dist1.dirs
 create mode 100644 debian/superlu-dist1.install
 create mode 100644 debian/watch
 copy MAKE_INC/make.mpich => make.inc (51%)
 mode change 100644 => 100755 run_cmake_build.csh
 copy run_cmake_build.csh => run_cmake_build.sh (57%)
 mode change 100644 => 100755
 create mode 100644 superlu_dist.pc.in

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



More information about the debian-science-commits mailing list