Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

suitesparse-devel-5.13.0-49.2 RPM for s390x

From OpenSuSE Ports Tumbleweed for s390x

Name: suitesparse-devel Distribution: openSUSE:Factory:zSystems
Version: 5.13.0 Vendor: openSUSE
Release: 49.2 Build date: Thu Jun 15 16:53:11 2023
Group: Development/Libraries/C and C++ Build host: s390zl29
Size: 3944787 Source RPM: suitesparse-5.13.0-49.2.src.rpm
Packager: https://bugs.opensuse.org
Url: https://people.engr.tamu.edu/davis/suitesparse.html
Summary: Development headers for SuiteSparse
suitesparse is a collection of libraries for computations involving
sparse matrices.

The suitesparse-devel package contains files needed for developing
applications which use the suitesparse libraries.

Provides

Requires

License

BSD-3-Clause AND GPL-2.0-or-later AND LGPL-2.1-or-later

Changelog

* Wed Apr 26 2023 David Anes <david.anes@suse.com>
  - Adjust licenses in SPEC files (bsc#1210879)
* Wed Nov 30 2022 Andreas Schwab <schwab@suse.de>
  - Update constraints for riscv64
* Sun Sep 04 2022 Christoph G <foss@grueninger.de>
  - update to 5.13.0
    * GraphBLAS v7.2.0:  see GraphBLAS/Doc/ChangeLog for details.
    - performance:  more compact serialization (ZSTD added, now the
      default compression method).
    - MATLAB interface: faster linear indexing, reshape, bandwidth,
      istril, istriu, isbanded, isdiag.  C(I,J)=A can now grow the
      size of C.
    - features: reshape methods, cube root operator, isStoredElement
    - bugs: a minor bug; user-defined types were incorrectly limited to
      128 bytes in size in v7.0.3.
  - remove unused rules from rpmlintrc
* Wed Apr 13 2022 David Anes <david.anes@suse.com>
  - update to 5.12.0:
    * GraphBLAS v7.0.3:  see GraphBLAS/Doc/ChangeLog for details.
    - performance: GrB_mxm, GrB_assign, and transpose
    - bug fix: vector iterator for bitmap
    - revised ACM TOMS submission: Doc/toms_parallel_grb2.pdf
    - spec bug: GrB_Matrix_diag was implemented incorrectly,
      thus requiring a version v7.x
* Tue Mar 15 2022 David Anes <david.anes@suse.com>
  - Fix bundled library versions:
    * libmongoose: 2.0.3 -> 2.0.4
    * libspqr: 2.0.9 -> 2.1.0
    * libumfpack: 5.7.8 -> 5.7.9
  - Update to 5.11.0:
    * GraphBLAS v6.2.5: see GraphBLAS/Doc/ChangeLog for changes.
      Primary ones highlighted here:
    - v2.0 API: v6.x complies with the v2.0 C API of the GraphBLAS Spec.
      Note that GrB_wait, GrB_Info are now different than in the v1.3
      C API Specification (and in v5.x of SuiteSparse:GraphBLAS).
    - GxB_Iterator: to iterate over rows/cols/entries of a matrix or vector
    - GxB_eWiseUnion: like eWiseAdd but with the op always applied
    - GxB_Matrix/Vector_sort: to sort the vectors of a matrix
    - better performance: for sparse-times-dense and dense-times-sparse,
      in particular; also other cases for GrB_mxm, up to 10x faster.
    - Apple Silicon: port @GrB to Octave 7 (thanks to Gabor Szarnyas)
    - added cpu_features: by Google
    - added LZ4/LZ4HC: compression library, http://www.lz4.org (BSD 2),
      v1.9.3, Copyright (c) 2011-2016, Yann Collet, All Rights Reserved.
    - iso-valued matrices and vectors: to exploit the common case of
      an unweighted graph
    - bug fixes: 4 bugs fixed since SuiteSparse 5.10.1 with
      GraphBLAS v5.0.5.  12 other bugs appeared in the interim but
      appeared in versions after v5.0.5 but fixed before ever
      affecting SuiteSparse itself.
* Thu Feb 24 2022 Dirk Müller <dmueller@suse.com>
  - build parallel to reduce build time by ~ 30%
* Thu Aug 05 2021 Guillaume GARDET <guillaume.gardet@opensuse.org>
  - Use asimdrdm CPU flag for aarch64 to select only more powerful
    buildhosts to avoid hanging builds.
* Mon Jul 26 2021 Andreas Schwab <schwab@suse.de>
  - Enable openblas on riscv64
* Wed May 26 2021 Christoph G <foss@grueninger.de>
  - Update to version 5.10.1
  - Drop disable-Wmisleading-indentation.patch which is no longer
    required due to an upstream fix
* Wed May 19 2021 Christoph G <foss@grueninger.de>
  - Update to version 5.10.0
    * GraphBLAS upgraded to 5.0.4: many new features, much faster
      performance
* Wed Apr 07 2021 Martin Liška <mliska@suse.cz>
  - Add disable-Wmisleading-indentation.patch as a temporary workaround
    for https://github.com/DrTimothyAldenDavis/SuiteSparse/issues/84
    that will be fixed in the next release (boo#1183575).
* Tue Mar 16 2021 Guillaume GARDET <guillaume.gardet@opensuse.org>
  - Disable LTO on %arm as it consumes too much memory
* Mon Mar 15 2021 Guillaume GARDET <guillaume.gardet@opensuse.org>
  - Update _constraints to avoid OOM
* Sun Mar 07 2021 Christoph G <foss@grueninger.de>
  - Update to SuiteSparse 5.9.0
    * GraphBLAS upgraded from v3.3 to v4.0.3 with many new features,
      and increased performance. Betweeness Centrality about 2x
      faster, and now faster than the GAP benchmark for larger
      matrices. BFS about 5x faster.
* Tue Sep 01 2020 Pedro Monreal <pmonreal@suse.com>
  - Update to SuiteSparse 5.8.1
    * SLIP_LU v1.0.2: resolved issue #51: build error with clang 10
    * GraphBLAS v3.3.3: bug fix (GraphBLAS issue #13)
    * SLIP_LU v1.0.1 added: for solving Ax=b exactly.  Requires
      the GNU GMP and MPRF libraries.
    * GraphBLAS v3.3.1: see the GraphBLAS/Doc/Changlog
    * replaced UFget with ssget: affects nearly all packages:
      UMFPACK, KLU, CHOLMOD, CXSparse/CSparse, etc,
      but their version numbers are left unchanged since it affects
      the MATLAB tests only, not the compiled libraries.
    * ssget v2.2.0: better URL redirects
    * updates to SuiteSparse build system
* Tue Aug 18 2020 Michel Normand <normand@linux.vnet.ibm.com>
  - Call %limit_build macro in spec to avoid oom build failure
    for ppc64le and aarch64
  - Add _constraints with default 5GB min physicalmemory
    and 7GB for ppc64/ppc64le
* Thu Mar 19 2020 Christoph G <foss@grueninger.de>
  - Update to SuiteSparse 5.7.1
    * GraphBLAS 3.2.0: better performance, new ANY and PAIR operators,
      structural mask, GrB_DESC_* from 1.3 C API Specification.
    * CHOLMOD 3.0.14: minor update to cholmod_check to print a matrix

Files

/usr/include/suitesparse
/usr/include/suitesparse/GraphBLAS.h
/usr/include/suitesparse/RBio.h
/usr/include/suitesparse/SLIP_LU.h
/usr/include/suitesparse/SuiteSparseQR.hpp
/usr/include/suitesparse/SuiteSparseQR_C.h
/usr/include/suitesparse/SuiteSparseQR_definitions.h
/usr/include/suitesparse/SuiteSparse_config.h
/usr/include/suitesparse/amd.h
/usr/include/suitesparse/btf.h
/usr/include/suitesparse/camd.h
/usr/include/suitesparse/ccolamd.h
/usr/include/suitesparse/cholmod.h
/usr/include/suitesparse/cholmod_blas.h
/usr/include/suitesparse/cholmod_camd.h
/usr/include/suitesparse/cholmod_check.h
/usr/include/suitesparse/cholmod_cholesky.h
/usr/include/suitesparse/cholmod_complexity.h
/usr/include/suitesparse/cholmod_config.h
/usr/include/suitesparse/cholmod_core.h
/usr/include/suitesparse/cholmod_function.h
/usr/include/suitesparse/cholmod_gpu.h
/usr/include/suitesparse/cholmod_gpu_kernels.h
/usr/include/suitesparse/cholmod_io64.h
/usr/include/suitesparse/cholmod_matrixops.h
/usr/include/suitesparse/cholmod_modify.h
/usr/include/suitesparse/cholmod_partition.h
/usr/include/suitesparse/cholmod_supernodal.h
/usr/include/suitesparse/cholmod_template.h
/usr/include/suitesparse/colamd.h
/usr/include/suitesparse/cs.h
/usr/include/suitesparse/klu.h
/usr/include/suitesparse/ldl.h
/usr/include/suitesparse/spqr.hpp
/usr/include/suitesparse/umfpack.h
/usr/include/suitesparse/umfpack_col_to_triplet.h
/usr/include/suitesparse/umfpack_defaults.h
/usr/include/suitesparse/umfpack_free_numeric.h
/usr/include/suitesparse/umfpack_free_symbolic.h
/usr/include/suitesparse/umfpack_get_determinant.h
/usr/include/suitesparse/umfpack_get_lunz.h
/usr/include/suitesparse/umfpack_get_numeric.h
/usr/include/suitesparse/umfpack_get_symbolic.h
/usr/include/suitesparse/umfpack_global.h
/usr/include/suitesparse/umfpack_load_numeric.h
/usr/include/suitesparse/umfpack_load_symbolic.h
/usr/include/suitesparse/umfpack_numeric.h
/usr/include/suitesparse/umfpack_qsymbolic.h
/usr/include/suitesparse/umfpack_report_control.h
/usr/include/suitesparse/umfpack_report_info.h
/usr/include/suitesparse/umfpack_report_matrix.h
/usr/include/suitesparse/umfpack_report_numeric.h
/usr/include/suitesparse/umfpack_report_perm.h
/usr/include/suitesparse/umfpack_report_status.h
/usr/include/suitesparse/umfpack_report_symbolic.h
/usr/include/suitesparse/umfpack_report_triplet.h
/usr/include/suitesparse/umfpack_report_vector.h
/usr/include/suitesparse/umfpack_save_numeric.h
/usr/include/suitesparse/umfpack_save_symbolic.h
/usr/include/suitesparse/umfpack_scale.h
/usr/include/suitesparse/umfpack_solve.h
/usr/include/suitesparse/umfpack_symbolic.h
/usr/include/suitesparse/umfpack_tictoc.h
/usr/include/suitesparse/umfpack_timer.h
/usr/include/suitesparse/umfpack_transpose.h
/usr/include/suitesparse/umfpack_triplet_to_col.h
/usr/include/suitesparse/umfpack_wsolve.h
/usr/lib64/libamd.so
/usr/lib64/libbtf.so
/usr/lib64/libcamd.so
/usr/lib64/libccolamd.so
/usr/lib64/libcholmod.so
/usr/lib64/libcolamd.so
/usr/lib64/libcsparse.so
/usr/lib64/libcxsparse.so
/usr/lib64/libgraphblas.so
/usr/lib64/libklu.so
/usr/lib64/libldl.so
/usr/lib64/libmongoose.so
/usr/lib64/librbio.so
/usr/lib64/libsliplu.so
/usr/lib64/libspqr.so
/usr/lib64/libsuitesparseconfig.so
/usr/lib64/libumfpack.so
/usr/share/doc/packages/suitesparse-5.13.0
/usr/share/doc/packages/suitesparse-5.13.0/AMD_README.txt
/usr/share/doc/packages/suitesparse-5.13.0/AMD_UserGuide.pdf
/usr/share/doc/packages/suitesparse-5.13.0/BTF_README.txt
/usr/share/doc/packages/suitesparse-5.13.0/CAMD_README.txt
/usr/share/doc/packages/suitesparse-5.13.0/CAMD_UserGuide.pdf
/usr/share/doc/packages/suitesparse-5.13.0/CCOLAMD_README.txt
/usr/share/doc/packages/suitesparse-5.13.0/CHOLMOD_README.txt
/usr/share/doc/packages/suitesparse-5.13.0/CHOLMOD_UserGuide.pdf
/usr/share/doc/packages/suitesparse-5.13.0/COLAMD_README.txt
/usr/share/doc/packages/suitesparse-5.13.0/CSPARSE_README.txt
/usr/share/doc/packages/suitesparse-5.13.0/CXSPARSE_README.txt
/usr/share/doc/packages/suitesparse-5.13.0/KLU_README.txt
/usr/share/doc/packages/suitesparse-5.13.0/KLU_UserGuide.pdf
/usr/share/doc/packages/suitesparse-5.13.0/LDL_README.txt
/usr/share/doc/packages/suitesparse-5.13.0/RBIO_README.txt
/usr/share/doc/packages/suitesparse-5.13.0/SLIP_LU_README.md
/usr/share/doc/packages/suitesparse-5.13.0/SLIP_LU_UserGuide.pdf
/usr/share/doc/packages/suitesparse-5.13.0/SPQR_README.txt
/usr/share/doc/packages/suitesparse-5.13.0/SUITESPARSECONFIG_README.txt
/usr/share/doc/packages/suitesparse-5.13.0/UMFPACK_QuickStart.pdf
/usr/share/doc/packages/suitesparse-5.13.0/UMFPACK_README.txt
/usr/share/doc/packages/suitesparse-5.13.0/UMFPACK_UserGuide.pdf
/usr/share/doc/packages/suitesparse-5.13.0/ldl_userguide.pdf
/usr/share/doc/packages/suitesparse-5.13.0/spqr_user_guide.pdf
/usr/share/doc/packages/suitesparse-devel
/usr/share/doc/packages/suitesparse-devel/ChangeLog
/usr/share/doc/packages/suitesparse-devel/README.md
/usr/share/licenses/suitesparse-devel
/usr/share/licenses/suitesparse-devel/LICENSE.txt


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 9 12:50:11 2024