����libgslcblas0-2.6-150200.3.4.3���<>,���0�e �dp���9�|���cS��A���{u ����&���@�����#���ϣ[j�tq�F�_�l*�@��s5B�=�; �p�q>�TQsQ��R4�|�>��-�qy� �����ou�ΰ�sb���L�ڥ�秷�4�@�v���1��'jQg18YI�(T_���ݶ�S���I����v-�tM��w�.�� voG=|LI�&d�P~���ʥ��Ļ���Ƃi�����b� ���Ό�/�)V$�F(9���4��uU>(��� r��M%�v���>��O��nn�[�>�������C(4?($d���� � `������������/� E�V�x�~�� � � � � � 4<x � � (�8�9:�>$�@$�B$�F%G% H%(I%0X%4Y%@Z%d[%h\%l]%t^%�b%�c&Od&�e&�f&�l&�u&�v&�w'�x'�y'�z'��'��'��'��( Clibgslcblas02.6150200.3.4.3A standard C language APIs for BLAS from GNU Scientific LibraryThis library provides a native C interface to BLAS routines. This is part of the GNU Scientific Library.e �dibs-power9-13SUSE Linux Enterprise 15SUSE LLC GPL-3.0-or-laterhttps://www.suse.com/System/Librarieshttps://www.gnu.org/software/gsl/linuxppc64le����e �e ��9e2b559754a4d3ad73c7413f9bb5f680f4287e4e33c667adcb3ccf48526dd8e7libgslcblas.so.0.0.0rootrootrootrootgsl-2.6-150200.3.4.3.src.rpm��������libgslcblas.so.0()(64bit)libgslcblas0libgslcblas0(ppc-64)@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libm.so.6()(64bit)libm.so.6(GLIBC_2.17)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1d�@]Γ@]]2@\eX@\d�\ac�[� @[\Z�[2*�[#�@Z�z@YI@YG��YA%@Y��Xo��W�E@W�E@We7�Uu��T��@adam.majer@suse.decgoll@suse.comandreas.stieger@gmx.deadam.majer@suse.deaginies@suse.comeich@suse.comjjolly@suse.comjengelh@inai.deadam.majer@suse.deastieger@suse.comadam.majer@suse.deadam.majer@suse.deadam.majer@suse.deadam.majer@suse.deadam.majer@suse.dempluskal@suse.comadam.majer@suse.dedmitry_r@opensuse.orgdmitry_r@opensuse.orgdimstar@opensuse.orgmpluskal@suse.com- 989a193268b963aa1047814f7f1402084fb7d859.patch: fix stack out of bounds read in gsl_stats_quantile_from_sorted_data() (bsc#1214681, CVE-2020-35357)- module package must not be noarch, so that %{_lib} is expanded correctly- 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- mark examples as a noarch package - install license for examples and remove unnecessary dependencies- add an examples sub package to test in production env- Simplify package naming for HPC. - Fix dependencies for HPC. - Library directory is always available when module file is installed, do not hide it. - Properly create and tear down default version links when the HPC master packages are installed/uninstalled. - Create pkgconfig file for gslcblas as well. - Add missing env variables to modules file: MANPATH, INFOPATH, PKG_CONFIG_PATH.- Convert package to _multibuild - Add HPC build macros and evironment modules * (FATE#324138) - Add master packages for libraries and devel package - Remove BLAS build dependency- Remove useless --with-pic only useful for static libs. - Fix RPM groups, diversify summaries, trim long descriptions. - Trim bias from descriptions.- updated license tags in spec file- gsl 2.5: * doc bug fix in binomial distribution figure * added Wishart distribution * added new module for digital filtering (gsl_filter); current filters include: Gaussian filter median filter recursive median filter impulse detection filter * added new module for moving window statistics (gsl_movstat) * added statistics functions: gsl_stats_median() gsl_stats_select() gsl_stats_mad() gsl_stats_mad0() gsl_stats_Sn_from_sorted_data() gsl_stats_Qn_from_sorted_data() gsl_stats_gastwirth_from_sorted_data() gsl_stats_trmean_from_sorted_data() * added Romberg integration (gsl_integration_romberg) * bug fix in deprecated functions gsl_multifit_wlinear_svd and gsl_multifit_wlinear_usvd (reported by Vlad Koli) * documention corrected to state that gsl_sf_legendre functions do not include Condon-Shortley phase by default * bug fix in exponential fitting example when using larger number of points * changed internal workspace inside gsl_spmatrix to a union to avoid casting * bug fixes in ode-initval2 for very rare solver crashing cases * add histogram2d figure to manual * bug fix in gsl_spmatrix_add for duplicate input arguments * add support for negative arguments nu in gsl_sf_bessel_Jnu and gsl_sf_bessel_Ynu (Konrad Griessinger) * better texinfo documentation for gsl_sf_hyperg functions * fix vector and matrix fread/fwrite testing on windows systems when tmpfile() fails - drop rstat_test.patch, is upstream- temporarily disable unit tests on i586 (boo#1092530)- rstat_test.patch - Fix rstat test on PPC platform - re-enable multi-job support in unit tests (check make target)- Update to new upstream version 2.4: * add const to declaration of appropriate gsl_rstat routines * added routines for Hermite polynomials, gsl_sf_hermite_* * added routines to compute integrals with fixed-point quadrature, based on IQPACK * added new nonlinear least squares example for fitting a Gaussian to data * deprecated routines: gsl_sf_coupling_6j_INCORRECT gsl_sf_coupling_6j_INCORRECT_e * deprecated routine 'gsl_linalg_hessenberg' (replaced by gsl_linalg_hessenberg_decomp) * removed routines which were deprecated in v2.1: gsl_bspline_deriv_alloc gsl_bspline_deriv_free * changed COD expression to Q R Z^T instead of Q R Z to be consistent with standard texts * added check for nz == 0 in gsl_spmatrix_get * permit zero-dimension blocks, vectors, matrics, subvectors, submatrices, and views of the above * added routine gsl_linalg_COD_lssolve2 for regularized least squares problems - obsoletes patches: * ppc_test_tolerence.patch * fix_legendre_test.patch - unit tests re-enabled- Update to test version 2.3.90.- Add unit test error logs to build logs when there is a failure - ppc_test_tolerence.patch: Fix unit tests on PPC64 and PPC64LE - fix_legendre_test.patch: Ignore part of failing unit test on i586 (boo#1030250)- Update to version 2.3: * bug fix in documentation for gsl_linalg_LU_refine * added gsl_multifit_linear_tsvd and gsl_multifit_wlinear_tsvd * improved rstat example program and added documentation for * added function gsl_multifit_linear_rank * bug fix in nonlinear least squares when using data weights with * add 2D subspace method for large systems (multilarge_nlinear) * bug fix in gsl_ran_beta for small parameters * bug fix in gsl_complex_tan for negative imaginary arguments * doc bug fix: value of golden ratio * fixed scaling issue in 2D subspace nonlinear least squares method * optimize dogleg methods to calculate Gauss-Newton point only when needed * reverted gsl_linalg_cholesky_decomp to its previous behavior so it is backward compatible; new cholesky routine is gsl_linalg_cholesky_decomp1 * updated gsl_linalg_cholesky_invert to use Level-2 BLAS * added functions gsl_linalg_tri_*_invert for inverting * fix GSL_EIGEN_SORT_VAL_{ASC,DESC} for nonsymmetric * added complete orthogonal decomposition routines * and many more - see ChangeLog for full list - Drop upstreamed patches: * gsl-disable-multifit-test.patch * gsl-rstat-test-powerpc.patch - Packaging changes: * use https url's for download * fetch keyring from savannah- Add missing Requires in -devel following package split- Move gslcblas library to separate package [boo#991155]- Update to version 2.1 * added gsl_multifit_linear_rcond() to compute reciprocal condition number of least squares matrix * added gsl_multilarge module for large linear least squares systems New in version 2.0 * added L-curve analysis routines for linear Tikhonov regression * add running statistics module * added bilinear and bicubic interpolation * added function gsl_multifit_robust_residuals to compute robust fit residuals * added Steffen monotonic interpolation method * added new nonlinear least squares solver 'lmniel' suitable for systems with large numbers of data * nonlinear least squares solver now tracks the number of function Jacobian evaluations, see example program for details * the 'fdf' field of gsl_multifit_function_fdf is now deprecated and does not need to be specified for nonlinear least squares problems * added extensive test suite to nonlinear least squares module, resulting in a few minor bug fixes; the routine gsl_multifit_fdfsolver_driver has been rewritten (with API change) to handle the various error codes of the lmsder iterate routine, resulting in a high level caller which is highly robust for a wide class of problems * added support for sparse matrices, including a GMRES iterative linear solver * added routines gsl_linalg_givens and gsl_linalg_givens_gv for Givens rotations * added Tikhonov (ridge) regularization to least squares module (linear and nonlinear) * Drop obsolete gsl-sorting-complex-numbers.patch - Disable multifit test for 32-bit systems * gsl-disable-multifit-test.patch - Fix build on PowerPC systems * gsl-rstat-test-powerpc.patch- Add gsl-sorting-complex-numbers.patch: fix in sorting of complex numbers (http://savannah.gnu.org/bugs/?39055).- Cleanup spec file with spec-cleaner - Add gpg keys - Update dependencies - Split documentation to separate package - Run only one job for checks/sbin/ldconfig/sbin/ldconfiglibgsl0ibs-power9-13 1695212644�2.6-150200.3.4.32.6-150200.3.4.3libgslcblas.so.0libgslcblas.so.0.0.0/usr/lib64/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:30354/SUSE_SLE-15-SP2_Update/abe0e51a845fa96000c3ab1da9793886-gsl.SUSE_SLE-15-SP2_Update:serialdrpmxz5ppc64le-suse-linuxELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=ad098bf1914f6c89e705fe1c36ddf8b9bbc0776a, strippedPRRRRK�55k P9�� �N�utf-820de6728d5992073672a67c57b0c551c9f8cc69807256424b72133459712b980?�����7zXZ �� �!t/��]"�k�%�ʽd��h]e�6�3��m�����K�>�l6C����s ���}���J�0p��{�M�!�����5��n�E p�����������n_��V�cW��U�G߳>knŅ��3*�3�\�C�k���g(�M圏~P(,b"�gXϟԥB_,v3G���nWL^ʎ�|P�� f�Z=K6��^U*�ot�f�F MÁ`�cq�ܞ���sd�}¥Oh�ʻ��E�W0��/G��i�vM_Oz��/L�8�;� � ) �KU>Cr�p���#�^4�����H��f�+,R"o����4�Se��� ��mm���f����r�&ٌ���굔�� |�K$#[u�ڌB0aLV�0;2(��I�X������i�e<�qG4�n�Ѷ� !�� ��}��f'���!,��o��- P�.6�z��VƪlKC��O���n�ŧpF�t���s����9��f���G�����J�=cn{�ڏe��N�����^X4K���&M7e����쯎�����B?�Ya�3A�kO抹ݙӀƅ��wR���;����J�M$VE�uۿzD�UF� �Rk\�h!��k������p��ݼ�bf�U�T����'�$Z}%�?,\g���~��l�0|��<�l"G%T ����a;��2���� ��>3U(w�u��},y'����ĩ�痄g }�Ͼ)�t~�@��[��B�&-��hQ� J���!��_�F�7�0��z�=����\���U��B��� ���F��3v�����z?�-Fu���q@Q���'��B/��S��d���t���.=e�M��c\�����\Д�($������ќ��Zh����U���Ǩy*]�x=c�H�@S�`6~f6a�*�m4=�����r������(�X�/w;&uۂg o\?'�]���'�2��d-%Au������O��i�����J6cȖ��!;~�4�U �2� �Lհ�2����t-�eZ1Foi}��k� h:[�k��N*�¢)RU����i�>qӚ�Q�A�0� �L��^ݘ�R ��E/�� �k)�LP"�Y���W����*�g����� YZ