gsl_2_4-gnu-hpc-2.4-150100.9.7.1<>,68e 0p9|R**q߰½‰a%u?'1.2sїB ':&d4*'`đ?a'p%,t`C\)؋Jivnq M&~ ]\'| U^4gQvQkӟzo_#|TeBKé91MZq֥Bmp;8-҈cFh}b 7Hj`|%Q` (@*tS!~P`uj8ךt>>&?%d # :`dpt $ T  l         < x  < ` N (r8|9:F:GT H I XY\ ]  ^ b!c">d"e"f"l"u" v#w$ x% y%Pz%%%%%Cgsl_2_4-gnu-hpc2.4150100.9.7.1GNU 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 0h04-armsrv1SUSE Linux Enterprise 15SUSE LLC GPL-3.0-or-laterhttps://www.suse.com/Productivity/Scientific/Mathhttps://www.gnu.org/software/gsl/linuxaarch64 KAAAAAA큤A큤e /e /e /e /e /e /e /e /e /e /e 0V8#9f57a285b8e9c6276ae2452b67bea4f7f015f494a7d81f279329a3971ff6f0db2d9884a3e5e7d3dd54ae8028ad5ce7d4244ef32f28ba92e78a34f898bd240297b76c5a9afda2a2c6be9cdb6cb48b46efb17c6d28a9c15876678f0802c6d128ce4d3d63db3ec9ae57ac2cd1c0bcd771853ef8fff83f3f526a69e2008316a640028ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootgsl_2_4-gnu-hpc-2.4-150100.9.7.1.src.rpmgsl_2_4-gnu-hpcgsl_2_4-gnu-hpc(aarch-64)@@@@    ld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libgsl_2_4-gnu-hpcrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)2.43.0.4-14.6.0-14.0-15.2-14.14.1d@\eX@\d\ac[ @[\Z[2*Zz@YI@YGYA%@YXoWE@WE@We7UuT@adam.majer@suse.deadam.majer@suse.deaginies@suse.comeich@suse.comjjolly@suse.comjengelh@inai.deadam.majer@suse.deadam.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)- 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- 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 checksh04-armsrv1 1695232142 2.4-150100.9.7.12.4-150100.9.7.1gsl2.4bingsl-histogramgsl-randistlib64manman1gsl-histogram.1gsl-randist.1gsl_2_4-gnu-hpcCOPYING/usr/lib/hpc/gnu7//usr/lib/hpc/gnu7/gsl//usr/lib/hpc/gnu7/gsl/2.4//usr/lib/hpc/gnu7/gsl/2.4/bin//usr/lib/hpc/gnu7/gsl/2.4/share//usr/lib/hpc/gnu7/gsl/2.4/share/man//usr/lib/hpc/gnu7/gsl/2.4/share/man/man1//usr/share/licenses//usr/share/licenses/gsl_2_4-gnu-hpc/-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:30272/SUSE_SLE-15-SP1_Update/fb4f558b92b8fcec9e65080c24467678-gsl.SUSE_SLE-15-SP1_Update:gnu-hpcdrpmxz5aarch64-suse-linuxdirectoryELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=d798e9c7b64d89db77c61373b65ada86e2a522ed, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=6109692657d60466422eb77fe9df5358d65cb2dc, for GNU/Linux 3.7.0, strippedtroff or preprocessor input, ASCII textASCII textRRRRRRRRRRRRRRRRO+dҢ}^Vutf-8f9b3fad9aeb76cce78e05569f21cd5f38d62205a51121eb5ff07f707e80c7c64? 7zXZ !t/ ]"k%nï;&'&-nge{*¯rb E fӺdmȴHww|`A;k(p)dXFF>Le|@d9IBA `MU>^ 90vLUCdؿ鞴gGغ ґ-g9]/7E@l/~?WxjAKS7AvzM<fimt`a\ܗC趑46QA=ߥBN vM[8|ITFz6\JPbSQ *2:eB5[u)§bIey37TLf_]cLl 'aO nTIĥ?&wH&exͥjT,*ChscyT° q%@{lsC+{:s+mߐn(J.o*5VU AҊ%9i:qC1r'4],law=,+*I@&9` ZtxT;ށM7n'=Bs|f onDէ KȻ?t$8j1l s&/bfqW0@awh=u<着ٲ2*a2MTUh]m%pàR 9kQLY_oQG$Vs~M${ v)(?e(z &Ec&L`hd OM/W좓f⡁,t*2t 7)[8ɥVi'$t>Zsm&h޸-)HؿVWzYJۤ(cuKV60ϻgVh[*fyQ:$})ζ}jUjf76) >(t m5 1)rhQ&;sK/jF\%0WGQv?BJso?+x>\]1e>^B^Ex.P: tԉ N^FPSِ,"$,0[ yΰ!{PK0xYIyr@K-zss2mq'u` ʧ,@ v_ +\>Зu8gRQ^-'WZQmtk̞a(A t mj-#: Sk|.bTof=EȗA ]QkQNsDݳk:Kx Tm%I8ALƐSLDͲthsyZf@\-K݊O&"CÉ֊oj;~H& :%/`C Ę߸u?g;jC"]^@"v0X#Γ\uNm^ШU1(keY6Μ0;`g!d1Q FsN*XcUC Rרk+:7MϚy#[(ƫ[ 5}Ss ྒྷβ9J5,Sb1>Ddp {z] ?O4KoN6Ky_aTc"J=GSKe$uMq8uLRz0t`)DsJw=1)kMjkc~OCe1j9щtZԶa z,53TW+c:ާ'D3{FDD (HY:`{%`Z^Q75!ńz洦xWNR?1am,YC=^(𣘘G:&\9mf$Mzq!ҷ3ZB6f/AִHHْ^*#k ۼ-O-\E+WZhPp5b@})Jglkn⎉P3#"E4| t\ux8]2&}砛o>djT?38Fe:>vY,mԿ8G!n0:xcBXw\YJ];2R]zաtQۅwOkzNԨi[BTkVEcSwޏO]0LTU6u*DndA.9C˱;%$2i}tI2q ~_<3DحѾ#7I7"+vj}cȍ7ڥr=-߽Pq[%2kvkTK%'v4r{cܧf,R~y'p[p]Y{:yd.="?'IB A=L \s+( 2szWg Xʒa֫Hpׄ9Pb^沟p