gsl-2.6-1.28 >  A ^Gp9|OHp>+?+ d   &LP\`y ( 4 @ X  (8 ` K (m8t9:8F%G& H&$I&<X&DY&L\&`]&x^&b'c'd(e(f(l(u(4v(Lw*\x*ty*z****+Cgsl2.61.28GNU 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.^xinomavroSUSE Linux Enterprise 15SUSE LLC GPL-3.0-or-laterhttps://www.suse.com/Productivity/Scientific/Mathhttps://www.gnu.org/software/gsl/linuxppc64le  XK1A큤^p^p^Yt^l^lbc80e51148d6a8c46dec0ee8492a61b43e0cc1579abfd9ff942538d224614e4c92aeb0a8038836578c6f9e6423d6c65a272b06ccecb51ce901710832208701c78ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903c4ff43c896fee8893aef16a9ddc82cccdea2d9f00a3a7f5126ddab20673aed5be8ce37e8a39ae430aec0011cc49fbd8a396b0256deb896b6a3d2927af745a8e1rootrootrootrootrootrootrootrootrootrootrootrootgsl-2.6-1.28.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.1]Γ@]]2@\eX@\d\ac[ @[\Z[2*[#@Zz@YI@YGYA%@YXoWE@WE@We7UuT@cgoll@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- 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 checksxinomavro 15914078862.6-1.282.6-1.28gsl-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:SLE-15-SP2:GA/standard/aab13aaab0b2df7ffeb3c982c0008cc7-gsl:serialcpioxz5ppc64le-suse-linuxELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/l, BuildID[sha1]=570ced0634d350adf9a8581122ed3e0f0d287764, 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/l, BuildID[sha1]=26687a63256f538c26c3406ae13b17ed0508d810, for GNU/Linux 3.10.0, strippeddirectoryASCII texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)RRRRRRRRCOr(}Jutf-87a6a86b18696e2c3d1b1694142c919ba1bf5f26209a61989f8948409230f4f15? 7zXZ !t/sMQ] crv9vW uYbnJ;fHИK_(|瀞\6nT?ҽG%,Wipb9dO㙯X~N sZ벇T)7F pє_k{0^5"লe\-!'!N@YYwAKq_$#*eop*z*hщ#`^n)fuɱ%ї8"Bt9}Dr ֫kӘ`1o5c8xI9h΢@E+Ͷ+0 ɣ+ SGM, gH t`ԐxpϏ@j0xU_P^ǘO1{Ib/\w2u>&Y %#BK׳*{L\4ßXPTضz2 K9 #h.>;g18̀jȼ-<ZB'USzRՀ\!3aPgXP.Z{ <]9} 8vH u@ QT Yf8η_yH!%y#M8{ZeBw@qJ/ĒP}SBǨQ͈4-('@H}u[nn֯'ئ)iVXyPԡK}F hr*dJUiuC7u ǂ)tu{y-"^N yEzHUEu= 1ZC+Dg'h3Aw,# :C`DA^+^vzCEqWmR8y9FK{mN"&ڀ[}n̸u_I܈֌ҝB`޹[Drw2:LIMf= *TdUk:?C$T]Re/p+} .p̿%8'#'f,9X Y\Xvs.z3icBLeeJ&lj:kpLJ{_ 38(uG(,tzOG5v<CȡDSGY62r=^V/#I%F#(>7}!iM]!3uu@ n%PR7[I ;DDMHT9=/xCvU{P1 {\.i4F]^]'mPt|\KZ$f?sXk?:MF4a+2c4>ɣDż(ms-ƩfZEpq"n[6KdI툀w t&.E #^b,B>?!:΃kaCԵ%x 3̘s !=3TiJkc!58?dGRx呲dYp z ; CLˌ2ծ]!ϫRCYn冊F4e޶95OYύ8^娮Nw}Iե dh&сRⲾ¸W>WGGfȎ 4_/:T XiRb4q##Iqa~B'[XkjDklpҷ<DRSɚJd5ˀ!+$ ;]% l(Z4 (IYN7t\ztɑo!#;% gH98xWђd?^J@/m?4RW uSw]4ۛ1 1o߈ LubJ w* }ǭ}]㉴λ!Rޮt/b,rZ(Z]/ g^FMޟ̢>* JxmEL^ =RJKFb 2$ 2)ԡͅf ' O_ d]r|Ms[! 5^:&} S$N=ddUzu񎽺CJ!jp#/N*SzNszCVc6HLkQ~n{r@ՀI#ndy{43EUH[ LYʍC dCڃ~Gt-֧)ȧni('XЁgcTzN7v!uF ]Tr8-,d$!{ wMct rfj|lsrN5ܦ o[޹,)y)oZH\>UĽ}Y2L/$,/'cWͲig] 8@vŢ*^x?UT 5B SE&5 X7w*q}ȧK\)SR ԰itmq)ki4VOګp/-s2 )90?'6ț +ԓ\c oܓ1R)X/wP(U4_+k\e_đҽ/m%Qp2BNrOoM,[+>8=!٫4jD+!*p }WKp8G%װN*5Ǿ#2ro)I < vDz‚%޺Aʯ .Mm" 3D<{6r|wJ)c!eۑA΂'2G,9->i\loH䃩E<ΧGnS܎uc NКbNC iO`]Gwxc[U1/؅=U\H_a3t˦W(OQXe/([i ?p-3jM6-8 k!遉2J\7 0ϣ·.:o`ط |rIV+IhS636oV0Wg Wb˅Zܻ'0t`RI;ᄵ\y^zE>*k8 [Wz<; }D1n_Q"@9'aeqӬi95 KpeՃ~7"۰z.;LZ]%AYcB T;2`Ò+yT!)užqk[B[b<H㿈,5D䰜+B"i|#ya "9nؒQ]Dmh(Hh8tvhss OOXQO),wRFS6*Iz:"&OP3=RL 쐵h0޳՝]=ar>(vXS p7ۭT1?١.(/gp߾(іEq+WpN3odh^wǀ8ƏOS>_62p 崸IOטMwۤ/ܟ<՟YJxVC^*?J΅-nWK1ޱ&ڛc~>AȪvðQQTLԋIŢmA-+u7]8{s%|Ӯ:+8{F僚{[baaჄ#&֘cZ.~m؟♪?HmuUow|b2Æ(+ե`:glsu7u<;n?J=ª &ܭ[ wBﰭ4MKJ`"*d `X Z"#n2[3y,xe~!1V'Byx1a W 駽Cɗ΋`55 !-9hnA`^!T3΁ vYz} gfhjxl_`]v-Sn ؜.!6*p a1dY O\i[[cv > wx劐 Wo&@Ρ "\2: /Ω_ K%I_%ddX yž}b0aZ'0ܛPGFBAj^f6áо3iR1kj5 4"D>r2Ltv!O]λΜN|i䣈^JxQg/NKRC-.x4tem6sARc[\ID;Z$U$ɖ&du8V,&H{R^wp>;jOW$kԊ@Jw?#7 "ː+|Un&SxlBT!䛴:&?uJIc)4"[=úx̢s2IChp01mJ1,k%U"6gg-U{Nnk.WN[i6FI[ں {kCYmoyLc,2JEë]\%ٲɀc@5=ңd× +R>|;Nj0% Ȗ͇ɒawzY$߃mPdTm Mًb/u]I`\GheXxÚ!=ͪh̩\ .@oJH92 u 432[Է)չkrd0e/0dk+$Rj%#`6Ė\TAuJ`p0){-]<}UMj\垏a Bq1rBխ$nVʊ84(A~.[nOraj$#&AP>5)R `v l* 5F$XgbuL?QuU029s3+4ί?H6s.%-{sHEwV !3"W0ZYU@ (U#SBv,:'GDëZ?cMr {` d1Z9͝ڽ')R7-=|A7rs6 QХáB#]lz),ob҆nGZKI'eg];9i!0N7i$d%n^QHp!?fslʬF$m!Wj/#(☧E-<^.㙭Dr/U#@6?#)s_wޫYl)"~S׹7ljk(9#v@Hs0 %kZs ?f.k WR9/%m> <Jșy$-SOؠTD4Qj斅X:/V}b*JE\׃Nxԙ &TٮzGEh?ϐEhyrzQl3  5>^ oc\׾BƐ%Na]U1FH6V(lC\^MMTۗ-(]󞠻F>S;e7h΋Pc0k;LZXP4a͡\=̛mTo\?O(Y<ߘNUsy# yv'@>âNhw |R3ѐ"Nz. U:*޵PN '|ђ٥4H攎t3kX9˾aۅ %/(g ̂\сBL/qO䤕j4|3o3u{nIJX{M PΜM7eyZhHs.I&B EyU"<=' 8J~~5[ȅ$+4 h,#Bu)l8kY^~srʿ0g…uczN~U,+JfM=[-7Ꝃ-ĵwhqZbxO>fվ|Ȃ|gn8h>RqX(V~ČgXUs Z>`;'$|tJ^^P9~%b="-Lj7l"AĦzּ>5q5.-Zch]%ʫe3 [0Hԧ1@s+|Jo[bGYݙ,rב&"l$Z:Y=!֞;2m ܔlիu}S6y;G[mJl}UuO5c{h%^'x|ynȓg[a!i4O([dlv9^JapLi#7×2a Gb&Dp`C:+/FNᾇ4AtZ󱃫J^UB0^l I- 8:˛L0|@b> yNYJz@~AWUR_p*&"?mv8xyWB1Ss Z f'6+)qf.E3iG we[ZgeoOXf[_kG۬HǸY{ 9a`Ʌlb\Epڳ $eX,n7H_a*\HҖv p҃'GQ^Sp%Ĥ12Ep|r֪P`!̘qVyAd?QN-St)hqN4a>/Oi#U0wI @O|kVA"36pc_$߷PRܬhO S ~+ dXwٛl'd6w9zرkkh%iTpŬ 3ɘ\!τMvHB/'$_ t5yܶO7}9 %Ry1''Dlz03R1wc>Nϗ ޜinIG)KjKؓǝߴ'ݩ-'%].8=Ȭc Md%LӈBJ&;l͕ݷ>UDK$seҩzRB "BzlʇƘ;`^aP4?.S?fX΄R3=:ԋ< w?Snq|pfZF_Y:&厕?w~ڂJ3"Fꊃ  :l(iI\4)ӥxGaqO`I Ϣ֜iP5'4 -ts??UeȚτ eyv8yb'}O=5n50a@zCqz47l yifsQ S]l v&Ԣ$Eeb e!ĿQN@ODs^;csJ5d`y>ZsC>c\۽ )' C瀐VfOhZ0.|kt O byvJ\Ty2Kz;lΪQ G0XELR04%AOE2}yhy Fgr #Be /zQ^xզK<&iR[$Q*#h$j~$Rpg9m^-a F.{k*JM`-M)yuPEd1;+ \boqm`cX0G0xm΃C ])8FֹiAW{%9X1 z@*^WqqB͏Xi(-d!lIf=&oB~#FG 3qng<wbڰv"!w!eg]R8ۇC+͢Z81]̼`1joԎm=$UW.ƹA {G?/qʑbsjюlG:rGlN8B:iF.ѓ 0ǸMỤs R&8~9ǂ0r1ث |jCZsi {V };yqEލ2tk8=S#!բ+IMHS$ICX[7 Q8iK9=KQFV]Š %硧y{nd.Oegt׉HDc(idpR#^96GZ/N^h{WyC׀vQ?ez# ÁYRrp=@d 9u{UdGTӽwh୬uL{0\1ڷoTѰO#X;=ӟjOJ/{#wQ KAb-V-eGEd˼8 ƀ-rB^c(PlZs 5i6٣Ps,F)/B };p% Wu9r`KX.ѸWޭaj>ZOj3ncT3jUʁl om0ةrhb@Ypt 9Zl 5{3U~=rNڦY˗ ]z ^0Bo Pay{S,BX}a,1lBMwk$P[fYN5V&q,57KW*HM$?rTv4'Y5ؕOX_dϪGKkײ0K:BJLRp_䅀csWm8{4]@(Q#%!' cgɌ J)EK7ȉ=-r(裊l{n g^q@LT?EN(W!CE͘5^zkdmix x67Lj*6m4z]"԰Fus=fdF-i_MTqGU Qc=^'X2SH|4pMRW# e6y{N= GLWMzr=#V51 ȦN y7J=IG6g- NǕc,K]6{Fـbw ֎ 4jK:lD9cH|0%'Y& 0aIanlr z(8W~>| #w7]Pcs/K~Gru*{'yPl$|}0&Pf.P۽HVhpģs?u,~ז ]Xg#e SXP [ZUrrHA\Jfq+YH?q,]/Ap: MGof,!WijoM ϣY07^Ruj CӲgp7!{bUk@T~;k! 31:t]sST 3@vF2;s>R&yi}Q<Ü&ߵ(W {K͓_FzH W?ONY2V r0P :En Bcc㠶@gGZ-DlJYLyMԨ۪[;-0z*a8x[RLj#ߟ)mMn !O+U/x4ٴ[Á2 *ڽi4`=Rhunk(廀LCBjs T9gɽ/eeU21 yC6>=XϰSz@AG0T\l;m/&7i.^ceeIn @`nE|ԓJz-:K1 5h%G72[eKlV ARw?(}uoꔡ<'zI4ϷD_K8Sbk[+a D4晓,ý_xyUTH)Ya  {]wXwim_I}ǘu Ӈ0ݳn?Adtf<.LCUL\j'Hf] QxQ+9V7U_b{?K`ރ;5&a^c?+q`Jld8I?wMHUa+wp!Yy |Vnl=࢟mr}Ŧ8N6:ac ْ?7jhF=uxS[=ir"8!ݤ D̄,GB.O[dw@ PZ;S4׻MA'*:Kשā̱L&{Qm;-!FJ d}%a>9y4;^40bJEPIlr^4xkݬ]l4u^ao#2p |Sc>[zd@ԡ12KUpSN˿n;کc6`3ةȳƲlp g k Ьh=~Y ˙d٨rvz,k*sx\ҒofLN[kjɻU idllVp7Q-}&uWtњ˻'ĝK$2pgU"d{f^_ Y)Ȧ-*)Ub TP ؏47,7ρk<081SU<'(Dri&*_wĒ8jv:5tQUoԝ@?5ʑuN*_d<[lFs[SBh>ˆc0y|*1cXe?7xW0Ah9H5/=Ծ({~S̕AZɨlduP?Gv1|^W(`$Pd7[?x@-u Jeօ!%R e'}z#ѭYABlO-}p]83&]B4|J5ā}f-VVtP_vZmJ ae^e-L*cRT+,8e5E q9]f _GPWc]74>^N tiFM3\Q8,1s,Ϙ_mOrVM *t'wƂѥ(<]LtnY1KǞ6Z ylNWYɒ~#jƆc?*b0EN^kn̒YD5mzT~G(LBdQROJ}pbUl ]B:rX`5 m.xl $&l6[ J,BWl͗gD"&uf,>Bq*&svF8o2vtT :%f1 << VՂyZ4b?qύVVyKv %Y]i`Wj o>i+)ʗkV+VtI6N-^K]/rHMD*c (zx!IA,BA1h{(3PKF81;ϩshlCu6#-E~ew97qLħD*Z{_|uf,oRSzܻ%詋EYDMlLg1u0Knό"WTh*1D.ۜC<{,m4a}M*f_L,v,3a.WJ"kIpoXAv_m.iZρ~3SL_h ZzeT{U GyK?}:J!uQΪkyt ?@a$(Mۂگp֭@?YiL>LG3PD?|ӗQ>U'9Y\W1ݫ܂ejZF*Q =\IX1tw Aw_Wl~f@TԚVQ.)nSxRAoJLLb9sxg`+/8G'D[y}PP Wuk'/h$#3a)80mqC[@XK述 q>i`pHZ :%W}x, ľa^a=;T:nG{SߥnصrEѧ#ƲV=;R_'hVQ (zP8,*be6(Vi ?QPjԦF *4Ʒ)F:ۂWw]*&ÅNfۖ_}?XE7Πv1 #e=5{};voy/9&BzԞABu!o-tJ+Zc HPV,WS"]n~;1M`(y=>xvBTSzqSAQPGe0M1cts=[]GR͂Wm'y`Q& Àdd8/`d8,5iԐp ͧi,c>Ã_xf(*]OIl}`Հïh6E9@Ǿeap׆a=c8.bFKêܧ)IT.c\b(n{ȯɝ *l7a;JΑX3/0]&;m}C Jc,-Q1}lks9`pA~Vנ -q~k%T#u:^Ԁz>י UB"o>H+W"dg͉DBov؊=@ziHRtWEu$$InthFA`cEx de=!>#*'QU#~=GE`O$=ʚH6ӯH@]$&@:a3mƈch1 '_S~D=H~ W||bWo" ٛRBHSzY#6O܈['x@_HXUT=A'XG y=]֦aqAjZ uL1W$U>3.CdX=)j Q~=9_㾛tCcEm!}s]7 i?-U$J!v[5䇼=`@GSTuD:ᝍ5ocPEXa_Zx;mA{ƏO>gQU(&]b>+Pn]|Tg if҂ua\YO  YZ