gsl-2.6-1.28 >  A ^p9|g1'P!WBB%,/t|^˄7=Mq?a g( f&wh0Y"؎*x|*Nzzmcƈb}Zq㊝/sK}*|F̮RgA] =JFioR Sk@(S7)^yL5^pA.$COMUB5W W`_585*"qY76fd4fadd5d7186bca12669ce739ad4db24ca3b538351815f9d5b489bd9f441518048402a7a01b14f9e3fd4537f41a3316ad9e7cyP^p9|-]|&Cpj$LwDPjKU%%lZup$$0SZB~+BZ`^ʖ1jΔA2іlJPEF۶C@!2_1 ApF.G_.T{h -F`ľ_/%KڱRAǷa[IF԰BoJ;܊0хJ ¾H l1Fp>+?+d   &LP\`y  $ 0 < T   $8 d j (89:XF&G&,H&DI&\X&dY&l\&]&^&b'/c'd(4e(9f(<l(>u(Pv(hw*Px*hy* 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.^Ss390zp36SUSE Linux Enterprise 15SUSE LLC GPL-3.0-or-laterhttps://www.suse.com/Productivity/Scientific/Mathhttps://www.gnu.org/software/gsl/linuxs390x(IK1A큤^G^G^FYt^E^Ed0e1e843045e94d9631acf4247d4414b9422cd7cda5bbaff157e216d1e250797409c9826b10e04759d831f88724531a397d0cf84a51e08a12152e50575c18af38ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903c4ff43c896fee8893aef16a9ddc82cccdea2d9f00a3a7f5126ddab20673aed5be8ce37e8a39ae430aec0011cc49fbd8a396b0256deb896b6a3d2927af745a8e1rootrootrootrootrootrootrootrootrootrootrootrootgsl-2.6-1.28.src.rpmgslgsl(s390-64)@@@@@    libc.so.6()(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.4)(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 checkss390zp36 15914064192.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:serialcpioxz5s390x-suse-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld6, BuildID[sha1]=ef33a896c074c17163a144a2b5e41c5703e1b792, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld6, BuildID[sha1]=c624e296a33b5282a6341cadb67246df70aee419, for GNU/Linux 3.2.0, strippeddirectoryASCII texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)RRRRRRRRRR~/{o$EOFutf-8a4243de9fc7471f839d52956820ace4b7eff7dec7110774e96ded89f324d8426? 7zXZ !t/sI] crv9vWr gi4|ZQ4,#)Ԏ1لyzYX'EqQmr_1qqǘfQ؆B?H3sz|75Չb.AU9*D7=54t7ؚwNSsXu[ AHFL  My<N*R%x~r1Oɋ)cqz3tRK̏͞/WBv_8a,ǪkSV.n2<s2>pMݮ;^ߞp<:`*]swl|Cm",}ςՋʅqb[# j+8Bz-Y5<5cV_GչnbqTl&a+ g>p t.93kdd {lEuO$4^ k0}R]}1:&*1"fm,xv0W䖛E?:SYL54jTuyd@#M>p%;Gg#kYȏ pQMLw2ME7)DAUAGλi^4Jiu^fxTl^qN\3Y/]#ޓ ~p:^;Wga} |]0~Qah9="l5D;?I.[4bOktEUFB72Y3\Qv(F/h>PȘwmYlHgՏ bfC΍5;2y >lt{a{m'#l֧LRB|U@r>>hZ̓?(AZfFA6ft!L+,xLOgƮNy$%x3Μu+v"摺Zr ieqO*<  O:&ʥTKïbv7M?4g&gp4/PV<D UQ]ߔ !:ѓ^|ʒ-"Q6h$ )'P_Q[ʞ G[j]MӴT۝1gLMUh<v} ,<3> ~.9a X[O܅;>I-Up{6TL?Y]DBA$2b竔A5$=A_8N \K ?Ά #o-ҡTbaNy M`phЕ}k= )J7Z0Vk\8tx]EK3"WI~6ʏ^--fCxo1Ml1\oYA0y4BN`}_ VݏUԴV΢$#.m5O/ω$-%ÒۧʶR #LY% 8RrjG}[2i|v(%SCY.)=Q靜2Vc \ _T3+pp0РM/Cȸ(0'-.ӟAh<_^gf>\{Q\ve}g @d7"q|X+j(,_➦З-?3:m3}Uθ&qčؤ Bp,Ho";  )KKヨEA,(af0pCQ|v1LBvށ9ƚC}<}8K9dGf_ V1@Uqj"&1j4$*ڨ"x-Uɠ(UϳdΡ_,?ߺ"DXIJ:kMZ!iJ K'zh;ޢ\r.bd?Ch\NCe&> aL,{sA E0Xޚ 3Gԉ#H᱆6* Y>App-VW \%"cU URa@ρ%B.M.M>3 #ڛM]mBh }[G懼x G h/sU`Y+/`=c2gBc6#1'&w&؈i=rl,Y?yW]Sꬴk(Nl00ɒx&Ӑ~>W_HyTFKPES_Ris'1@uH[,H BYhu^տ(?$eB'(+E5-ƪ+P]%H {BvQS4'/u+! IGVĩ[ Hhr2BlY%Ʊ%#8cFKw|h&y {Xۄ']}yT i8ǚ6sxT> Pycl|LnL%ͮ:煒|t\rIH^4C!W/w~JQ%{G0_F6ÆBt4} 5Rk~21ΐW:M-e6&>&.z6]-dqrV"Phdw= KX 0+G׽myJ \LT/usZ d~4Ce=T^T[;@zMg [#5J; J?밒к7UBmU{CEr7 Fg,Xke}Epbp{-$􎊉{~b0Uƙ蘢A4Em5sAa0t(AvdĻ:zaBqf.7Dnc!oƤEJ[$QK z{v!zLf?dxk*ai>>-Q U/ [qPB%%B_䝎 S䙋&e raz!/v h#'60 #q%~EBA=~r< 艣 #E)0#Y̑>td h-aʞ3kܼ72?U>xڼ~F+AI-0L2Jɘ%P#Xft|iߧgb ̇wbSC3wXEvO>טFSꘜnӦe`Ӵ7 Sy \aR͟.Ux&' #jYh\չFbF&]Tj |CTy7u4@_? .`Olze9P):Vz7z\c jw2݌xA=l?$0! V>;BDFYבGp˯ӹ>@x(EVR")ƹWrav~`_4s,:˨MRǯ+{^p]$<TQY`NvG%r[ahL«+ @l,M4Sjm]V;X_3+c="b7p?Ѭ/sT5TBavqH/eS "Vdd.{ g%̷s6.ڼ61HZ#9:': Rmo|g kH=/kƜ @/@y@.k;+>Y9zw ozduX#)s|4Û Ky1=\ME %/λa C|U2g#>^*, -e?ok\%*B;QTpᚚ G &YG >HjHG+t[Cn#>jqg>k4yHJ?zweyj]acԭO(`B)*o0-\:h'*A\(Eͼ:DݼFc6xk>9(W+x״Wzz ǰ05x@C\Jw1+GZ+lzd,[%SUZ4NupV j^(GY)+ dƓZ{ JJ-t׳Ahsݸ]bKc\f!'TY8fW ԇW_ &`f,CV`'"ô]tf#Bz~=}K٧hC߈rV*{.b׸_1LʈӲ"ˮNBGZ-# $USS9q~y'wFi<8w|LPث+ULtͰ2ޯT:up,ZqyM;`1D%.?UvDz!: 8{S+H܏^{ĐlJʁz[l Qxы> .R bl =g#ƅp15NۄF:#s~33$g2`CW;,h.yw'0XYN7r IծQu<n;YI+QG+t |ma$.?⪘{0L/˒JcmBUt ӫj3d;Cb,ueE)fF&ȳg5Ҫ13 :_ XѯqK&vQY͙B"~tګ >1]H\H4BAoi#3XE^kT1ÜAG:U)w7*d7*apOL; ]Qk%uCqzF9m?vtKsoG" :C\aU4H@jC `]"{@aC3S=Qc2.'rOl!lrJ)Z#w$v{ރCټi#oX1Q bj:Fi!@n3Aɹn0zAzm[T>7{_E ~Nڴ{)e(%QmL ~8'VQ>#$I Lmk F5(M3[_:Jk;zv GL1{L`vpĚF/o)c3o=Ǒ2?ŋ~ъ#e3[^Zf#ViqS4?#:diObs\}$SlfQt'7;{j4;8t&9K{ȕz 4Q'Li"s 0N?sv3$%oR疕).qK?pu6d  7=B5bR\Rg̪X@8)+,f}Z6"Clg*+a_u̙:x۴jlKЇE1vT T0^~\䲒̓ԯ懮]^Hi.ym%^y7:Tͦ s,d)f_JN+>Ug@ѥ\Ʌ= TYd5 :l4PWj؂n<~3k""-GpO{/T1l8,Ε[= NwHPܩ*AYk M`\w'`迬p: 98wq 3( K -.4/.uUo@7t1ӌc?v &D%@,XtO5 EqS}o7b>/F'1lNQItGo9Ѻ{p6dtx}W58!q[rUdktkfc:iIRK'ݝ7jH3lӵmyGĦaa g:.ߊskD[GD}vE .sKV{Nu<\۾)ׇe&~hPKFۍɄ"5^nWW]^sv EU9sI )#kژdXC" [ߜo5GͩD&ҍre?F PIYh奿Z]z״fF?" +3gl<_ǐy[`ҧms] dAXEB́rK)?rݒxQ^A4sXPk"#ŻI' ѤlKU<AƻIǫ_6|)vS=IVWEM?)K aFm5S3bgaBW;Sꁂ&?& s[?1uܳutDб/f967"b" ?'+qM=x Tڠu^>&BY,me\U Hz7Ǖէ:7%,cs 6$y "M+waXFCB-x>ȼUW}KC۫fs H>eЮq,qVUk3<1]B`L\ar˗m843dfۃpHaI\~Z9A-OxgͰ#h[VMqU)Aa>g=GzvHIVAr#'ؗ~L8MCÛ 5֦<YP^iN:ȧI2;!7W{Ůt?EVÕk{her7O*1[', BW[!kήRxo6 I&퀓 Rv;;'70=.O=.Wi^h T?j=#˼hc{1Pe9Zэy7vD'Qf0l!-"ŨnW8PN"jpyb\U ^~{"^ wFtF t!z`Ep݉l\#cYz;DIG%zo۱.y .Um$m}yw mpCµO_>6 J-O|nH{e<6b5BӴ++آa Z{#(l1 w:/='iFXwse82q_b\2Ժ$"D\E(O7pU`ɤb@ ]"Qm/ً ^;>AXdH?27+:rVr&wnj5푶:x1ȁ$_ǸG9Vp{݋8 d} G&~o'ąblZ1)SSqj!"'Քmĝ=Qibނgq|n¥Q>G#%NOQwG&t!b8~vQCnR%+(\O͘OU[jպ>ep?9zM4?,-]:~Bd_o+l!s9t ":ʄ:I1br kY JkzyWJD^(fTL[,B ΰenXPl(x22n$;8ןugLLQrX1M\hwUk)ȈX\8ZQKFw#۔p(  "^woP*÷h^kp\1CtD~(xuK~A|@}<mP%K V)z1E[[YM2Lf/9/ R&~&}~߄aU_&#>l MAQ v _j9=ү̒đ{YAt`e`mn8\;oq$ 㿱?uÃ>Nl&;J~ *:񔛃UqlF"hdAݖ%irƕoO)ċ 7B(CtOlؽ$;쬴>iO:-zn2wHQn076v~J =!xĂxC;n5]"?b9j(r|2D'ꞛ! ̛k@ьt"fL/HQ.y_RaEZ rՒz,}a:ؙ^J0kEbrՠ7w[8s)f ;8՝;39XV\;v,qeFM>bsԽ{0$q6*ITE%y[3 TK]۩Zt7^W|V EJzo$#? #vP=I3/fiA9ېM/mY2"u]`H#ZYT7ˬ't*54VӫBCzI͂Ńk$W_S쯂_v|ZM#n#{%n]+ ?A vT^̈́#A)>B0I][0Arsxgy*%ZwY'3vU٬Ro̧;"#pe(PR5IdL\SiUsx3b!iSqgJ*֮/5AwdŻ{ h趉2Hsܜњ(L4-(:?Noyni_^"M%1<#!n 'BgZ x [ cݹb.v3vFQ^k| Ll6Iuh_ h+DP+iG49T%#!4 7 }\V[!Cc[ClsojN[Ax z{ +k5?.2UT @z9𪢨(@>d<>:geB %\fn2i×VXky <lvS=`N4gp 􅔇#'(e74Gz-.2@&Ȭ\Y3.$;[Ê-m{?)5qjC [8 4B Rq Dt z#KɄaU_4dEN'?vhN; w;^uAHOL_ LoZ)&ڕ0㩯 . we)#ᓂpوRF SHؚ"Z↷(PѤ#U:~.W%Fj$ےxtVɁզQm>NQ\x..DŽmtHAY@gD^riU7!UkN+)S^Ē^ӓ:eEqo{ o2uGI1̨=aD[|f//vI=B͍~DPI?FWF~L^b K\/izUꢙۜY#[`g*bad#|@'-6C؆#"ыs5WgSP(u"NyI:0 (AXSRc:b{x"MْOqX"rYU9zPK@I˃Ӓl~^}_PWYX1tI2EsY]\pj9hQsAJ.!Ӯ-X>UN0O(B֙ɵǝHCRv-1ݟ^l|H,d¯8vi+[p/sh ]@ lI"@)rAгZE R[ҡߛ@z0 #-p^ĞCvgԞD> a7*V|LS$E=o0z_lZadwk~.U=brBv VGIQ=(,CjFHvxη5uz--cYGqQ|5#WPnd-M;f^i0ݲ uX2;=ɛtV2-8XqUk,ԗ*oifMǏOFc&1 N$ٿ*O%/ĝ+R7oN*gX2QmCp@U6617p2ϵ>у_+nbBqȁ&^LNȓV*"Ipնlk!"g> PG1YY:Da}WzC Zh?"<.EmJAZ}|LHfJ\87\庙ON '=k1DžՒCQw/m>NG6FŁZMT(@7CzAW,5$i|}8oѹ\{ͧjB]ټK_0 o2d:ego6H_ol dl#lK()Aݤߌ@.:{u¿8[,ơ%m M2cJ,53Ψ raRM7G ?h,@Lǭc2Q>`4I0z+ZSgwMt aJO?gWw) 2xN0䬨j7~{oŏ(?D$of+}<>󇞁2յe_QŁ.~U9~g3${/jr=tMiwȶՈtN$G繠dm>14Qy=\+i!Ͻy7\CÊU@)$q`ߢgMne*6#@o&b0O#J x0' p6%z%Y`+F} C 't~Ϩ.J:+ ߑ]"=yF?2OYùi\F}z%Tٹ:zE6@L=%@ZүDWU'n2Y4i%soMHa ?w>5DzR&XA:9)+_&3-#-˿']u i.1(0\]{:t}ʑ|pqBGJ^4m<d1X6`ZEuSAfp v!j؆Fvڎy \BBXN,Ӧ$/|Nh[|Vu>Q6{BA04;ԈM9׷Ycqi@Y7SJ=`%LO k 5s4W<J?WfW*cT,18vq4Z΍Nj2 urxWPtN }P;[=iyr<'nE-nLХmop1ju]pwQ#" wǃr=>e8ILK!ٺ:ygYAɲH~ s}ܽf\S٭hcUc*ɹ@NM-@d,RHQ퀡}mkQ`M~;K쭿d cWҔAeKV35N5xu% %2}-i2Aj1"8[aml+C'dڡ.ϻ &{#76QLo.&דS2UiT>cJ^…RhPڢ]6G Jx?Ul}ۊ&'Qd5H7ỬG#,g 2S,;.r!83Q.@, WmD"ɆÖ=ZM6G/O&"үSB矩y$ RLT;A5"S〈֊YmW `a%k}-T  ua[tԞ2L:ɮ&0@uՄ@`o6θ~u!=U>ɠd!V:^N7|o=vH%Bo}ɻH yeR 5dj#l)(,g$x3,7y_t+WA'ݰQn)`H^&tVt `Y =rCx]?M}sɉKHɴ# Xּ>'u%}IQ\~!hkoRR3?&f܎\xRSsm*Rs~M9 H"?=f)m1UjVBS%<.ştq1PLZ+5dR%U4' pKJPm߁rT! -dvq_ų}=+a98`֜dL]ȯTcy鰋h&wOF@y8zoBź- Z^'ж]HMC4EY#ocIXn4^w z*NrCtmJ $\6UV]#Wi2 ~k L-Bu:BzDL䕓$lʌ1Vg![μ8a#3J%?ΦN3 NS2tk\B29B(DN=# udlC4 iO FJ:pO+MV Ywxwoѱ:CPd! DC[i$, EPR$ X(D!CKSZy?V17ߞ?k4$53# c`o2gЩ"04)x)3GW?WfJ1fYj,ļr: QQۯz,2iǒrBDLH0Yy|,Rb^٪%^<-/(tl:QB*,e `V@>m!i~D;Q\CV,mhQ6c,a ę!8E_u:iKQ)Y1u?Xq vw0詃Q OKCxckzW4g d^US +^Q Wfd;cmQOYh&a w^&L8;a 8݉ntƽz268(6>2"CU: b}ERe08w CPnOmb%VxH0G((t)sKQ eʐ"\0tbERT@k3倓X@ u 7+FzǵJ(8ڰbm1%2]e> 3b̀_P,=^3"yGglu S7faȐeTg]H,W϶0Wc:ws֧ggUπe@1kqF*K*18|Z˫ء9+{/f"oZ~tRWMcn'T%'B1 EB酐}VN{i쨰"JK1 "壛=1A_$<@}GcډlՏY0J7|* sdh#z,am9P0Q̓H5 )bXZY c̶㛞Oэ|؟2SrGDfgEj^ ܡ7D. YZ