[scalapack] branch master updated (bde7ee8 -> 510691b)

Drew Parsons dparsons at moszumanska.debian.org
Sat Sep 9 18:27:21 UTC 2017


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

dparsons pushed a change to branch master
in repository scalapack.

      from  bde7ee8   upload 1.8.0-14 to unstable
      adds  20d8d5d   add debian/watch
      adds  81f71b9   New upstream version 2.0.2
      adds  d72e845   Updated version 2.0.2 from 'upstream/2.0.2'
      adds  9894d77   debian/changelog: New upstream version.
      adds  37cd8bd   Packaging updates: move to debhelper (dh) with cmake
      adds  90e2983   MPI only: PVM is no longer supported.
      adds  9c104cb   install: include path to library files
      adds  5694df2   Build-Depends: libopenmpi-dev
      adds  4ffbef0   Team upload.
      adds  e33f1d7   restore Team Maintainer and VCS fields in debian/control
      adds  71407bb   Standards-Version: 4.0.0
      adds  c45a999   Build-Depends: dh-exec
      adds  1a72e09   openmpi package is libscalapack-openmpi2.0 not -openmpi2
      adds  a33498e   build both openmpi and mpich packages on all arches
      adds  9d5e921   mark libscalapack-mpi-dev as a dummy package
      adds  ef32cd9   mpich package is libscalapack-mpich2.0 not -mpich2
      adds  d949bf6   place upstream README in -dev packages
      adds  b5083be   lib binaries do not replace libblacs-*mpi*
      adds  4e9f618   Debhelper compatibility level 10
      adds  942b99b   build (incomplete) test packages
      adds  343dad1   upload 2.0.2-1exp1 to experimental
      adds  10267fc   install TESTING source files into scalapack-mpi-test
      adds  3830287   upload 2.0.2-1exp2 to experimental
      adds  3d2bea6   debian/rules: when testing, ignore Timeout and fail only on true Fails
      adds  d1143fe   upload scalapack 2.0.2-1exp3 to experimental
      adds  60275bc   debian/rules: when tests fail, list the Failed tests
      adds  5dfedbf   use dh_missing to list missing files from install
      adds  824c171   install scalapack 2.0 test executables and data files
      adds  9bce504   install BLACS test executables and data files
      adds  653276f   debian control files now use /bin/sh instead of dh-exec when needed
      adds  105d783   create README.Debian for scalapack-mpi-test
      adds  883f1f9   remove RUNPATH from test executables
      adds  e9c9623   test README: copy test dirs to writable location
      adds  85060c9   libscalapack-{openmpi,mpich}-dev Breaks: libscalapack-mpi-dev (<< 2.0.2-1)
      adds  9b4a079   libscalapack-{openmpi,mpich}-dev provides scalapack cmake files
      adds  1b09b19   libscalapack-{openmpi,mpich}-dev provides scalapack pkgconfig files
      adds  c34ffd5   mark standard scalapack.pc and scalapack-targets-none.cmake as not-installed
      adds  c24f16a   use localised spelling of flavour
      adds  a417e9e   Build-Depends: chrpath (used on test executables)
      adds  58ff523   upload 2.0.2-1exp4 to experimental
      adds  6ec8f1b   Apply chrpath (dh_install override) to arch build only
      adds  ee05422   Standards-Version: 4.0.1
      adds  598c051   upload 2.0.2-1exp5 to experimental
      adds  f093521   only check openmpi test Fails on linux
      adds  9e68e6c   remove bashism in OS test
      adds  7263fba   dh_auto_test: use tee to throw test output to stdout
      adds  b41ac0d   add PBLAS tests (including timing) to scalapack-mpi-test
      adds  af6e41e   fail on SegFault as well as Failed
      adds  26b03be   remove RUNPATH from PBLAS test executables
      adds  1d81bc9   upload 2.0.2-1exp6 to experimental
      adds  548ad1c   scalapack-mpi-test: install links to BLACS test executables
      adds  174aff5   ignore build test failures on mips64el
      adds  2233695   upload 2.0.2-1exp7 to experimental
      adds  c49ca4c   Fix spelling of mips64el
      adds  1775637   upload 2.0.2-1exp8 to experimental
      adds  b27e5cc   Standards-Version: 4.1.0
      adds  510691b   upload 2.0.2-2 to unstable

No new revisions were added by this update.

