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

libgslcblas-gnu-hpc-2.8-2.1 RPM for aarch64

From OpenSuSE Ports Tumbleweed for aarch64

Name: libgslcblas-gnu-hpc Distribution: openSUSE Tumbleweed
Version: 2.8 Vendor: openSUSE
Release: 2.1 Build date: Tue Jun 11 07:03:47 2024
Group: System/Libraries Build host: reproducible
Size: 171 Source RPM: gsl_2_8_0-gnu-hpc-2.8-2.1.src.rpm
Packager: http://bugs.opensuse.org
Url: https://www.gnu.org/software/gsl/
Summary: Dependency package for libgslcblas_2_8_0-gnu-hpc
gsl: GNU Scientific Library
The package libgslcblas-gnu-hpc provides the dependency to get binary package libgslcblas_2_8_0-gnu-hpc.
When this package gets updated it installs the latest version of gsl_2_8_0-gnu-hpc.

Provides

Requires

License

GPL-3.0-or-later

Changelog

* Tue Jun 11 2024 Atri Bhattacharya <badshah400@gmail.com>
  - Add gsl-bspline-missing-definition.patch: Add missing definition
    for gsl_bspline_eval_nonzero (svg#65868).
* Wed May 29 2024 Adam Majer <adam.majer@suse.de>
  - update to gsl 2.8:
    * updated multilarge TSQR method to store ||z_2|| and
      provide it to the user
    * add routines for Hermite B-spline interpolation
    * add functions:
    - gsl_matrix_complex_conjugate
    - gsl_vector_complex_conj_memcpy
    - gsl_vector_complex_div_real
    - gsl_linalg_QR_lssolvem_r
    - gsl_linalg_complex_QR_lssolvem_r
    - gsl_linalg_complex_QR_QHmat_r
    - gsl_linalg_QR_UR_lssolve
    - gsl_linalg_QR_UR_lssvx
    - gsl_linalg_QR_UR_QTvec
    - gsl_linalg_QR_UU_lssvx
    - gsl_linalg_QR_UD_lssvx
    - gsl_linalg_QR_UD_QTvec
    - gsl_linalg_complex_cholesky_{decomp2,svx2,solve2,scale,scale_apply}
    - gsl_linalg_SV_{solve2,lssolve}
    - gsl_rstat_norm
    * add Lebedev quadrature (gsl_integration_lebedev)
    * major overhaul to the B-spline module to add
      new functionality
  - 989a193268b963aa1047814f7f1402084fb7d859.patch: removed, upstreamed
* Tue Feb 27 2024 Dominique Leuenberger <dimstar@opensuse.org>
  - Use %patch -P N instead of deprecated %patchN.
* Mon Aug 28 2023 Adam Majer <adam.majer@suse.de>
  - 989a193268b963aa1047814f7f1402084fb7d859.patch: fix
    stack out of bounds read in gsl_stats_quantile_from_sorted_data()
    (bsc#1214681, CVE-2020-353570)
* Fri Feb 03 2023 Stefan BrĂ¼ns <stefan.bruens@rwth-aachen.de>
  - update to gsl 2.7.1:
    * update libtool version numbers
  - update to gsl 2.7:
    * fixed doc bug for gsl_histogram_min_bin (lhcsky at 163.com)
    * fixed bug #60335 (spmatrix test failure, J. Lamb)
    * fixed bug #36577
    * clarified documentation on interpolation accelerators
      (V. Krishnan)
    * fixed bug #45521 (erroneous GSL_ERROR_NULL in ode-initval2,
      thanks to M. Sitte)
    * fixed doc bug #59758
    * fixed bug #58202 (rstat median for n=5)
    * added support for native C complex number types in gsl_complex
      when using a C11 compiler
    * upgraded to autoconf 2.71, automake 1.16.3, libtool 2.4.6
    * updated exponential fitting example for nonlinear least squares
    * added banded LU decomposition and solver (gsl_linalg_LU_band)
    * New functions added to the library:
    - gsl_matrix_norm1
    - gsl_spmatrix_norm1
    - gsl_matrix_complex_conjtrans_memcpy
    - gsl_linalg_QL: decomp, unpack
    - gsl_linalg_complex_QR_* (thanks to Christian Krueger)
    - gsl_vector_sum
    - gsl_matrix_scale_rows
    - gsl_matrix_scale_columns
    - gsl_multilarge_linear_matrix_ptr
    - gsl_multilarge_linear_rhs_ptr
    - gsl_spmatrix_dense_add (renamed from
      gsl_spmatrix_add_to_dense)
    - gsl_spmatrix_dense_sub
    - gsl_linalg_cholesky_band: solvem, svxm, scale, scale_apply
    - gsl_linalg_QR_UD: decomp, lssolve
    - gsl_linalg_QR_UU: decomp, lssolve, QTvec
    - gsl_linalg_QR_UZ: decomp
    - gsl_multifit_linear_lcurvature
    - gsl_spline2d_eval_extrap
    * bug fix in checking vector lengths in gsl_vector_memcpy
      (dieggsy@pm.me)
    * made gsl_sf_legendre_array_index() inline and documented
      gsl_sf_legendre_nlm()
  - Drop no longer required gsl-rpmlintrc
* Tue May 24 2022 Egbert Eich <eich@suse.com>
  - Add gsl-rpmlintrc rule to ignore shlib name policy errors for HPC
    packages (see this file for explanation) (bsc#1191757).
  - Make doc package arch-independent.
* Fri May 14 2021 Dominique Leuenberger <dimstar@opensuse.org>
  - Do not own standard filesystem dir /usr/lib64/pkgconfig.
* Sat Feb 06 2021 Egbert Eich <eich@suse.com>
  - Add support for gcc8 and gcc9 builds for HPC (jsc#SLE-7766,
    jsc#SLE-8604).
  - Add build support for gcc10 to HPC build (bsc#1174439).
* Fri Nov 15 2019 Christian Goll <cgoll@suse.com>
  - module package must not be noarch, so that %{_lib} is expanded
    correctly
* Wed Aug 21 2019 Andreas Stieger <andreas.stieger@gmx.de>
  - update to gsl 2.6: (jsc#SLE-8495)
    * add BLAS calls for multiple functions
    * Algorithm and implementation updates
    * deprecation of multiple functions
    * removal of multiple previously deprecated functions
    * add binary search tree module (gsl_bst); based on GNU libavl
    * remove -u flag to gsl-histogram
    * updated spmatrix module
    * add routines for banded Cholesky decomposition
  - drop upstreamed patches:
    * gsl-1.6-initvars.diff
    * gsl-wrap.diff
    * gsl-fsf_address.patch

Files

/usr/share/doc/packages/libgslcblas-gnu-hpc
/usr/share/doc/packages/libgslcblas-gnu-hpc/README.libgslcblas_2_8_0-gnu-hpc


Generated by rpm2html 1.8.1

Fabrice Bellet, Thu Jun 20 00:02:18 2024