[suitesparse] branch master updated (5f29094 -> 951832a)

Sébastien Villemot sebastien at debian.org
Sat Dec 9 21:40:21 UTC 2017


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

sebastien pushed a change to branch master
in repository suitesparse.

      from  5f29094   Refresh patch.
       new  c19b818   Install README.txt in libsuitesparse-doc (instead of libamd2).
       new  676073d   Drop useless README.Debian.
       new  d81d1ad   Package new GraphBLAS library:
      adds  4d4c212   New upstream version 5.1.0
       new  7f0462c   Update upstream source from tag 'upstream/5.1.0'
       new  86e64d0   Refresh patch.
       new  d2dbc65   Mark patch as forwarded.
       new  974f020   Update libgraphblas1 symbols.
       new  29e59b0   Add source lintian override for insecure URL in d/watch.
       new  1fe8466   Rebuild PDF doc.
       new  951832a   Changelog entry for 1:5.1.0-1.

The 10 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:
 ChangeLog                                          |    6 +
 GraphBLAS/CMakeLists.txt                           |   11 +-
 GraphBLAS/Demo/Output/bfs_demo.out                 |    4 +-
 GraphBLAS/Demo/Program/bfs_demo.c                  |    6 +-
 GraphBLAS/Demo/Program/mis_demo.c                  |    8 +-
 GraphBLAS/Demo/Program/tri_demo.c                  |   15 +-
 GraphBLAS/Demo/Program/wildtype_demo.c             |    4 +-
 GraphBLAS/Demo/Source/bfs5m_check.c                |    8 +-
 GraphBLAS/Demo/Source/bfs6_check.c                 |    6 +-
 GraphBLAS/Demo/Source/mis_check.c                  |   14 +-
 GraphBLAS/Demo/Source/tricount.c                   |   24 +-
 GraphBLAS/Demo/Source/triu.c                       |  173 -
 GraphBLAS/Demo/Source/wathen.c                     |    2 +-
 GraphBLAS/Demo/t1                                  |    3 +
 GraphBLAS/Demo/tdemo                               |   24 +
 GraphBLAS/Doc/ChangeLog                            |    9 +
 GraphBLAS/Doc/GraphBLAS_UserGuide.pdf              |  Bin 603622 -> 618731 bytes
 GraphBLAS/Doc/GraphBLAS_UserGuide.tex              |  827 +++--
 GraphBLAS/Include/GraphBLAS.h                      | 1340 ++++----
 GraphBLAS/Makefile                                 |   20 +
 GraphBLAS/README.txt                               |   17 +-
 GraphBLAS/Source/GB.h                              |  178 +-
 GraphBLAS/Source/GB_AxB_builtin.c                  |    6 +-
 GraphBLAS/Source/GB_Descriptor_check.c             |    4 +-
 GraphBLAS/Source/GB_Descriptor_get.c               |   28 +-
 .../{GB_UnaryOp_check.c => GB_SelectOp_check.c}    |   59 +-
 GraphBLAS/Source/GB_SelectOp_new.c                 |   61 +
 GraphBLAS/Source/GB_UnaryOp_check.c                |    2 +-
 GraphBLAS/Source/GB_accum_mask.c                   |    4 +-
 GraphBLAS/Source/GB_add_pending.c                  |    4 +-
 GraphBLAS/Source/GB_apply.c                        |    2 +-
 GraphBLAS/Source/GB_assign.c                       |    6 +-
 GraphBLAS/Source/GB_block.c                        |    2 +-
 GraphBLAS/Source/GB_boolean_rename.c               |    6 +-
 GraphBLAS/Source/GB_new.c                          |    8 +-
 GraphBLAS/Source/GB_object_check.c                 |   39 +-
 GraphBLAS/Source/GB_ops.c                          |   95 +-
 GraphBLAS/Source/GB_queue_check.c                  |   31 +
 GraphBLAS/Source/GB_queue_init.c                   |   49 +
 GraphBLAS/Source/GB_queue_insert.c                 |   48 +-
 GraphBLAS/Source/GB_queue_remove.c                 |   72 +-
 GraphBLAS/Source/GB_queue_remove_head.c            |   52 +
 GraphBLAS/Source/GB_select.c                       |  394 +++
 GraphBLAS/Source/GB_subassign.c                    |    6 +-
 GraphBLAS/Source/GB_subassign_kernel.c             |   55 +-
 GraphBLAS/Source/GB_subassign_scalar.c             |    4 +-
 GraphBLAS/Source/GB_wait.c                         |   31 +-
 GraphBLAS/Source/GrB_Descriptor_set.c              |   24 +-
 GraphBLAS/Source/GrB_Matrix_apply.c                |    6 +-
 GraphBLAS/Source/GrB_Vector_apply.c                |    2 +-
 GraphBLAS/Source/GrB_error.c                       |   64 +-
 GraphBLAS/Source/GrB_init.c                        |   50 +-
 GraphBLAS/Source/GrB_transpose.c                   |    2 +-
 GraphBLAS/Source/GrB_wait.c                        |   23 +-
 .../{GrB_BinaryOp_xtype.c => GxB_BinaryOp_xtype.c} |    6 +-
 .../{GrB_BinaryOp_ytype.c => GxB_BinaryOp_ytype.c} |    6 +-
 .../{GrB_BinaryOp_ztype.c => GxB_BinaryOp_ztype.c} |    6 +-
 .../{GrB_Col_subassign.c => GxB_Col_subassign.c}   |    6 +-
 .../{GrB_Descriptor_get.c => GxB_Descriptor_get.c} |   14 +-
 .../{GrB_Descriptor_new.c => GxB_Descriptor_new.c} |   10 +-
 .../{GrB_Matrix_apply.c => GxB_Matrix_select.c}    |   27 +-
 ...B_Matrix_subassign.c => GxB_Matrix_subassign.c} |    6 +-
 ...sign_scalar.c => GxB_Matrix_subassign_scalar.c} |    6 +-
 .../{GrB_Matrix_type.c => GxB_Matrix_type.c}       |    6 +-
 ...GrB_Monoid_identity.c => GxB_Monoid_identity.c} |    6 +-
 ...GrB_Monoid_operator.c => GxB_Monoid_operator.c} |    6 +-
 .../{GrB_Row_subassign.c => GxB_Row_subassign.c}   |    6 +-
 GraphBLAS/Source/GxB_SelectOp_free.c               |   35 +
 .../{GrB_UnaryOp_xtype.c => GxB_SelectOp_xtype.c}  |   14 +-
 .../{GrB_Semiring_add.c => GxB_Semiring_add.c}     |    6 +-
 ...Semiring_multiply.c => GxB_Semiring_multiply.c} |    6 +-
 .../Source/{GrB_Type_size.c => GxB_Type_size.c}    |    6 +-
 .../{GrB_UnaryOp_xtype.c => GxB_UnaryOp_xtype.c}   |    6 +-
 .../{GrB_UnaryOp_ztype.c => GxB_UnaryOp_ztype.c}   |    6 +-
 .../{GrB_Vector_apply.c => GxB_Vector_select.c}    |   21 +-
 ...B_Vector_subassign.c => GxB_Vector_subassign.c} |    6 +-
 ...sign_scalar.c => GxB_Vector_subassign_scalar.c} |    6 +-
 .../{GrB_Vector_type.c => GxB_Vector_type.c}       |    6 +-
 GraphBLAS/Source/Template/GB_ops_template.c        |   58 +-
 GraphBLAS/Source/Template/GB_semiring_template.c   |    4 +-
 GraphBLAS/Tcov/gbcover.m                           |    8 +-
 GraphBLAS/Tcov/log.txt                             |   37 +
 GraphBLAS/Tcov/log_Nov25.txt                       |   34 -
 GraphBLAS/Test/Contents.m                          |   22 +-
 GraphBLAS/Test/GB_define.m                         |    8 +-
 GraphBLAS/Test/GB_mex.h                            |    9 +-
 GraphBLAS/Test/GB_mex_about.c                      |  144 +-
 GraphBLAS/Test/GB_mex_apply.c                      |    2 +-
 GraphBLAS/Test/GB_mex_band.c                       |  122 +
 GraphBLAS/Test/{GB_mex_triu.c => GB_mex_diag.c}    |   23 +-
 GraphBLAS/Test/GB_mex_dup.c                        |    2 +-
 GraphBLAS/Test/GB_mex_errors.c                     |  952 +++---
 GraphBLAS/Test/{GB_mex_triu.c => GB_mex_nonzero.c} |   14 +-
 GraphBLAS/Test/{GB_mex_triu.c => GB_mex_offdiag.c} |   23 +-
 GraphBLAS/Test/{GB_mex_apply.c => GB_mex_select.c} |   34 +-
 GraphBLAS/Test/GB_mex_subassign.c                  |   42 +-
 GraphBLAS/Test/{GB_mex_triu.c => GB_mex_tril.c}    |   23 +-
 GraphBLAS/Test/GB_mex_triu.c                       |   21 +-
 GraphBLAS/Test/GB_mx_Monoid.c                      |    8 +-
 GraphBLAS/Test/GB_mx_builtin_monoid.c              |  104 +-
 GraphBLAS/Test/GB_mx_builtin_semiring.c            | 1928 +++++------
 GraphBLAS/Test/GB_mx_mxArray_to_Descriptor.c       |    2 +-
 GraphBLAS/Test/GB_mx_mxArray_to_SelectOp.c         |   69 +
 GraphBLAS/Test/GB_mx_string_to_BinaryOp.c          |  200 +-
 GraphBLAS/Test/GB_mx_string_to_UnaryOp.c           |   66 +-
 GraphBLAS/Test/GB_spec_opsall.m                    |    6 +-
 GraphBLAS/Test/GB_spec_select.m                    |   58 +
 GraphBLAS/Test/GB_spec_subassign.m                 |    8 +-
 GraphBLAS/Test/gg.m                                |   10 +
 GraphBLAS/Test/test07.m                            |    2 +-
 GraphBLAS/Test/test08.m                            |    2 +-
 GraphBLAS/Test/test09.m                            |    2 +-
 GraphBLAS/Test/test19.m                            |    4 +-
 GraphBLAS/Test/test21.m                            |    2 +-
 GraphBLAS/Test/test25.m                            |   83 +
 GraphBLAS/Test/test26.m                            |  133 +
 GraphBLAS/Test/test27.m                            |   27 +
 GraphBLAS/Test/test30.m                            |    2 +-
 GraphBLAS/Test/test36.m                            |    2 +-
 GraphBLAS/Test/test46.m                            |    2 +-
 GraphBLAS/Test/test51.m                            |    2 +-
 GraphBLAS/Test/test55.m                            |    2 +-
 GraphBLAS/Test/test64.m                            |    4 +-
 GraphBLAS/Test/testall.m                           |    8 +-
 KLU/.DS_Store                                      |  Bin 0 -> 6148 bytes
 SPQR/Lib/Makefile                                  |    2 +-
 SuiteSparse_config/Makefile                        |    2 +-
 SuiteSparse_config/SuiteSparse_config.h            |   10 +-
 SuiteSparse_config/SuiteSparse_config.mk           |    2 +-
 debian/README.Debian                               |   13 -
 debian/changelog                                   |   22 +
 debian/control                                     |   27 +-
 debian/docs                                        |    1 -
 debian/libgraphblas1.install                       |    1 +
 debian/libgraphblas1.symbols                       | 3540 ++++++++++++++++++++
 debian/libsuitesparse-dev.install                  |    3 +-
 debian/libsuitesparse-doc.doc-base.graphblas       |   14 +
 debian/libsuitesparse-doc.docs                     |    2 +
 debian/patches/cmake.patch                         |   29 +
 debian/patches/pdf-docs.patch                      |   69 +
 debian/patches/series                              |    2 +
 debian/rules                                       |   28 +-
 debian/source.lintian-overrides                    |    2 +
 143 files changed, 8968 insertions(+), 3286 deletions(-)
 delete mode 100644 GraphBLAS/Demo/Source/triu.c
 create mode 100755 GraphBLAS/Demo/t1
 create mode 100755 GraphBLAS/Demo/tdemo
 create mode 100644 GraphBLAS/Makefile
 copy GraphBLAS/Source/{GB_UnaryOp_check.c => GB_SelectOp_check.c} (50%)
 create mode 100644 GraphBLAS/Source/GB_SelectOp_new.c
 create mode 100644 GraphBLAS/Source/GB_queue_check.c
 create mode 100644 GraphBLAS/Source/GB_queue_init.c
 create mode 100644 GraphBLAS/Source/GB_queue_remove_head.c
 create mode 100644 GraphBLAS/Source/GB_select.c
 rename GraphBLAS/Source/{GrB_BinaryOp_xtype.c => GxB_BinaryOp_xtype.c} (86%)
 rename GraphBLAS/Source/{GrB_BinaryOp_ytype.c => GxB_BinaryOp_ytype.c} (86%)
 rename GraphBLAS/Source/{GrB_BinaryOp_ztype.c => GxB_BinaryOp_ztype.c} (86%)
 rename GraphBLAS/Source/{GrB_Col_subassign.c => GxB_Col_subassign.c} (92%)
 rename GraphBLAS/Source/{GrB_Descriptor_get.c => GxB_Descriptor_get.c} (75%)
 rename GraphBLAS/Source/{GrB_Descriptor_new.c => GxB_Descriptor_new.c} (83%)
 copy GraphBLAS/Source/{GrB_Matrix_apply.c => GxB_Matrix_select.c} (59%)
 rename GraphBLAS/Source/{GrB_Matrix_subassign.c => GxB_Matrix_subassign.c} (91%)
 rename GraphBLAS/Source/{GrB_Matrix_subassign_scalar.c => GxB_Matrix_subassign_scalar.c} (92%)
 rename GraphBLAS/Source/{GrB_Matrix_type.c => GxB_Matrix_type.c} (86%)
 rename GraphBLAS/Source/{GrB_Monoid_identity.c => GxB_Monoid_identity.c} (86%)
 rename GraphBLAS/Source/{GrB_Monoid_operator.c => GxB_Monoid_operator.c} (87%)
 rename GraphBLAS/Source/{GrB_Row_subassign.c => GxB_Row_subassign.c} (94%)
 create mode 100644 GraphBLAS/Source/GxB_SelectOp_free.c
 copy GraphBLAS/Source/{GrB_UnaryOp_xtype.c => GxB_SelectOp_xtype.c} (70%)
 rename GraphBLAS/Source/{GrB_Semiring_add.c => GxB_Semiring_add.c} (86%)
 rename GraphBLAS/Source/{GrB_Semiring_multiply.c => GxB_Semiring_multiply.c} (86%)
 rename GraphBLAS/Source/{GrB_Type_size.c => GxB_Type_size.c} (87%)
 rename GraphBLAS/Source/{GrB_UnaryOp_xtype.c => GxB_UnaryOp_xtype.c} (86%)
 rename GraphBLAS/Source/{GrB_UnaryOp_ztype.c => GxB_UnaryOp_ztype.c} (86%)
 copy GraphBLAS/Source/{GrB_Vector_apply.c => GxB_Vector_select.c} (66%)
 rename GraphBLAS/Source/{GrB_Vector_subassign.c => GxB_Vector_subassign.c} (92%)
 rename GraphBLAS/Source/{GrB_Vector_subassign_scalar.c => GxB_Vector_subassign_scalar.c} (92%)
 rename GraphBLAS/Source/{GrB_Vector_type.c => GxB_Vector_type.c} (87%)
 create mode 100644 GraphBLAS/Tcov/log.txt
 delete mode 100644 GraphBLAS/Tcov/log_Nov25.txt
 create mode 100644 GraphBLAS/Test/GB_mex_band.c
 copy GraphBLAS/Test/{GB_mex_triu.c => GB_mex_diag.c} (69%)
 copy GraphBLAS/Test/{GB_mex_triu.c => GB_mex_nonzero.c} (76%)
 copy GraphBLAS/Test/{GB_mex_triu.c => GB_mex_offdiag.c} (68%)
 copy GraphBLAS/Test/{GB_mex_apply.c => GB_mex_select.c} (74%)
 copy GraphBLAS/Test/{GB_mex_triu.c => GB_mex_tril.c} (69%)
 create mode 100644 GraphBLAS/Test/GB_mx_mxArray_to_SelectOp.c
 create mode 100644 GraphBLAS/Test/GB_spec_select.m
 create mode 100644 GraphBLAS/Test/gg.m
 create mode 100644 GraphBLAS/Test/test25.m
 create mode 100644 GraphBLAS/Test/test26.m
 create mode 100644 GraphBLAS/Test/test27.m
 create mode 100644 KLU/.DS_Store
 delete mode 100644 debian/README.Debian
 delete mode 100644 debian/docs
 create mode 100644 debian/libgraphblas1.install
 create mode 100644 debian/libgraphblas1.symbols
 create mode 100644 debian/libsuitesparse-doc.doc-base.graphblas
 create mode 100644 debian/patches/cmake.patch
 create mode 100644 debian/patches/pdf-docs.patch
 create mode 100644 debian/source.lintian-overrides

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



More information about the debian-science-commits mailing list