gsl_2_4-gnu-hpc-module-2.4-7.11 >  A \Qp9|eMO"BB4 {q}Wê"Дe%5@2;44UXkۈޮMdUQ 3_aSv<(d.&#U C[gvz LTܝco“qgCqA%Am=}n {Y +  pQf#wDus%-5<Ap*k&PYhL6,-^H ]ɤ}{S];?R609ff48fb2602d97146ab63605b02a00409fb47fa2a635320a4c05b08f22f53e1961f384234778ee46f3aa8c862aec4b6c1e5c42%h\Qp9|2Hj5ePҁi6 2vp {$20 9u#太LB`xzVpv 3ߧe-o&ADđ\ =9wI4'oiԄ[OUB1u$)WDO (  Ax9߯3 .< ~|[E4 OAe"p=?d " C  (JPW    3 8DSb'(D8L9:@YFaGtHIXY\]^b cdeflu,v8zM`djCgsl_2_4-gnu-hpc-module2.47.11Module files for gsl_2_4-gnu-hpcThis package contains the environment module needed for the GSL library packages.\Q5sheep28SUSE Linux Enterprise 15SUSE LLC GPL-3.0-or-laterhttps://www.suse.com/Development/Libraries/Parallelhttps://www.gnu.org/software/gsl/linuxnoarch _tmp=$(readlink -f /usr/share/lmod/moduledeps/gnu-7/gsl/.version) && \ test "$_tmp" = "$(readlink -f /usr/share/lmod/moduledeps/gnu-7/gsl/.version.2.4)" \ -o "x" = "x$(readlink -e /usr/share/lmod/moduledeps/gnu-7/gsl/.version)" && \ rm -f /usr/share/lmod/moduledeps/gnu-7/gsl/.version || exit 0A큤\P\P\P4b2cdd1eebc701b2a92a359fa84fd72ecc2a782282b39484c53e2dc360b8bafde0374221f9fe3d779ac98154f9abfcffb943434998513ec51b7773c8a0c87291rootrootrootrootrootrootgsl_2_4-gnu-hpc-2.4-7.11.src.rpmgsl_2_4-gnu-hpc-module    /bin/shrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1\eX@\d\ac[ @[\Z[2*Zz@YI@YGYA%@YXoWE@WE@We7UuT@adam.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- 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 checks/bin/shsheep28 15570250772.4-7.11gsl.version.2.42.4/usr/share/lmod/moduledeps/gnu-7//usr/share/lmod/moduledeps/gnu-7/gsl/-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:SLE-15-SP1:GA/standard/2a8fbec9386b84f51d386c98569ca33a-gsl:gnu-hpccpioxz5x86_64-suse-linuxdirectoryASCII text5Ez~utf-8a6bd7696701df6e3be7f1b3fe2866c794cb3912ad1907f6fd990d217dbbad478?07zXZ !t/o] crt:bLL kf5k"Ċtd{Лe }{]UĮ:}lv`K|9%/}AlSZY N@ɴ/9*O)VD/^OfG\-X1Et E,@^}v_E6Yq) W:[:Wc"͟YܽhbÛ9r@^s(B8E#y7mpRyB&}TAY|u3ӎ!+[a x X8~Ubqw#繃B>$M6S:[Q~&@_7Sa E8VG)FZ Y?a!-U} YZ