Summary of changes:
 BLACS/CMakeLists.txt                    |     4 +
 BLACS/INSTALL/CMakeLists.txt            |     4 +
 BLACS/INSTALL/Cintface.c                |    21 +
 BLACS/INSTALL/Fintface.f                |     8 +
 BLACS/INSTALL/Makefile_install          |    42 +
 BLACS/INSTALL/README                    |    27 +
 BLACS/INSTALL/cmpi_sane.c               |    71 +
 BLACS/INSTALL/fmpi_sane.f               |    72 +
 BLACS/INSTALL/mpif.h                    |    85 +
 BLACS/INSTALL/size.c                    |     7 +
 BLACS/INSTALL/syserrors.c               |    27 +
 BLACS/INSTALL/tc_UseMpich.c             |    25 +
 BLACS/INSTALL/tc_cCsameF77.c            |    38 +
 BLACS/INSTALL/tc_fCsameF77.f            |    44 +
 BLACS/Makefile                          |    11 +
 BLACS/SRC/BI_Arecv.c                    |    35 +
 BLACS/SRC/BI_ArgCheck.c                 |   108 +
 BLACS/SRC/BI_Asend.c                    |    28 +
 BLACS/SRC/BI_BeComb.c                   |   102 +
 BLACS/SRC/BI_BlacsAbort.c               |     9 +
 BLACS/SRC/BI_BlacsErr.c                 |    33 +
 BLACS/SRC/BI_BlacsWarn.c                |    25 +
 BLACS/SRC/BI_BuffIsFree.c               |    64 +
 BLACS/SRC/BI_ContxtNum.c                |    17 +
 BLACS/SRC/BI_EmergencyBuff.c            |    50 +
 BLACS/SRC/BI_GetBuff.c                  |    76 +
 BLACS/SRC/BI_GetMpiGeType.c             |    24 +
 BLACS/SRC/BI_GetMpiTrType.c             |   123 +
 BLACS/SRC/BI_GlobalVars.c               |    14 +
 BLACS/SRC/BI_HypBR.c                    |    21 +
 BLACS/SRC/BI_HypBS.c                    |    18 +
 BLACS/SRC/BI_IdringBR.c                 |    14 +
 BLACS/SRC/BI_IdringBS.c                 |    13 +
 BLACS/SRC/BI_MpathBR.c                  |    49 +
 BLACS/SRC/BI_MpathBS.c                  |    50 +
 BLACS/SRC/BI_MringComb.c                |    84 +
 BLACS/SRC/BI_Pack.c                     |    51 +
 BLACS/SRC/BI_Rsend.c                    |     9 +
 BLACS/SRC/BI_Srecv.c                    |    22 +
 BLACS/SRC/BI_SringBR.c                  |    28 +
 BLACS/SRC/BI_SringBS.c                  |    13 +
 BLACS/SRC/BI_Ssend.c                    |     7 +
 BLACS/SRC/BI_TransDist.c                |    58 +
 BLACS/SRC/BI_TransUserComm.c            |    16 +
 BLACS/SRC/BI_TreeBR.c                   |    39 +
 BLACS/SRC/BI_TreeBS.c                   |    59 +
 BLACS/SRC/BI_TreeComb.c                 |   156 +
 BLACS/SRC/BI_Unpack.c                   |    16 +
 BLACS/SRC/BI_UpdateBuffs.c              |    57 +
 BLACS/SRC/BI_cMPI_amn.c                 |     9 +
 BLACS/SRC/BI_cMPI_amn2.c                |     6 +
 BLACS/SRC/BI_cMPI_amx.c                 |     9 +
 BLACS/SRC/BI_cMPI_amx2.c                |     6 +
 BLACS/SRC/BI_cMPI_sum.c                 |     6 +
 BLACS/SRC/BI_cvvamn.c                   |    34 +
 BLACS/SRC/BI_cvvamn2.c                  |    37 +
 BLACS/SRC/BI_cvvamx.c                   |    34 +
 BLACS/SRC/BI_cvvamx2.c                  |    37 +
 BLACS/SRC/BI_cvvsum.c                   |     8 +
 BLACS/SRC/BI_dMPI_amn.c                 |     9 +
 BLACS/SRC/BI_dMPI_amn2.c                |     6 +
 BLACS/SRC/BI_dMPI_amx.c                 |     9 +
 BLACS/SRC/BI_dMPI_amx2.c                |     6 +
 BLACS/SRC/BI_dmvcopy.c                  |    27 +
 BLACS/SRC/BI_dvmcopy.c                  |    28 +
 BLACS/SRC/BI_dvvamn.c                   |    32 +
 BLACS/SRC/BI_dvvamn2.c                  |    14 +
 BLACS/SRC/BI_dvvamx.c                   |    32 +
 BLACS/SRC/BI_dvvamx2.c                  |    14 +
 BLACS/SRC/BI_dvvsum.c                   |     7 +
 BLACS/SRC/BI_iMPI_amn.c                 |     9 +
 BLACS/SRC/BI_iMPI_amn2.c                |     6 +
 BLACS/SRC/BI_iMPI_amx.c                 |     9 +
 BLACS/SRC/BI_iMPI_amx2.c                |     6 +
 BLACS/SRC/BI_imvcopy.c                  |    27 +
 BLACS/SRC/BI_ivmcopy.c                  |    28 +
 BLACS/SRC/BI_ivvamn.c                   |    32 +
 BLACS/SRC/BI_ivvamn2.c                  |    15 +
 BLACS/SRC/BI_ivvamx.c                   |    32 +
 BLACS/SRC/BI_ivvamx2.c                  |    14 +
 BLACS/SRC/BI_ivvsum.c                   |     7 +
 BLACS/SRC/BI_sMPI_amn.c                 |     9 +
 BLACS/SRC/BI_sMPI_amn2.c                |     6 +
 BLACS/SRC/BI_sMPI_amx.c                 |     9 +
 BLACS/SRC/BI_sMPI_amx2.c                |     6 +
 BLACS/SRC/BI_smvcopy.c                  |    27 +
 BLACS/SRC/BI_svmcopy.c                  |    28 +
 BLACS/SRC/BI_svvamn.c                   |    32 +
 BLACS/SRC/BI_svvamn2.c                  |    14 +
 BLACS/SRC/BI_svvamx.c                   |    32 +
 BLACS/SRC/BI_svvamx2.c                  |    14 +
 BLACS/SRC/BI_svvsum.c                   |     7 +
 BLACS/SRC/BI_zMPI_amn.c                 |     9 +
 BLACS/SRC/BI_zMPI_amn2.c                |     6 +
 BLACS/SRC/BI_zMPI_amx.c                 |     9 +
 BLACS/SRC/BI_zMPI_amx2.c                |     6 +
 BLACS/SRC/BI_zMPI_sum.c                 |     6 +
 BLACS/SRC/BI_zvvamn.c                   |    34 +
 BLACS/SRC/BI_zvvamn2.c                  |    37 +
 BLACS/SRC/BI_zvvamx.c                   |    34 +
 BLACS/SRC/BI_zvvamx2.c                  |    37 +
 BLACS/SRC/BI_zvvsum.c                   |     8 +
 BLACS/SRC/Bconfig.h                     |   106 +
 BLACS/SRC/Bdef.h                        |   527 +
 BLACS/SRC/CMakeLists.txt                |    84 +
 BLACS/SRC/Makefile                      |    93 +
 BLACS/SRC/blacs2sys_.c                  |    30 +
 BLACS/SRC/blacs_abort_.c                |    20 +
 BLACS/SRC/blacs_barr_.c                 |    28 +
 BLACS/SRC/blacs_exit_.c                 |    45 +
 BLACS/SRC/blacs_free_.c                 |    24 +
 BLACS/SRC/blacs_get_.c                  |    69 +
 BLACS/SRC/blacs_grid_.c                 |    32 +
 BLACS/SRC/blacs_info_.c                 |    32 +
 BLACS/SRC/blacs_init_.c                 |    38 +
 BLACS/SRC/blacs_map_.c                  |   140 +
 BLACS/SRC/blacs_pcoord_.c               |    17 +
 BLACS/SRC/blacs_pinfo_.c                |    27 +
 BLACS/SRC/blacs_pnum_.c                 |    16 +
 BLACS/SRC/blacs_set_.c                  |    67 +
 BLACS/SRC/blacs_setup_.c                |    15 +
 BLACS/SRC/cgamn2d_.c                    |   373 +
 BLACS/SRC/cgamx2d_.c                    |   373 +
 BLACS/SRC/cgebr2d_.c                    |   226 +
 BLACS/SRC/cgebs2d_.c                    |   195 +
 BLACS/SRC/cgerv2d_.c                    |    82 +
 BLACS/SRC/cgesd2d_.c                    |    95 +
 BLACS/SRC/cgsum2d_.c                    |   238 +
 BLACS/SRC/ctrbr2d_.c                    |   224 +
 BLACS/SRC/ctrbs2d_.c                    |   206 +
 BLACS/SRC/ctrrv2d_.c                    |   101 +
 BLACS/SRC/ctrsd2d_.c                    |   113 +
 BLACS/SRC/dcputime00_.c                 |    10 +
 BLACS/SRC/dgamn2d_.c                    |   373 +
 BLACS/SRC/dgamx2d_.c                    |   373 +
 BLACS/SRC/dgebr2d_.c                    |   226 +
 BLACS/SRC/dgebs2d_.c                    |   195 +
 BLACS/SRC/dgerv2d_.c                    |    82 +
 BLACS/SRC/dgesd2d_.c                    |    96 +
 BLACS/SRC/dgsum2d_.c                    |   235 +
 BLACS/SRC/dtrbr2d_.c                    |   224 +
 BLACS/SRC/dtrbs2d_.c                    |   206 +
 BLACS/SRC/dtrrv2d_.c                    |   101 +
 BLACS/SRC/dtrsd2d_.c                    |   113 +
 BLACS/SRC/dwalltime00_.c                |    10 +
 BLACS/SRC/free_handle_.c                |    50 +
 BLACS/SRC/igamn2d_.c                    |   370 +
 BLACS/SRC/igamx2d_.c                    |   370 +
 BLACS/SRC/igebr2d_.c                    |   226 +
 BLACS/SRC/igebs2d_.c                    |   194 +
 BLACS/SRC/igerv2d_.c                    |    82 +
 BLACS/SRC/igesd2d_.c                    |    95 +
 BLACS/SRC/igsum2d_.c                    |   234 +
 BLACS/SRC/itrbr2d_.c                    |   224 +
 BLACS/SRC/itrbs2d_.c                    |   206 +
 BLACS/SRC/itrrv2d_.c                    |   101 +
 BLACS/SRC/itrsd2d_.c                    |   113 +
 BLACS/SRC/kbrid_.c                      |    29 +
 BLACS/SRC/kbsid_.c                      |    29 +
 BLACS/SRC/krecvid_.c                    |    10 +
 BLACS/SRC/ksendid_.c                    |    10 +
 BLACS/SRC/sgamn2d_.c                    |   373 +
 BLACS/SRC/sgamx2d_.c                    |   373 +
 BLACS/SRC/sgebr2d_.c                    |   226 +
 BLACS/SRC/sgebs2d_.c                    |   195 +
 BLACS/SRC/sgerv2d_.c                    |    82 +
 BLACS/SRC/sgesd2d_.c                    |    95 +
 BLACS/SRC/sgsum2d_.c                    |   235 +
 BLACS/SRC/src-C.c.in                    |     2 +
 BLACS/SRC/strbr2d_.c                    |   224 +
 BLACS/SRC/strbs2d_.c                    |   206 +
 BLACS/SRC/strrv2d_.c                    |   101 +
 BLACS/SRC/strsd2d_.c                    |   113 +
 BLACS/SRC/sys2blacs_.c                  |    55 +
 BLACS/SRC/zgamn2d_.c                    |   373 +
 BLACS/SRC/zgamx2d_.c                    |   373 +
 BLACS/SRC/zgebr2d_.c                    |   226 +
 BLACS/SRC/zgebs2d_.c                    |   195 +
 BLACS/SRC/zgerv2d_.c                    |    82 +
 BLACS/SRC/zgesd2d_.c                    |    95 +
 BLACS/SRC/zgsum2d_.c                    |   240 +
 BLACS/SRC/ztrbr2d_.c                    |   224 +
 BLACS/SRC/ztrbs2d_.c                    |   206 +
 BLACS/SRC/ztrrv2d_.c                    |   101 +
 BLACS/SRC/ztrsd2d_.c                    |   113 +
 BLACS/TESTING/CMakeLists.txt            |    49 +
 BLACS/TESTING/Cbt.c                     |   973 ++
 BLACS/TESTING/Cbt.h                     |    19 +
 BLACS/TESTING/Makefile                  |    48 +
 BLACS/TESTING/README                    |    11 +
 BLACS/TESTING/blacstest.f               | 21722 ++++++++++++++++++++++++++++++
 BLACS/TESTING/bsbr.dat                  |    18 +
 BLACS/TESTING/bt.dat                    |    10 +
 BLACS/TESTING/btprim.f                  |   377 +
 BLACS/TESTING/comb.dat                  |    20 +
 BLACS/TESTING/runtest.cmake             |    24 +
 BLACS/TESTING/sdrv.dat                  |    16 +
 BLACS/TESTING/tools.f                   |  2087 +++
 CMAKE/CTestCustom.cmake.in              |    42 +
 CMAKE/CheckBLACSCompilerFlags.cmake     |    90 +
 CMAKE/FortranMangling.cmake             |    67 +
 CMAKE/scalapack-config-build.cmake.in   |     1 +
 CMAKE/scalapack-config-install.cmake.in |     2 +
 CMAKE/scalapack-config-version.cmake.in |     8 +
 CMakeLists.txt                          |   311 +
 CTestConfig.cmake                       |    13 +
 EXAMPLE/Makefile                        |    53 +-
 INSTALL/SLmake.ALPHA                    |   103 -
 INSTALL/SLmake.HPPA                     |   103 -
 INSTALL/SLmake.I860                     |   102 -
 INSTALL/SLmake.IRIX64                   |   106 -
 INSTALL/SLmake.LINUX                    |   103 -
 INSTALL/SLmake.O2K                      |   104 -
 INSTALL/SLmake.PCA                      |   104 -
 INSTALL/SLmake.PGON                     |   102 -
 INSTALL/SLmake.POWER2                   |   103 -
 INSTALL/SLmake.POWER3                   |   103 -
 INSTALL/SLmake.RS6K                     |   103 -
 INSTALL/SLmake.SP2                      |   102 -
 INSTALL/SLmake.SUN4SOL2                 |   106 -
 INSTALL/SLmake.SUNMP                    |   105 -
 INSTALL/SLmake.SX4                      |   103 -
 INSTALL/SLmake.T3D                      |   115 -
 INSTALL/SLmake.T3E                      |   114 -
 INSTALL/SLmake.pghpf.SUN4SOL2           |   103 -
 INSTALL/scalapack_install.pdf           |   Bin 248214 -> 0 bytes
 INSTALL/scalapack_install.ps            |  7357 ----------
 LICENSE                                 |    48 +
 LOG-SUMMARY                             |   719 -
 Makefile                                |    54 +-
 PBLAS/CMakeLists.txt                    |     3 +
 PBLAS/SRC/CMakeLists.txt                |    67 +
 PBLAS/SRC/Makefile                      |    50 +-
 PBLAS/SRC/PBBLAS/CMakeLists.txt         |    14 +
 PBLAS/SRC/PBBLAS/Makefile               |    30 +-
 PBLAS/SRC/PBtools.h                     |    20 +-
 PBLAS/SRC/PTOOLS/CMakeLists.txt         |    36 +
 PBLAS/SRC/PTOOLS/Makefile               |    44 +-
 PBLAS/SRC/PTZBLAS/CMakeLists.txt        |    48 +
 PBLAS/SRC/PTZBLAS/Makefile              |    40 +-
 PBLAS/SRC/PTZBLAS/csyr.f                |     1 +
 PBLAS/SRC/PTZBLAS/csyr2.f               |     4 +
 PBLAS/SRC/PTZBLAS/zsyr.f                |     1 +
 PBLAS/SRC/PTZBLAS/zsyr2.f               |     4 +
 PBLAS/SRC/pctrsm_.c                     |     9 +
 PBLAS/SRC/pdtrsm_.c                     |     9 +
 PBLAS/SRC/pstrsm_.c                     |    10 +
 PBLAS/SRC/pztrsm_.c                     |    10 +
 PBLAS/TESTING/CMakeLists.txt            |    78 +
 PBLAS/TESTING/Makefile                  |   168 +-
 PBLAS/TESTING/PB_Cabort.c               |   158 -
 PBLAS/TESTING/PB_Cwarn.c                |   164 -
 PBLAS/TESTING/pcblas1tst.f              |    22 +-
 PBLAS/TESTING/pcblas2tst.f              |    20 +-
 PBLAS/TESTING/pcblas3tst.f              |    22 +-
 PBLAS/TESTING/pcblastst.f               |     2 +
 PBLAS/TESTING/pdblas1tst.f              |    20 +-
 PBLAS/TESTING/pdblas2tst.f              |    20 +-
 PBLAS/TESTING/pdblas3tst.f              |    22 +-
 PBLAS/TESTING/pdblastst.f               |     1 +
 PBLAS/TESTING/psblas1tst.f              |    20 +-
 PBLAS/TESTING/psblas2tst.f              |    20 +-
 PBLAS/TESTING/psblas3tst.f              |    20 +-
 PBLAS/TESTING/psblastst.f               |     2 +
 PBLAS/TESTING/pzblas1tst.f              |    22 +-
 PBLAS/TESTING/pzblas2tst.f              |    20 +-
 PBLAS/TESTING/pzblas3tst.f              |    22 +-
 PBLAS/TESTING/pzblastst.f               |     2 +
 PBLAS/TIMING/CMakeLists.txt             |    78 +
 PBLAS/TIMING/Makefile                   |   164 +-
 PBLAS/TIMING/PB_Cabort.c                |   158 -
 PBLAS/TIMING/PB_Cwarn.c                 |   164 -
 PBLAS/TIMING/pcblas1tim.f               |    22 +-
 PBLAS/TIMING/pcblas2tim.f               |    20 +-
 PBLAS/TIMING/pcblas3tim.f               |    22 +-
 PBLAS/TIMING/pdblas1tim.f               |    20 +-
 PBLAS/TIMING/pdblas2tim.f               |    20 +-
 PBLAS/TIMING/pdblas3tim.f               |    20 +-
 PBLAS/TIMING/psblas1tim.f               |    20 +-
 PBLAS/TIMING/psblas2tim.f               |    20 +-
 PBLAS/TIMING/psblas3tim.f               |    20 +-
 PBLAS/TIMING/pzblas1tim.f               |    22 +-
 PBLAS/TIMING/pzblas2tim.f               |    20 +-
 PBLAS/TIMING/pzblas3tim.f               |    22 +-
 README                                  |   111 +-
 REDIST/CMakeLists.txt                   |     2 +
 REDIST/SRC/CMakeLists.txt               |    20 +
 REDIST/SRC/Makefile                     |    58 +-
 REDIST/TESTING/CMakeLists.txt           |    41 +
 REDIST/TESTING/Makefile                 |    95 +-
 SLmake.inc                              |   145 -
 SLmake.inc.example                      |    60 +
 SRC/CMakeLists.txt                      |   148 +
 SRC/Makefile                            |    70 +-
 SRC/bdlaapp.f                           |   167 +
 SRC/bdlaexc.f                           |   367 +
 SRC/bdtrexc.f                           |   564 +
 SRC/bslaapp.f                           |   167 +
 SRC/bslaexc.f                           |   367 +
 SRC/bstrexc.f                           |   564 +
 SRC/cdbtf2.f                            |     3 +
 SRC/cdbtrf.f                            |     3 +
 SRC/cdttrf.f                            |     3 +
 SRC/cdttrsv.f                           |     3 +
 SRC/clamov.c                            |    11 +
 SRC/cpttrsv.f                           |     3 +
 SRC/ddbtf2.f                            |     3 +
 SRC/ddbtrf.f                            |     3 +
 SRC/ddttrf.f                            |     3 +
 SRC/ddttrsv.f                           |     3 +
 SRC/dlamov.c                            |    11 +
 SRC/dlaqr6.f                            |   861 ++
 SRC/dlar1va.f                           |   423 +
 SRC/dlaref.f                            |   100 +-
 SRC/dlarrb2.f                           |   662 +
 SRC/dlarrd2.f                           |   678 +
 SRC/dlarre2.f                           |   764 ++
 SRC/dlarre2a.f                          |   774 ++
 SRC/dlarrf2.f                           |   354 +
 SRC/dlarrv2.f                           |  1166 ++
 SRC/dpttrsv.f                           |     3 +
 SRC/dstegr2.f                           |   522 +
 SRC/dstegr2a.f                          |   465 +
 SRC/dstegr2b.f                          |   345 +
 SRC/lamov.h                             |   104 +
 SRC/pblas.h                             |    22 +
 SRC/pcdbtrf.f                           |    21 +-
 SRC/pcdbtrsv.f                          |    19 +-
 SRC/pcdttrf.f                           |    11 +-
 SRC/pcdttrsv.f                          |    11 +-
 SRC/pcgbtrf.f                           |    25 +-
 SRC/pcgbtrs.f                           |    21 +-
 SRC/pcgecon.f                           |     4 +-
 SRC/pcgels.f                            |     6 +-
 SRC/pcheev.f                            |    18 +-
 SRC/pcheevr.f                           |  1219 ++
 SRC/pcheevx.f                           |     3 +
 SRC/pchettrd.f                          |    13 +-
 SRC/pclacp2.f                           |    25 +-
 SRC/pclarfb.f                           |    21 +-
 SRC/pclarzb.f                           |    15 +-
 SRC/pclascl.f                           |    42 +-
 SRC/pcpbtrf.f                           |    21 +-
 SRC/pcpbtrsv.f                          |    19 +-
 SRC/pcpttrf.f                           |     2 +-
 SRC/pcpttrsv.f                          |     2 +-
 SRC/pcunmrq.f                           |    22 +-
 SRC/pddbtrf.f                           |    25 +-
 SRC/pddbtrsv.f                          |    17 +-
 SRC/pdgbtrf.f                           |    21 +-
 SRC/pdgbtrs.f                           |    21 +-
 SRC/pdgebal.f                           |   443 +
 SRC/pdgecon.f                           |     4 +-
 SRC/pdgehrd.f                           |     3 +-
 SRC/pdgels.f                            |     6 +-
 SRC/pdhseqr.f                           |   682 +
 SRC/pdlabad.f                           |     1 +
 SRC/pdlacp2.f                           |    25 +-
 SRC/pdlacp3.f                           |    22 +-
 SRC/pdlahqr.f                           |   111 +-
 SRC/pdlaiect.c                          |    27 +-
 SRC/pdlamch.f                           |     1 +
 SRC/pdlamve.f                           |   205 +
 SRC/pdlaqr0.f                           |   929 ++
 SRC/{pdlahqr.f => pdlaqr1.f}            |   561 +-
 SRC/pdlaqr2.f                           |   671 +
 SRC/pdlaqr3.f                           |  1154 ++
 SRC/pdlaqr4.f                           |   633 +
 SRC/pdlaqr5.f                           |  2275 ++++
 SRC/pdlarfb.f                           |    21 +-
 SRC/pdlarzb.f                           |    15 +-
 SRC/pdlascl.f                           |    42 +-
 SRC/pdlasmsub.f                         |    20 +-
 SRC/pdlasrt.f                           |    11 +-
 SRC/pdormrq.f                           |    22 +-
 SRC/pdpbtrf.f                           |    19 +-
 SRC/pdpbtrsv.f                          |    17 +-
 SRC/pdrot.f                             |   442 +
 SRC/pdsyev.f                            |     5 +-
 SRC/pdsyevr.f                           |  1167 ++
 SRC/pdsyevx.f                           |     3 +
 SRC/pdsyttrd.f                          |    13 +-
 SRC/pdtrord.f                           |  3454 +++++
 SRC/pdtrsen.f                           |   709 +
 SRC/pilaenvx.f                          |   649 +
 SRC/pilaver.f                           |    32 +
 SRC/piparmq.f                           |   304 +
 SRC/pjlaenv.f                           |     1 +
 SRC/pmpcol.f                            |   109 +
 SRC/pmpim2.f                            |    76 +
 SRC/psdbtrf.f                           |    25 +-
 SRC/psdbtrsv.f                          |    17 +-
 SRC/psgbtrf.f                           |    21 +-
 SRC/psgbtrs.f                           |    21 +-
 SRC/psgebal.f                           |   443 +
 SRC/psgecon.f                           |     4 +-
 SRC/psgehrd.f                           |    15 +-
 SRC/psgels.f                            |     6 +-
 SRC/pshseqr.f                           |   682 +
 SRC/pslabad.f                           |     1 +
 SRC/pslacp2.f                           |    25 +-
 SRC/pslacp3.f                           |    32 +-
 SRC/pslahqr.f                           |   121 +-
 SRC/pslaiect.c                          |    20 +-
 SRC/pslamch.f                           |     1 +
 SRC/pslamve.f                           |   205 +
 SRC/pslaqr0.f                           |   929 ++
 SRC/{pslahqr.f => pslaqr1.f}            |   571 +-
 SRC/pslaqr2.f                           |   671 +
 SRC/pslaqr3.f                           |  1156 ++
 SRC/pslaqr4.f                           |   633 +
 SRC/pslaqr5.f                           |  2275 ++++
 SRC/pslarfb.f                           |    21 +-
 SRC/pslarzb.f                           |     8 +-
 SRC/pslascl.f                           |    42 +-
 SRC/pslasmsub.f                         |    28 +-
 SRC/pslasrt.f                           |    11 +-
 SRC/psormrq.f                           |    22 +-
 SRC/pspbtrf.f                           |    19 +-
 SRC/pspbtrsv.f                          |    17 +-
 SRC/psrot.f                             |   442 +
 SRC/pssyev.f                            |     5 +-
 SRC/pssyevr.f                           |  1167 ++
 SRC/pssyevx.f                           |     3 +
 SRC/pssyttrd.f                          |    13 +-
 SRC/pstrord.f                           |  3454 +++++
 SRC/pstrsen.f                           |   709 +
 SRC/pzdbtrf.f                           |    21 +-
 SRC/pzdbtrsv.f                          |    19 +-
 SRC/pzdttrf.f                           |    11 +-
 SRC/pzdttrsv.f                          |    11 +-
 SRC/pzgbtrf.f                           |    25 +-
 SRC/pzgbtrs.f                           |    21 +-
 SRC/pzgecon.f                           |     4 +-
 SRC/pzgels.f                            |     6 +-
 SRC/pzheev.f                            |    18 +-
 SRC/pzheevr.f                           |  1219 ++
 SRC/pzheevx.f                           |     3 +
 SRC/pzhettrd.f                          |    13 +-
 SRC/pzlacp2.f                           |    25 +-
 SRC/pzlarfb.f                           |    21 +-
 SRC/pzlarzb.f                           |    15 +-
 SRC/pzlascl.f                           |    42 +-
 SRC/pzpbtrf.f                           |    21 +-
 SRC/pzpbtrsv.f                          |    19 +-
 SRC/pzpttrf.f                           |    11 +-
 SRC/pzpttrsv.f                          |    11 +-
 SRC/pzunmrq.f                           |    22 +-
 SRC/sdbtf2.f                            |     3 +
 SRC/sdbtrf.f                            |     3 +
 SRC/sdttrf.f                            |     3 +
 SRC/sdttrsv.f                           |     3 +
 SRC/slamov.c                            |    11 +
 SRC/slaqr6.f                            |   861 ++
 SRC/slar1va.f                           |   423 +
 SRC/slaref.f                            |   109 +-
 SRC/slarrb2.f                           |   662 +
 SRC/slarrd2.f                           |   678 +
 SRC/slarre2.f                           |   764 ++
 SRC/slarre2a.f                          |   774 ++
 SRC/slarrf2.f                           |   354 +
 SRC/slarrv2.f                           |  1166 ++
 SRC/spttrsv.f                           |     3 +
 SRC/sstegr2.f                           |   522 +
 SRC/sstegr2a.f                          |   465 +
 SRC/sstegr2b.f                          |   345 +
 SRC/zdbtf2.f                            |     3 +
 SRC/zdbtrf.f                            |     3 +
 SRC/zdttrf.f                            |     3 +
 SRC/zdttrsv.f                           |     3 +
 SRC/zlamov.c                            |    11 +
 SRC/zpttrsv.f                           |     3 +
 TESTING/CMakeLists.txt                  |   110 +
 TESTING/EIG/CMakeLists.txt              |    99 +
 TESTING/EIG/Makefile                    |   416 +-
 TESTING/EIG/pcgseptst.f                 |     5 +
 TESTING/EIG/pclasizeheevr.f             |   188 +
 TESTING/EIG/pclasizesepr.f              |   167 +
 TESTING/EIG/pcsepchk.f                  |     9 +-
 TESTING/EIG/pcseprdriver.f              |   260 +
 TESTING/EIG/pcseprreq.f                 |   227 +
 TESTING/EIG/pcseprsubtst.f              |   827 ++
 TESTING/EIG/pcseprtst.f                 |   823 ++
 TESTING/EIG/pcseptst.f                  |     4 +
 TESTING/EIG/pdgseptst.f                 |     4 +
 TESTING/EIG/pdhseqrdriver.f             |   564 +
 TESTING/EIG/pdlasizesepr.f              |   143 +
 TESTING/EIG/pdlasizesyevr.f             |   188 +
 TESTING/EIG/pdmatgen2.f                 |   702 +
 TESTING/EIG/pdsepchk.f                  |     9 +-
 TESTING/EIG/pdsepinfo.f                 |     1 +
 TESTING/EIG/pdseprdriver.f              |   260 +
 TESTING/EIG/pdseprreq.f                 |   220 +
 TESTING/EIG/pdseprsubtst.f              |   802 ++
 TESTING/EIG/pdseprtst.f                 |   801 ++
 TESTING/EIG/pdseptst.f                  |     4 +
 TESTING/EIG/pdsvdtst.f                  |     2 +-
 TESTING/EIG/psgseptst.f                 |     4 +
 TESTING/EIG/pshseqrdriver.f             |   565 +
 TESTING/EIG/pslasizesepr.f              |   143 +
 TESTING/EIG/pslasizesyevr.f             |   188 +
 TESTING/EIG/psmatgen2.f                 |   702 +
 TESTING/EIG/pssepchk.f                  |     9 +-
 TESTING/EIG/pssepinfo.f                 |     3 +
 TESTING/EIG/psseprdriver.f              |   260 +
 TESTING/EIG/psseprreq.f                 |   220 +
 TESTING/EIG/psseprsubtst.f              |   802 ++
 TESTING/EIG/psseprtst.f                 |   801 ++
 TESTING/EIG/psseptst.f                  |     5 +
 TESTING/EIG/pssvdtst.f                  |     2 +-
 TESTING/EIG/pzgseptst.f                 |     4 +
 TESTING/EIG/pzlasizeheevr.f             |   188 +
 TESTING/EIG/pzlasizesepr.f              |   167 +
 TESTING/EIG/pzsdpsubtst.f               |     4 +-
 TESTING/EIG/pzsepchk.f                  |     9 +-
 TESTING/EIG/pzseprdriver.f              |   260 +
 TESTING/EIG/pzseprreq.f                 |   227 +
 TESTING/EIG/pzseprsubtst.f              |   828 ++
 TESTING/EIG/pzseprtst.f                 |   823 ++
 TESTING/EIG/pzseptst.f                  |     4 +
 TESTING/EIG/xpjlaenv.f                  |     1 +
 TESTING/LIN/CMakeLists.txt              |   112 +
 TESTING/LIN/Makefile                    |   499 +-
 TESTING/LIN/pcdbmv1.f                   |     2 +-
 TESTING/LIN/pcgbmv1.f                   |     2 +-
 TESTING/LIN/pcludriver.f                |     2 +-
 TESTING/LIN/pcpbmv1.f                   |     2 +-
 TESTING/LIN/pcqrt16.f                   |     1 +
 TESTING/LIN/pddbmv1.f                   |     2 +-
 TESTING/LIN/pdgbmv1.f                   |     2 +-
 TESTING/LIN/pdludriver.f                |     2 +-
 TESTING/LIN/pdpbmv1.f                   |     2 +-
 TESTING/LIN/pdqrt16.f                   |     1 +
 TESTING/LIN/psdbmv1.f                   |     2 +-
 TESTING/LIN/psgbmv1.f                   |     2 +-
 TESTING/LIN/pspbmv1.f                   |     2 +-
 TESTING/LIN/psqrt16.f                   |     1 +
 TESTING/LIN/pzdbmv1.f                   |     2 +-
 TESTING/LIN/pzgbmv1.f                   |     2 +-
 TESTING/LIN/pzludriver.f                |     2 +-
 TESTING/LIN/pzpbmv1.f                   |     2 +-
 TESTING/LIN/pzqrt16.f                   |     1 +
 TESTING/QR.dat                          |     2 +-
 TESTING/SEPR.dat                        |   161 +
 TOOLS/CMakeLists.txt                    |    44 +
 TOOLS/LAPACK/CMakeLists.txt             |    16 +
 TOOLS/LAPACK/Makefile                   |    36 +-
 TOOLS/LAPACK/clarnd.f                   |     2 +
 TOOLS/LAPACK/clatms.f                   |     3 +
 TOOLS/LAPACK/dlarnd.f                   |     2 +
 TOOLS/LAPACK/dlarot.f                   |     2 +
 TOOLS/LAPACK/dlatms.f                   |     2 +
 TOOLS/LAPACK/icmax1.f                   |    96 -
 TOOLS/LAPACK/izmax1.f                   |    96 -
 TOOLS/LAPACK/slarnd.f                   |     2 +
 TOOLS/LAPACK/slarot.f                   |     2 +
 TOOLS/LAPACK/slatms.f                   |     2 +
 TOOLS/LAPACK/zlarnd.f                   |     2 +
 TOOLS/LAPACK/zlatms.f                   |     3 +
 TOOLS/Makefile                          |    42 +-
 TOOLS/desc_convert.f                    |    10 +
 TOOLS/pccol2row.f                       |     4 +-
 TOOLS/pcrow2col.f                       |     2 +
 TOOLS/pctreecomb.f                      |     2 +
 TOOLS/pdcol2row.f                       |     4 +
 TOOLS/pdrow2col.f                       |     5 +
 TOOLS/pdtreecomb.f                      |     2 +
 TOOLS/picol2row.f                       |     4 +
 TOOLS/pirow2col.f                       |     5 +
 TOOLS/pitreecomb.f                      |     2 +
 TOOLS/pscol2row.f                       |     5 +
 TOOLS/pslawrite.f                       |     2 +-
 TOOLS/psrow2col.f                       |     5 +
 TOOLS/pstreecomb.f                      |     1 +
 TOOLS/pzcol2row.f                       |     2 +
 TOOLS/pzlawrite.f                       |     2 +-
 TOOLS/pzrow2col.f                       |     2 +
 TOOLS/pztreecomb.f                      |     2 +
 debian/changelog                        |   100 +
 debian/compat                           |     2 +-
 debian/control                          |   191 +-
 debian/control.in                       |   152 -
 debian/libscalapack-mpi-dev.dirs        |     2 -
 debian/libscalapack-mpich-dev.dirs      |     4 +
 debian/libscalapack-mpich-dev.docs      |     1 +
 debian/libscalapack-mpich-dev.install   |    10 +
 debian/libscalapack-mpich1.install      |     2 -
 debian/libscalapack-mpich2.0.install    |     2 +
 debian/libscalapack-openmpi-dev.dirs    |     4 +
 debian/libscalapack-openmpi-dev.docs    |     1 +
 debian/libscalapack-openmpi-dev.install |    10 +
 debian/libscalapack-openmpi1.install    |     2 -
 debian/libscalapack-openmpi2.0.install  |     2 +
 debian/libscalapack-pvm-dev.dirs        |     3 -
 debian/libscalapack-pvm1.dirs           |     2 -
 debian/not-installed                    |     3 +
 debian/patches/series                   |    59 +-
 debian/patches/sharedlibs-soname.patch  |    66 +
 debian/rules                            |   555 +-
 debian/scalapack-mpi-test.README.Debian |    10 +
 debian/scalapack-mpi-test.dirs          |     6 +-
 debian/scalapack-mpi-test.install       |    10 +
 debian/scalapack-mpi-test.links         |    23 +
 debian/scalapack-pvm-test.dirs          |     1 -
 debian/scalapack-test-common.dirs       |     4 +-
 debian/scalapack-test-common.install    |     4 +
 debian/scalapack-test-common.links      |    40 -
 debian/watch                            |     3 +
 scalapack.pc.in                         |     9 +
 scalapack_build.cmake                   |   224 +
 610 files changed, 104248 insertions(+), 14538 deletions(-)
 create mode 100644 BLACS/CMakeLists.txt
 create mode 100644 BLACS/INSTALL/CMakeLists.txt
 create mode 100644 BLACS/INSTALL/Cintface.c
 create mode 100644 BLACS/INSTALL/Fintface.f
 create mode 100644 BLACS/INSTALL/Makefile_install
 create mode 100644 BLACS/INSTALL/README
 create mode 100644 BLACS/INSTALL/cmpi_sane.c
 create mode 100644 BLACS/INSTALL/fmpi_sane.f
 create mode 100644 BLACS/INSTALL/mpif.h
 create mode 100644 BLACS/INSTALL/size.c
 create mode 100644 BLACS/INSTALL/syserrors.c
 create mode 100644 BLACS/INSTALL/tc_UseMpich.c
 create mode 100644 BLACS/INSTALL/tc_cCsameF77.c
 create mode 100644 BLACS/INSTALL/tc_fCsameF77.f
 create mode 100644 BLACS/Makefile
 create mode 100644 BLACS/SRC/BI_Arecv.c
 create mode 100644 BLACS/SRC/BI_ArgCheck.c
 create mode 100644 BLACS/SRC/BI_Asend.c
 create mode 100644 BLACS/SRC/BI_BeComb.c
 create mode 100644 BLACS/SRC/BI_BlacsAbort.c
 create mode 100644 BLACS/SRC/BI_BlacsErr.c
 create mode 100644 BLACS/SRC/BI_BlacsWarn.c
 create mode 100644 BLACS/SRC/BI_BuffIsFree.c
 create mode 100644 BLACS/SRC/BI_ContxtNum.c
 create mode 100644 BLACS/SRC/BI_EmergencyBuff.c
 create mode 100644 BLACS/SRC/BI_GetBuff.c
 create mode 100644 BLACS/SRC/BI_GetMpiGeType.c
 create mode 100644 BLACS/SRC/BI_GetMpiTrType.c
 create mode 100644 BLACS/SRC/BI_GlobalVars.c
 create mode 100644 BLACS/SRC/BI_HypBR.c
 create mode 100644 BLACS/SRC/BI_HypBS.c
 create mode 100644 BLACS/SRC/BI_IdringBR.c
 create mode 100644 BLACS/SRC/BI_IdringBS.c
 create mode 100644 BLACS/SRC/BI_MpathBR.c
 create mode 100644 BLACS/SRC/BI_MpathBS.c
 create mode 100644 BLACS/SRC/BI_MringComb.c
 create mode 100644 BLACS/SRC/BI_Pack.c
 create mode 100644 BLACS/SRC/BI_Rsend.c
 create mode 100644 BLACS/SRC/BI_Srecv.c
 create mode 100644 BLACS/SRC/BI_SringBR.c
 create mode 100644 BLACS/SRC/BI_SringBS.c
 create mode 100644 BLACS/SRC/BI_Ssend.c
 create mode 100644 BLACS/SRC/BI_TransDist.c
 create mode 100644 BLACS/SRC/BI_TransUserComm.c
 create mode 100644 BLACS/SRC/BI_TreeBR.c
 create mode 100644 BLACS/SRC/BI_TreeBS.c
 create mode 100644 BLACS/SRC/BI_TreeComb.c
 create mode 100644 BLACS/SRC/BI_Unpack.c
 create mode 100644 BLACS/SRC/BI_UpdateBuffs.c
 create mode 100644 BLACS/SRC/BI_cMPI_amn.c
 create mode 100644 BLACS/SRC/BI_cMPI_amn2.c
 create mode 100644 BLACS/SRC/BI_cMPI_amx.c
 create mode 100644 BLACS/SRC/BI_cMPI_amx2.c
 create mode 100644 BLACS/SRC/BI_cMPI_sum.c
 create mode 100644 BLACS/SRC/BI_cvvamn.c
 create mode 100644 BLACS/SRC/BI_cvvamn2.c
 create mode 100644 BLACS/SRC/BI_cvvamx.c
 create mode 100644 BLACS/SRC/BI_cvvamx2.c
 create mode 100644 BLACS/SRC/BI_cvvsum.c
 create mode 100644 BLACS/SRC/BI_dMPI_amn.c
 create mode 100644 BLACS/SRC/BI_dMPI_amn2.c
 create mode 100644 BLACS/SRC/BI_dMPI_amx.c
 create mode 100644 BLACS/SRC/BI_dMPI_amx2.c
 create mode 100644 BLACS/SRC/BI_dmvcopy.c
 create mode 100644 BLACS/SRC/BI_dvmcopy.c
 create mode 100644 BLACS/SRC/BI_dvvamn.c
 create mode 100644 BLACS/SRC/BI_dvvamn2.c
 create mode 100644 BLACS/SRC/BI_dvvamx.c
 create mode 100644 BLACS/SRC/BI_dvvamx2.c
 create mode 100644 BLACS/SRC/BI_dvvsum.c
 create mode 100644 BLACS/SRC/BI_iMPI_amn.c
 create mode 100644 BLACS/SRC/BI_iMPI_amn2.c
 create mode 100644 BLACS/SRC/BI_iMPI_amx.c
 create mode 100644 BLACS/SRC/BI_iMPI_amx2.c
 create mode 100644 BLACS/SRC/BI_imvcopy.c
 create mode 100644 BLACS/SRC/BI_ivmcopy.c
 create mode 100644 BLACS/SRC/BI_ivvamn.c
 create mode 100644 BLACS/SRC/BI_ivvamn2.c
 create mode 100644 BLACS/SRC/BI_ivvamx.c
 create mode 100644 BLACS/SRC/BI_ivvamx2.c
 create mode 100644 BLACS/SRC/BI_ivvsum.c
 create mode 100644 BLACS/SRC/BI_sMPI_amn.c
 create mode 100644 BLACS/SRC/BI_sMPI_amn2.c
 create mode 100644 BLACS/SRC/BI_sMPI_amx.c
 create mode 100644 BLACS/SRC/BI_sMPI_amx2.c
 create mode 100644 BLACS/SRC/BI_smvcopy.c
 create mode 100644 BLACS/SRC/BI_svmcopy.c
 create mode 100644 BLACS/SRC/BI_svvamn.c
 create mode 100644 BLACS/SRC/BI_svvamn2.c
 create mode 100644 BLACS/SRC/BI_svvamx.c
 create mode 100644 BLACS/SRC/BI_svvamx2.c
 create mode 100644 BLACS/SRC/BI_svvsum.c
 create mode 100644 BLACS/SRC/BI_zMPI_amn.c
 create mode 100644 BLACS/SRC/BI_zMPI_amn2.c
 create mode 100644 BLACS/SRC/BI_zMPI_amx.c
 create mode 100644 BLACS/SRC/BI_zMPI_amx2.c
 create mode 100644 BLACS/SRC/BI_zMPI_sum.c
 create mode 100644 BLACS/SRC/BI_zvvamn.c
 create mode 100644 BLACS/SRC/BI_zvvamn2.c
 create mode 100644 BLACS/SRC/BI_zvvamx.c
 create mode 100644 BLACS/SRC/BI_zvvamx2.c
 create mode 100644 BLACS/SRC/BI_zvvsum.c
 create mode 100644 BLACS/SRC/Bconfig.h
 create mode 100644 BLACS/SRC/Bdef.h
 create mode 100644 BLACS/SRC/CMakeLists.txt
 create mode 100644 BLACS/SRC/Makefile
 create mode 100644 BLACS/SRC/blacs2sys_.c
 create mode 100644 BLACS/SRC/blacs_abort_.c
 create mode 100644 BLACS/SRC/blacs_barr_.c
 create mode 100644 BLACS/SRC/blacs_exit_.c
 create mode 100644 BLACS/SRC/blacs_free_.c
 create mode 100644 BLACS/SRC/blacs_get_.c
 create mode 100644 BLACS/SRC/blacs_grid_.c
 create mode 100644 BLACS/SRC/blacs_info_.c
 create mode 100644 BLACS/SRC/blacs_init_.c
 create mode 100644 BLACS/SRC/blacs_map_.c
 create mode 100644 BLACS/SRC/blacs_pcoord_.c
 create mode 100644 BLACS/SRC/blacs_pinfo_.c
 create mode 100644 BLACS/SRC/blacs_pnum_.c
 create mode 100644 BLACS/SRC/blacs_set_.c
 create mode 100644 BLACS/SRC/blacs_setup_.c
 create mode 100644 BLACS/SRC/cgamn2d_.c
 create mode 100644 BLACS/SRC/cgamx2d_.c
 create mode 100644 BLACS/SRC/cgebr2d_.c
 create mode 100644 BLACS/SRC/cgebs2d_.c
 create mode 100644 BLACS/SRC/cgerv2d_.c
 create mode 100644 BLACS/SRC/cgesd2d_.c
 create mode 100644 BLACS/SRC/cgsum2d_.c
 create mode 100644 BLACS/SRC/ctrbr2d_.c
 create mode 100644 BLACS/SRC/ctrbs2d_.c
 create mode 100644 BLACS/SRC/ctrrv2d_.c
 create mode 100644 BLACS/SRC/ctrsd2d_.c
 create mode 100644 BLACS/SRC/dcputime00_.c
 create mode 100644 BLACS/SRC/dgamn2d_.c
 create mode 100644 BLACS/SRC/dgamx2d_.c
 create mode 100644 BLACS/SRC/dgebr2d_.c
 create mode 100644 BLACS/SRC/dgebs2d_.c
 create mode 100644 BLACS/SRC/dgerv2d_.c
 create mode 100644 BLACS/SRC/dgesd2d_.c
 create mode 100644 BLACS/SRC/dgsum2d_.c
 create mode 100644 BLACS/SRC/dtrbr2d_.c
 create mode 100644 BLACS/SRC/dtrbs2d_.c
 create mode 100644 BLACS/SRC/dtrrv2d_.c
 create mode 100644 BLACS/SRC/dtrsd2d_.c
 create mode 100644 BLACS/SRC/dwalltime00_.c
 create mode 100644 BLACS/SRC/free_handle_.c
 create mode 100644 BLACS/SRC/igamn2d_.c
 create mode 100644 BLACS/SRC/igamx2d_.c
 create mode 100644 BLACS/SRC/igebr2d_.c
 create mode 100644 BLACS/SRC/igebs2d_.c
 create mode 100644 BLACS/SRC/igerv2d_.c
 create mode 100644 BLACS/SRC/igesd2d_.c
 create mode 100644 BLACS/SRC/igsum2d_.c
 create mode 100644 BLACS/SRC/itrbr2d_.c
 create mode 100644 BLACS/SRC/itrbs2d_.c
 create mode 100644 BLACS/SRC/itrrv2d_.c
 create mode 100644 BLACS/SRC/itrsd2d_.c
 create mode 100644 BLACS/SRC/kbrid_.c
 create mode 100644 BLACS/SRC/kbsid_.c
 create mode 100644 BLACS/SRC/krecvid_.c
 create mode 100644 BLACS/SRC/ksendid_.c
 create mode 100644 BLACS/SRC/sgamn2d_.c
 create mode 100644 BLACS/SRC/sgamx2d_.c
 create mode 100644 BLACS/SRC/sgebr2d_.c
 create mode 100644 BLACS/SRC/sgebs2d_.c
 create mode 100644 BLACS/SRC/sgerv2d_.c
 create mode 100644 BLACS/SRC/sgesd2d_.c
 create mode 100644 BLACS/SRC/sgsum2d_.c
 create mode 100644 BLACS/SRC/src-C.c.in
 create mode 100644 BLACS/SRC/strbr2d_.c
 create mode 100644 BLACS/SRC/strbs2d_.c
 create mode 100644 BLACS/SRC/strrv2d_.c
 create mode 100644 BLACS/SRC/strsd2d_.c
 create mode 100644 BLACS/SRC/sys2blacs_.c
 create mode 100644 BLACS/SRC/zgamn2d_.c
 create mode 100644 BLACS/SRC/zgamx2d_.c
 create mode 100644 BLACS/SRC/zgebr2d_.c
 create mode 100644 BLACS/SRC/zgebs2d_.c
 create mode 100644 BLACS/SRC/zgerv2d_.c
 create mode 100644 BLACS/SRC/zgesd2d_.c
 create mode 100644 BLACS/SRC/zgsum2d_.c
 create mode 100644 BLACS/SRC/ztrbr2d_.c
 create mode 100644 BLACS/SRC/ztrbs2d_.c
 create mode 100644 BLACS/SRC/ztrrv2d_.c
 create mode 100644 BLACS/SRC/ztrsd2d_.c
 create mode 100644 BLACS/TESTING/CMakeLists.txt
 create mode 100644 BLACS/TESTING/Cbt.c
 create mode 100644 BLACS/TESTING/Cbt.h
 create mode 100644 BLACS/TESTING/Makefile
 create mode 100644 BLACS/TESTING/README
 create mode 100644 BLACS/TESTING/blacstest.f
 create mode 100644 BLACS/TESTING/bsbr.dat
 create mode 100644 BLACS/TESTING/bt.dat
 create mode 100644 BLACS/TESTING/btprim.f
 create mode 100644 BLACS/TESTING/comb.dat
 create mode 100644 BLACS/TESTING/runtest.cmake
 create mode 100644 BLACS/TESTING/sdrv.dat
 create mode 100644 BLACS/TESTING/tools.f
 create mode 100644 CMAKE/CTestCustom.cmake.in
 create mode 100644 CMAKE/CheckBLACSCompilerFlags.cmake
 create mode 100644 CMAKE/FortranMangling.cmake
 create mode 100644 CMAKE/scalapack-config-build.cmake.in
 create mode 100644 CMAKE/scalapack-config-install.cmake.in
 create mode 100644 CMAKE/scalapack-config-version.cmake.in
 create mode 100644 CMakeLists.txt
 create mode 100644 CTestConfig.cmake
 delete mode 100644 INSTALL/SLmake.ALPHA
 delete mode 100644 INSTALL/SLmake.HPPA
 delete mode 100644 INSTALL/SLmake.I860
 delete mode 100644 INSTALL/SLmake.IRIX64
 delete mode 100644 INSTALL/SLmake.LINUX
 delete mode 100644 INSTALL/SLmake.O2K
 delete mode 100644 INSTALL/SLmake.PCA
 delete mode 100644 INSTALL/SLmake.PGON
 delete mode 100644 INSTALL/SLmake.POWER2
 delete mode 100644 INSTALL/SLmake.POWER3
 delete mode 100644 INSTALL/SLmake.RS6K
 delete mode 100644 INSTALL/SLmake.SP2
 delete mode 100644 INSTALL/SLmake.SUN4SOL2
 delete mode 100644 INSTALL/SLmake.SUNMP
 delete mode 100644 INSTALL/SLmake.SX4
 delete mode 100644 INSTALL/SLmake.T3D
 delete mode 100644 INSTALL/SLmake.T3E
 delete mode 100644 INSTALL/SLmake.pghpf.SUN4SOL2
 delete mode 100644 INSTALL/scalapack_install.pdf
 delete mode 100644 INSTALL/scalapack_install.ps
 create mode 100644 LICENSE
 delete mode 100644 LOG-SUMMARY
 create mode 100644 PBLAS/CMakeLists.txt
 create mode 100644 PBLAS/SRC/CMakeLists.txt
 create mode 100644 PBLAS/SRC/PBBLAS/CMakeLists.txt
 create mode 100644 PBLAS/SRC/PTOOLS/CMakeLists.txt
 create mode 100644 PBLAS/SRC/PTZBLAS/CMakeLists.txt
 create mode 100644 PBLAS/TESTING/CMakeLists.txt
 delete mode 100644 PBLAS/TESTING/PB_Cabort.c
 delete mode 100644 PBLAS/TESTING/PB_Cwarn.c
 create mode 100644 PBLAS/TIMING/CMakeLists.txt
 delete mode 100644 PBLAS/TIMING/PB_Cabort.c
 delete mode 100644 PBLAS/TIMING/PB_Cwarn.c
 create mode 100644 REDIST/CMakeLists.txt
 create mode 100644 REDIST/SRC/CMakeLists.txt
 create mode 100644 REDIST/TESTING/CMakeLists.txt
 delete mode 100644 SLmake.inc
 create mode 100644 SLmake.inc.example
 create mode 100644 SRC/CMakeLists.txt
 create mode 100644 SRC/bdlaapp.f
 create mode 100644 SRC/bdlaexc.f
 create mode 100644 SRC/bdtrexc.f
 create mode 100644 SRC/bslaapp.f
 create mode 100644 SRC/bslaexc.f
 create mode 100644 SRC/bstrexc.f
 create mode 100644 SRC/clamov.c
 create mode 100644 SRC/dlamov.c
 create mode 100644 SRC/dlaqr6.f
 create mode 100644 SRC/dlar1va.f
 create mode 100644 SRC/dlarrb2.f
 create mode 100644 SRC/dlarrd2.f
 create mode 100644 SRC/dlarre2.f
 create mode 100644 SRC/dlarre2a.f
 create mode 100644 SRC/dlarrf2.f
 create mode 100644 SRC/dlarrv2.f
 create mode 100644 SRC/dstegr2.f
 create mode 100644 SRC/dstegr2a.f
 create mode 100644 SRC/dstegr2b.f
 create mode 100644 SRC/lamov.h
 create mode 100644 SRC/pcheevr.f
 create mode 100644 SRC/pdgebal.f
 create mode 100644 SRC/pdhseqr.f
 create mode 100644 SRC/pdlamve.f
 create mode 100644 SRC/pdlaqr0.f
 copy SRC/{pdlahqr.f => pdlaqr1.f} (84%)
 create mode 100644 SRC/pdlaqr2.f
 create mode 100644 SRC/pdlaqr3.f
 create mode 100644 SRC/pdlaqr4.f
 create mode 100644 SRC/pdlaqr5.f
 create mode 100644 SRC/pdrot.f
 create mode 100644 SRC/pdsyevr.f
 create mode 100644 SRC/pdtrord.f
 create mode 100644 SRC/pdtrsen.f
 create mode 100644 SRC/pilaenvx.f
 create mode 100644 SRC/pilaver.f
 create mode 100644 SRC/piparmq.f
 create mode 100644 SRC/pmpcol.f
 create mode 100644 SRC/pmpim2.f
 create mode 100644 SRC/psgebal.f
 create mode 100644 SRC/pshseqr.f
 create mode 100644 SRC/pslamve.f
 create mode 100644 SRC/pslaqr0.f
 copy SRC/{pslahqr.f => pslaqr1.f} (83%)
 create mode 100644 SRC/pslaqr2.f
 create mode 100644 SRC/pslaqr3.f
 create mode 100644 SRC/pslaqr4.f
 create mode 100644 SRC/pslaqr5.f
 create mode 100644 SRC/psrot.f
 create mode 100644 SRC/pssyevr.f
 create mode 100644 SRC/pstrord.f
 create mode 100644 SRC/pstrsen.f
 create mode 100644 SRC/pzheevr.f
 create mode 100644 SRC/slamov.c
 create mode 100644 SRC/slaqr6.f
 create mode 100644 SRC/slar1va.f
 create mode 100644 SRC/slarrb2.f
 create mode 100644 SRC/slarrd2.f
 create mode 100644 SRC/slarre2.f
 create mode 100644 SRC/slarre2a.f
 create mode 100644 SRC/slarrf2.f
 create mode 100644 SRC/slarrv2.f
 create mode 100644 SRC/sstegr2.f
 create mode 100644 SRC/sstegr2a.f
 create mode 100644 SRC/sstegr2b.f
 create mode 100644 SRC/zlamov.c
 create mode 100644 TESTING/CMakeLists.txt
 create mode 100644 TESTING/EIG/CMakeLists.txt
 create mode 100644 TESTING/EIG/pclasizeheevr.f
 create mode 100644 TESTING/EIG/pclasizesepr.f
 create mode 100644 TESTING/EIG/pcseprdriver.f
 create mode 100644 TESTING/EIG/pcseprreq.f
 create mode 100644 TESTING/EIG/pcseprsubtst.f
 create mode 100644 TESTING/EIG/pcseprtst.f
 create mode 100644 TESTING/EIG/pdhseqrdriver.f
 create mode 100644 TESTING/EIG/pdlasizesepr.f
 create mode 100644 TESTING/EIG/pdlasizesyevr.f
 create mode 100644 TESTING/EIG/pdmatgen2.f
 create mode 100644 TESTING/EIG/pdseprdriver.f
 create mode 100644 TESTING/EIG/pdseprreq.f
 create mode 100644 TESTING/EIG/pdseprsubtst.f
 create mode 100644 TESTING/EIG/pdseprtst.f
 create mode 100644 TESTING/EIG/pshseqrdriver.f
 create mode 100644 TESTING/EIG/pslasizesepr.f
 create mode 100644 TESTING/EIG/pslasizesyevr.f
 create mode 100644 TESTING/EIG/psmatgen2.f
 create mode 100644 TESTING/EIG/psseprdriver.f
 create mode 100644 TESTING/EIG/psseprreq.f
 create mode 100644 TESTING/EIG/psseprsubtst.f
 create mode 100644 TESTING/EIG/psseprtst.f
 create mode 100644 TESTING/EIG/pzlasizeheevr.f
 create mode 100644 TESTING/EIG/pzlasizesepr.f
 create mode 100644 TESTING/EIG/pzseprdriver.f
 create mode 100644 TESTING/EIG/pzseprreq.f
 create mode 100644 TESTING/EIG/pzseprsubtst.f
 create mode 100644 TESTING/EIG/pzseprtst.f
 create mode 100644 TESTING/LIN/CMakeLists.txt
 create mode 100644 TESTING/SEPR.dat
 create mode 100644 TOOLS/CMakeLists.txt
 create mode 100644 TOOLS/LAPACK/CMakeLists.txt
 delete mode 100644 TOOLS/LAPACK/icmax1.f
 delete mode 100644 TOOLS/LAPACK/izmax1.f
 delete mode 100644 debian/control.in
 delete mode 100755 debian/libscalapack-mpi-dev.dirs
 create mode 100755 debian/libscalapack-mpich-dev.dirs
 create mode 100644 debian/libscalapack-mpich-dev.docs
 create mode 100755 debian/libscalapack-mpich-dev.install
 delete mode 100755 debian/libscalapack-mpich1.install
 create mode 100755 debian/libscalapack-mpich2.0.install
 create mode 100755 debian/libscalapack-openmpi-dev.dirs
 create mode 100644 debian/libscalapack-openmpi-dev.docs
 create mode 100755 debian/libscalapack-openmpi-dev.install
 delete mode 100755 debian/libscalapack-openmpi1.install
 create mode 100755 debian/libscalapack-openmpi2.0.install
 delete mode 100755 debian/libscalapack-pvm-dev.dirs
 delete mode 100755 debian/libscalapack-pvm1.dirs
 create mode 100644 debian/not-installed
 create mode 100644 debian/patches/sharedlibs-soname.patch
 create mode 100755 debian/scalapack-mpi-test.README.Debian
 mode change 100644 => 100755 debian/scalapack-mpi-test.dirs
 create mode 100755 debian/scalapack-mpi-test.install
 create mode 100755 debian/scalapack-mpi-test.links
 delete mode 100644 debian/scalapack-pvm-test.dirs
 create mode 100644 debian/scalapack-test-common.install
 delete mode 100644 debian/scalapack-test-common.links
 create mode 100644 debian/watch
 create mode 100644 scalapack.pc.in
 create mode 100644 scalapack_build.cmake

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



More information about the debian-science-commits mailing list