gsl-2.6-1.28 >  A ^p9|'V2 &vU10L 1y췈זMW7F3BM=`neը Bnk/A|(L`Ft=i#i9 J { Jۺ-Hk< 2ޤ (7Cn)[|}/r-87xF㻒Eo3Z, KɈAоHV@WyoGC; C}fui:_Ϙ1c48f89bbaa462b077cdfb4dc2bf7086febbec3186cf2d68dae618bbfb38a3df0e044c388ac58f1ff847d09cfc17ba64f8a541db{^p9|<t﹈G:Pjy;0dX0"bbaɔU4X]@p>+8?+(d   &LPX\u  $ 0 < T   $4 d  (89:|F&;G&PH&hI&X&Y&\&]&^'b'Sc'd(Xe(]f(`l(bu(tv(w*lx*y* 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.^csheep23:SUSE Linux Enterprise 15SUSE LLC GPL-3.0-or-laterhttps://www.suse.com/Productivity/Scientific/Mathhttps://www.gnu.org/software/gsl/linuxx86_64(J(K1A큤^^^ZYt^^c19063752db2bff4769ab5089d3b2035a90bb7fcc1aa40c9ae3ef86e582052260c396f25aeac888fba6102215b52718e0c2f7924633dde166f7d642ab19efcef8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903c4ff43c896fee8893aef16a9ddc82cccdea2d9f00a3a7f5126ddab20673aed5be8ce37e8a39ae430aec0011cc49fbd8a396b0256deb896b6a3d2927af745a8e1rootrootrootrootrootrootrootrootrootrootrootrootgsl-2.6-1.28.src.rpmgslgsl(x86-64)@@@@@@    libc.so.6()(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3.4)(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 checkssheep23 15914051552.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:serialcpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, BuildID[sha1]=6a7d34856c32f78680a45fd8ea7d4590c0819360, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, BuildID[sha1]=812a7af66e08143330e73d71fce0bc3d440ac3fe, for GNU/Linux 3.2.0, strippeddirectoryASCII texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)RRRRRRRRRRRM,5Sy%nutf-8e206e1791564e54c8862da9847fd94314137d1b531331b4a4d4ef0ee1103cb6b? 7zXZ !t/ L7] crv9vWGŏO{D2"t!uA63d?GV&辽AT-]yTģ1e3PU"ȽÅCꖂ;zU>#2$ (ּ`!(g^ar.wmtω=FK;XxR0([!Y)r_5f @ѫ%Bi s1ј6X0 `/7m r@w'Dtp:rx<vq?/l xNR\1@*ѣgmHJ#5a~ 9g|-z IAl?PFMqRvxޡ:F(̃-y 0:a#MQ"d4:Cyfs :3K*w5v"j<b%K@@\CMeOq #h-4t6ݑ!ڿPMȜ}39`#?W3`F~Me57i8fKA~Ϟ5]1ILӏ»)%iA߫ln?%Yݞm 5; {{t P_ ˰ lrigsm/xok փT?y'2WA,f4iHIօxqV/$g0IH|7 )-zVAH 3)kBC(*Jz HR}@Uf4{DZ}oܱ+Fζxu߆+.+)1&J-3Pn?I6~;JKCPI |KPil߬{[\LRm=i 4GŽ?VzSBcz:rP B|C77yD|6ÃtˉAe]w??5 `#ckXJ߆)4B="ş4HlǘF=_* nB/}=QPx/@n NLj2>_V&Hhgŕqе @ޢ__ꔥ&/R{"X1%(fGDqXMTa3VZrs^]X6qd#wA#+bz|'}Q6.?qD*' ]>ѫDU2[?T0䎐c )( R ;$IuV5d3hl׵n&pBd.hQkH懚< Y׶fJJ4U*X;|®B;-yO*_  좝N˨fsr'W4(=VM=<_YI+^R.qb?}BDX H(&[*bS J 9h>7QHs6e[>"p+f֋'lAkKvP--]$Sq wl絳Fq޵on\EXri:ᬜL~?Ҋ"Dys;^yo|CN܏{Qb "8X^"Ô.>>^W!:,ڦ2/[X*[2%FOk/51IE︽KzRn*i𻂁`\E,iJlrA ơv!}|BZqr9I^' ۝P,[‰ _jêc3WFv9l:U%)>Ab p6\m_/QkJn<-c-UXLeh\Z'Dx6wmrE[uE:5eÅsuf_.N{YA*l m\#@tvХV2 #"ąBZ<,Q8/}nTÇTKرi\åfG`fک$'oLF#2AbuYlHzN?46>jBEu H u#cσ276Ͼ78NwVo^膇W^*Fi6n%S.k`8.I;UBi١ ?9dh~elC ͎G6e@9BjPçJCfTKrSa6~И ݜ:#`R7FPIpAyӑ*NL{ 70^71Q I!J@k ('5=dZ99r5h#3VGQ@{(7n#@=b1Nc>vR2o14W?:;U\Ca\B]lc G 1Gh{ҬZ= ;2h74S&l`'c-NW=ڧrrSw ˜0A)"rMv~A 6 Em,r7RbS"I @k &B+oi8Bĕ;湚2Ug/G`fV`d}N|A&vf_q:-p7e"3ZS_nAڮSSx8i'V~/=p@e\[Y$8E8K!R\S:Ӥ{xÓKqVLo\9Idf)3ٽ, Frwa$\UD *ʊKB6+x HFm7K{Xt%B i^S%r!]"udDv"-~T|ĭ' v'{5``&i gw8ܒڸ)/lԦ⺍-U,uczDW=)$zr'%0+|m3e 没۩R6ļn,_D0U:CWh?:T9`v%%$[x4-Ǥ yhdmpAUkjF[^Cz|7(ޏw ;;cmQVDhk(ML0_AGe`T-9~ھ]F<ê(ٵ`7#FX$7%$QCm&gn[S0\7ϴV:{g|G8x_ v+=y pَS;kZNR3i.&\65eaTY|Is'P? q^hH]SOCx\RĐi:saS2 H :S(5K{Q8 ]l'{ľqR•*S֚2$lЉ u5ugSgPXU}5qX@x28hԸ+lviW_Ok*y*KC5L74{R2O`|"׏93IP.baUŚ^$Ř S9~B(]Wh^醢#Eo- Ⴢ=4/z0Vw`g(Υx\P.n,c fr<@~2-qK}jIV5yOT8)?}IXfڈ2{ϡfVe GQ}=bMLh=&mYVrJB5rb 3/lZ5#wz;kT铵^Y>x#G$^x)0 0%tu=^H("Jo7R)Vtd@&ۿz h4U͞;u~=oUPkX[svSuI̽Ht(j*q`-7CvXq"˜7Kr>( ?tԍML*t)5M=*4˸_}_Pu6D1@v+Y$դe0[z <4CWKlR?0`S1M HŐLD3B;$L,yz#)uA7cK =Rg;.a*cS?14c.ܡ:($TtY-A&iX/I/>`Fʚx~l[=SG0zJshp0rCښ6n;H'oK^3PPF2c,%'/Qv2JubwXGo\c1ޓ 6ˤ|vUMt' L LzO/<+ڀpW%lv {$Ѕi[05bUφu ^ H/tۼiq H^c=`F:{Vb_/_V?sQKp*[ Io޶r 'NԢڶ^66ȥ $+||\f4I` IExK8 LL4i2.*$Gvz@@q Td9.G__w/a}?SNXC}u[U/zxkDoG?03u| 2ztFXbwSsM(2CYOwUǟ %%!4O[aּeTPYh)WghT(;3 t. fQc.M&9(xUE0EJxG Mf{-i!wJY|u:z-[b& č&HZO?CAǜ0gd]i9*l,xHa]~C0,σg7IJgwޔDS |LޔQeFdcXpUcUxf^w~Y7g |=K2O(mlP1Kv5qWA~yLh9ΰ}@wL< ѳɇ3VLLgs5m˹fpt<ؕӣb>7JΤ*-Vy۞8YR+XaT `dXzcKU5}o!Pޛ:6h\@-vB?ȨQ|@^oc$3#0kiszd!Lߦ(|Wg>] T`s[[l>C!p .1$v6 5&RTp[;Ô>VOZKG8K5?D@ )x/ۊgƁp?5* `3}`ѱe%p0PXy.<(]'r8*@q]_D-Ъpq/ awuڵ4"]iP1pWUlQ`nabXh>H5 ĽѠ^)a]jNƫYġ~3 >ZnŃЁl8-eohDDҒ ?d6eRW]-qli:Qdvfx `rK,::tzU]~U ,s/ l$; zQwNYyi]ԥxqKpMGm01Q_=Xf A)J rzW K{$E; j{dYeMx e߳g*I4K%Vp(+3b㙿@c_LWE-AߔHʥxȨs0}&SQ:IVlC5G&hrnͫ=>_ 91P=3@TR^$]#VDeH7Ctq95:wmMOlŝ-hfQ@Rߔގ =`LAi1!>FhP~2{Ic~̫|2ܓ@L`yNT+n_?s٨v\aR6}f=H޲gXƕvuGJ}|MÑJ*#!rPvٴP7{sܑ#4"t{5 gYPNW88xSw?199 UƩ$5ϥGZѠ4B4A0 sCx/`Rȷ r Oτ/\pV<2rV?/ xfLʟ w1ߋB*Q*Uj: '(Ozձ]%aPCceI@ H[b1uqm` p"n0Gg_D4!^J'6yK~]"keVl]$IXK$p{oj hb!(@F WxUrO~?+A٧JIphS?ClzMQ8g@KU@ʩY܅BL܌&&,mcGa`'/M>NG‰,Ҳ1]EdqabJ3)[~216M!%RTU 煡|ʺ/yW˲Ӣ1$weXrAEtRhAgu^,2 Jb;Uu\=qRaeP4˦." PaNLfB1XRњ>X̉Fxc Ѣm-5$[! fؙM"(M`x銋²XXEժr&Xm{}e]0Fʣ-r+0ߎr#vSޏ({ZMIP#l)MLU>d DC/1$2APO]}uW3>Sw82LwsVN]s VϠ1_&'{t" N&mG^WB❸ɔRZ`$7Fe{`>rs=q5J9^^&".ERÃ_?hWb`6i,3Faʹо}gxǑlYFO,ֈ'J(Zp׋NjQU&*یw>7jtBJ,9&?슘bΣR=e邎oF}0B5#Il|@)e ~Z>>n;lI~J#@iBSe|; H՘p%(ȸpu[ VV1,]:Cn u3V,Mws/߷B5ލwv7-$)IͶw' ٥oNۿKu:(Ec hґr=NQ4E UCRJ],oө30LW]Ext: c1 r8]or 3w4|nTDhVD{!i31px VJa0x8 >mqc<$&PjFfY|ϖZPrvsҧ6"Y1ӖGEqu Q1|D,zYfD4N }s*2F--{!K_x5[O#ۡ`ew>ƫ3(l[9fTxJ΀Qq4+ vO拦 c]`s) 3&hY$yk@% _՘߆cA]7i|VY )r݋~*`eD%R`ҮאH#ɻg;W8r+e"(4E`vnvSZN_})NASq3ۮfe}<x8DOft|ҷvgA5j psabܓeGHAT4u@f L`kZyza =5,$rбIElɲ-in|,q}j(8NPwqέH?/aqEb/ofI_$$g9 zmqR{j$"-^'x)6ֻLqS%Νy.ɓReuHقޡ۬˘JАT#1/!|[z= N'ñNL]Zbch<1lZ\%uDϛr)A0ع)PV 9,gKt}hA&Fl_49s: 1@2! &KEDyoXv6pir39SWϪ&\%70#-sGemaHg2.c_K7\u RKUx3MXOo^ ~qUWQGأUh4I8,WCCǥ{ނrҩC-ώ4bS蛟e.e`C"4ל)XD `{vΫZtU M U HTvuq UƮ㒕πnj=o G'q'9BP%OJ Iu;waOYC>\lkWW&ZZ* Q'$T^iVkE{gJzox;XXI[Gčȕ(tqPo%BY=Zh&o FP TܶLlBUnj@'glD=D묐jJ^upTΖ\/5ql:ؽ]\U+Վqo徠sp@Z+UxB?#b&)x&C{2͙8kCrKh I'^}b,<+Lam''E°(85c ҖEЃ glqbYSOGxO4@&se/QWKhݯ>kncV|Pa{s sc`e% d&ŜmV )P4k! Ljܞ$} 6E6ҙ%Hɿ^l|fvI#1~GF/qo~cSwIL82.rGd2yґM b=MN*fzr~.µCnC0?{3mУqJڰa06P-CSqrvCowR3yMmZd8h˷~5ZGJ.vJ\ۅP ԁc0!PLxqBaSm]f`SvJȞ* 2Q-b6HP3ڹCӰdc"4Cgq1edXba" Xe>N+ql-C+#O/sc޻8D)?ǯGWg4Dp͜gAAk(nc?@՜nŻUN1W]u1|گ!;94Fs)YSQe YtKTrRUt3MGA(TD(95tWiGeHql7Jl{סq@5&!\W8h;_$0/MT59]I̗"qk84a$p'k[LEMR3;ܜƛ 7 O;VC+17e`=޾7sI^#>M07d8@|r ~1ƕߛ`i?CL0> w{0I%oA@JsA+°1:M_# P %7<kaP*s=ԗS&y=br ?Fh&,źvz="Ԣ\O/t?YmI T2Z6_' m!Q>1h k~-B_E- :,NL.mť-x /T$_t9WQCg&azgp?Y-)l>1Xs3=)a>=9D6F UvhtN%*bE?P0Z8p|eej!qS9veЌ_=OS 1@9NH-,L9E}}s܊E 7ji(7WYݸ!s΀Q[w@6RU.rXk9JغƐ6T&w:-dK7. &uc[pK ['=jJϻFQLYu-kc 5 q./ҍk!2ڼ CӖn' -C O/ҳ^>T:2٢=Od+\~2se'>@磂V7%&u] ԒJa~π'P#]c-!jxg;vCf5ɺ).yGy($&԰澙z㞽4_U, bl:c䐗,x"ZGT~BXC\W(O "}9a#V{PhH yуΰF\+?I_wX3ݸ^ }Wz54[m|EQ|+ 9FtH \2>#(PV!8zN6`F,vF@* KdY(ׅrNJ]euuǥ7OYJl{ "vA@3Re-FEʀ t\lk%4џdꖌr},i pifM @((UppG1\/״^f$vVu֧fdrg[3-srkJ..jUC>a(ec< C&dS{فf 9kYM{9SYg^DዉR`OEő%RhcM ~\hVӞԅP/"M-OCH"s"#wT<%Ήj#***>1_0TO%lR S NF@='It {[8g/~2EP&וt(;4+N"8Ttw0` 22$ uǥg9F%cty1%H<&{<ݽ~mnd;M} /;H6L@V:#^\enU4>"ٗbC'pWd$4G/wrS6֫-nxٻGA#!G3AE| GL,a:4-jg#MWE<]*TW~vN:4ݡ=+;-dlI OV@d*͑m\vle@lHX-HE(nІ+~$^׿fgrt]lٝR^~jTF릞]^s>wܴCcڎAGgg7^@b.OLF9kqKdX 8I~꩑^GQr-Sck0b ;ߩ{lY[vx[xn,@x`p(hn{Ϫv6=6z!v Ch73~حo&[Aky_Sn=zae6m-vbja1\{m%xg9AH>%e]>M-~Φ#drZ?l0& >xFѳTRN9AP5GHh@^a cP$j:frY{ƈ{u wYŰ-zhv V*oTBŠ6T"0-24kKɪQ(@8S!c'\eV&ZOm0g#M3ᵪC媨KѰ٪ZA MVضrMSCaqm@"P݀ćZ `6?=3hd'ӑÛg\cORaȦưDzb{:^w,B`t-F24ޓ_G3Q"/ wP}Kiʪ[ǎ\1n 8ʼn`8CsmLP-Jr-6=lm"Yo;n^gZʥ kp@e?&;pKTyDbEzc<@;J‰1X24JD ݒwG<-UKV0ps+%;iuo`r_C62CEZ2r=ըc5o$FP@=^ W?B8l]?g6har'ߖ k&b~1HΛiƎDʕEfKy/D=uf)SxBl01\,l 0Nt,{ztweN::^HINdr[5k>5D#X 7 2HTp:U+匇\,Jv/m1moD0g9BeqmѨK ,V;숵%95Vg&×QR%-$K NĪB4܍[4oԀ٘r524hf5̳16^ &36D<{MH6\*}q݉2򗰨-$fRwDޡO6+fAvh Qaҗ >'_5 db)#:\gϜc̎ 2 C\ų 7D 7й }f y Ǜ;{#VUG,РCi=} a + jv06r6YœX0×aKz?i!`OлTmN|?RIhE[#HgݵEp?k*98VV n{*ҁs`+}{'/}Q{z+덈vGX_.v@'SF3WRW(-B'BxK?c0YY v9iȊcN6YEN4B1{C ?S,~ 3~:Iu%d.k{J` (D`@9ljdO5Y9,7ڹJ쀩cqbl3Dr3 *&2?22&BYHp.J}O^mIl"KW,OAώ chz䋏Ӓ $1"<)W&?:2B# ;??Ҏ].H?7z[Vy0}L)b?vڤ%S+b쯚p`KLW&A'K!P/58ۜ5n) rlg/\/JqN~Y%Ҁ y oRrRcC!",&nkTõv|;u%ۊKP p;@ٺ1|xQnNM?\1-% 8Y(SÇfgF(gD ޙO<4F~+{ÛВ<DQ]rDq$3Xh40Nlmη- .@;EqʿN9v M-M,9{ۻ5>+KgO!A;TBC.}B )EvIqp)fmj"!щ!:be څ  / Dž27`}fͅ,OHX"T;at+3W [G$^e袳 `zP ӐI$oqԷن~gq?r%g~#9ʙ?,"zfa)1oPα0@ɲ c" bbg>ar;$5 W}LƒnZPs"R=qf9o~W zr,h1wűE:q6A {\XN#+؋{mzMR]$.Ql&04kEFcb9-w02q]GN6f]e}Om!""]gab\66~YWҵRyt褑NxYx(!LM>lk: U^@hP@e)"u"gʨב8zc40\1v 0lt bV;:Um )d)_"A戧md|[pLV(Թl8s*:s,eȾ3qAJX