gsl-2.6-150200.3.4.3<>,A<e dp9|Fz"o9y((p1[.Tɕm"27vq 1 bԔm;")W4}vUǓeK\ӴK0Qر툜,܆(. h-Q ղlƣc͇߇4~d @P$څ/y䫖C$w`݈+OuxͭF!c),8A>@F-`_GJ*aq:anf'0_>>,0?, d   .TXhl  4 @ L d  $<L t _ (89:cF&G&H&I'X'Y'\'<]'T^'b'c(d)e)f)!l)#u)8v)Pw+px+y+z++++,Cgsl2.6150200.3.4.3GNU Scientific LibraryThe GNU Scientific Library (GSL) is a collection of routines for numerical computing. The routines are written from scratch by the GSL team in ANSI C and present an Applications Programming Interface (API) for C programmers, while allowing wrappers to be written for very high level languages.e dibs-power9-13SUSE Linux Enterprise 15SUSE LLC GPL-3.0-or-laterhttps://www.suse.com/Productivity/Scientific/Mathhttps://www.gnu.org/software/gsl/linuxppc64le ( `K1A큤e e e KYte e 575ee25b5d7a7f159426fe226b6528475ebbdae76a1e8bf8a597e924921b13b28d564bb14fa8a4801f8b728eb8227abc27e2f2713b0a19b01b385f12adac75178ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903c4ff43c896fee8893aef16a9ddc82cccdea2d9f00a3a7f5126ddab20673aed5be8ce37e8a39ae430aec0011cc49fbd8a396b0256deb896b6a3d2927af745a8e1rootrootrootrootrootrootrootrootrootrootrootrootgsl-2.6-150200.3.4.3.src.rpmgslgsl(ppc-64)@@@@    libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libgsl.so.25()(64bit)libgslcblas.so.0()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)update-alternativesupdate-alternatives3.0.4-14.6.0-14.0-15.2-14.14.1d@]Γ@]]2@\eX@\d\ac[ @[\Z[2*[#@Zz@YI@YGYA%@YXoWE@WE@We7UuT@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 checksibs-power9-13 16952126442.6-150200.3.4.32.6-150200.3.4.3gsl-histogramgsl-randistgslCOPYINGgsl-histogram.1.gzgsl-randist.1.gz/usr/bin//usr/share/licenses//usr/share/licenses/gsl//usr/share/man/man1/-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, interpreter /lib64/ld64.so.2, BuildID[sha1]=e25807178b6698e18e6624b1a514ab3aa17e9f83, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=34a165ebdd1533a136fe963c9a7a25e4aa9c8bf2, for GNU/Linux 3.10.0, strippeddirectoryASCII texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)RRRRRRRRK55k P9 Nutf-895b7aea3e34d7e6fecefc5ad6ab290d07195689d7c1de79d7d282ea4c7f7ae4b? 7zXZ !t/#<]"k%;C+̰ Lpr,nŃjξZ %Tu| (}YWwAf Ɇ ΡN3<4Yhcet7yX])EJ;'|t]xxؐ5ީ=[xLctGQv&;_7ŏ$5C~)ۗSoqm7Di # 8(0sRK%jbFaUQXcĚ0}a.h0Y$^H[l@z֢cqЧ@ 8+3>9M"mE, 2 +wκ5,gP.^O,*8ٟ.q( jRS4LZ|L)| Z*O  V ډ{3](D @%.zXRDhejl[4WVf;1Q{p$!ө%jR E;" ?BjcH%)9V?ˈ~%.?vR%O4nbEXʜ'{)Ec#;OCPET9Rq T4p!Q:Jzڿ)[8՟a ΖDK smp~mҎD!e[Rq`~3D>=҆ss47Hrԭ<{߳X4ɼ%[?8櫱XeB[@f~'͏EaJ`[0QxS["/yja@ґmzq+ܒ#Zgc3,榫"zX C*݃ o @4k~}©J"Y̻{q[o4vPi `o6wԁ[a4BYwUk O ,GSzO3;jo/0-^ \2\prJ;4pF0ܛ&F<Ą:B8}ݏ4%̓coPFUQd0x?v\y.ioav܅Vlh +XA˶$]R _OR涏7939zP{z p :$~(5,,61,SN Wp>E諠pK!^`or0#؃xSQ@0*~k4QLm$qiP>^փFрlدNXԃ>?J;4˴mLKF$Qi7lr}gŵ!X@}V;t A,I偕_@vHx%onԤqXx)I}} ew 6G$uG$rEJUޯz.4Y.^0uC̢΃ӌ^tx98pwSmD'_p6ZAz8Q|T=ra2d>X+q3 n7A|ÏT7?/}ak*j9di+pVŨ1ABH%FFLat*˚Z 2):7X>cbW5%U;`XMisO} c4,6l4_=QZVc&b_8!L< ͧ #ohI%%W\ Nvft&P/Kk)Ih)k\`xZ }!'!+h3~촍|Yh3y&܊[K Ő9z@g/ve%Jf#>;OON[qmT(^3[~Br PB}GqjA^gmw1`D5y3zH(4P S<ނZig>,#ꄀK; s;efUVf^y>tę,@aaGVg7Dm~o& юKjPLzeyw&S}k!ycd Vq4v%Xn>%tVXbkfxQٛ#Z0<7qYٟ rcL䣇j)qY]l>: 3r#P =ovūH``VB~oV5b;!3|SxPWpnfj| Krf(W vc åX?@m̸AMg }:^_65S;#-þ;-1(C&>ݓGᮙ1RZA&vn(4"A!ruh1D/ thOCkZ_\߉5[:[nA\cԸ4S[ }'l.eɔy󚜑%*\(\0e /V|åˬ$< øk{d:-w~,W'e;ّۨŤUj? #&.CprsRq:OTR 0 x7^O8FHjYaO+.grhV6ذSݵ63|GKuh^,MP,|65-g Í%<_E )̐(K&|H{Gbn VvYյ4JMevS %*eQ(?]XNwz:@[C1xt" =/W}+1 M졅2})74&c;}DY?4)h (q ;f3s]"\KI~NWz&]~NܨaH) 3Fa#R[ɾTVzOjQAN %6$6έRMdk1ubSGƕ @UEZ{m/%cyEN mMmß. LZ#ZhY 竚%w9eV?@7Gzqaڲ ~)IJ(p^5~\g<|5Dj`c^l)DҽHfϮQN5h^pBrh#]@h>y<" ;h[DˠfOq3Ȫ,Fs0/ ; wV.;[?DbM**>5Mڝʭ:Xg?3ce 5t[/h UrX [,w@BHj_DcMRG50B\" ,vEkp2$쿀;\ ywZy{ɩ$`V 5I;~3n8eFu%7)vv?0[b89O]r.C2 qWUڽP0,$<?UOJ,:= /̗OM1!Մ\<c˖3^1'@ɟؾgM-.60i@^jշa Um,QgzzS .td9bHׯh!FXO0g YZ