gsl_2_6-gnu-hpc-2.6-lp152.1.3 >  A ^2A/=„:B#zaAQ臷 #ڕĄNa-R, c~AvCOAOiliE/jy |Q }&y--n? Pw盗2Eftz/>jD12K/|j1_͒ЃO{] =\Vd("e6IWyJ~uyZ;nۅ![r=n*1dBe 4L.by393cac8109f13d81196603bb0c9ff80748ea37ab02235a89a3fa3a8aea698fdeebc087644c8f08ea11953b034999be1177b1284fz^2A/=„LWH&m-^R 4ʼe:ޡc[~>a[Q1/8!4(ˢB1[_e]ճ^8Aׇw<0I_TpS$ɐ)Ta F7{}p1@#.ӲT=;zSy4NٍQ %;oaMOef`iDjå> XX+3ڵvr (^- VŬ5\ ė}"to Nuد6E>p>-d?-Td  7`dlp  4  L  d        X   8  (=8D9:JF' G' H'L I'| X'Y'\' ]' ^(G b)Uc)d*`e*ef*hl*ju*| v*w,\ x, y,z,----PCgsl_2_6-gnu-hpc2.6lp152.1.3GNU 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.^2lamb22 openSUSE Leap 15.2openSUSEGPL-3.0-or-laterhttps://bugs.opensuse.orgProductivity/Scientific/Mathhttps://www.gnu.org/software/gsl/linuxx86_64(J0KAAAAAA큤A큤^1r^1t^1t^1u^1u^1t^1t^1t^1t^1t^2Ytdd38e484bd21334cc2606cddad705ec4f9668c8712b48dc855f2359da98d49999eb85247495f9f4d3bbc91e9f253f89f531177ed71bcc5f30ff3dec228ead313b76c5a9afda2a2c6be9cdb6cb48b46efb17c6d28a9c15876678f0802c6d128ce4d3d63db3ec9ae57ac2cd1c0bcd771853ef8fff83f3f526a69e2008316a640028ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootgsl_2_6-gnu-hpc-2.6-lp152.1.3.src.rpmgsl_2_6-gnu-hpcgsl_2_6-gnu-hpc(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_2_6-gnu-hpcrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)2.63.0.4-14.6.0-14.0-15.2-14.14.1]Γ@]]2@\eX@\d\ac[ @[\Z[2*[#@Zz@YI@YGYA%@YXoWE@WE@We7UuT@Christian Goll Andreas Stieger adam.majer@suse.deAntoine Ginies Egbert Eich jjolly@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 checkslamb22 1589654047 2.6-lp152.1.32.6-lp152.1.3gsl2.6bingsl-histogramgsl-randistlib64manman1gsl-histogram.1gsl-randist.1gsl_2_6-gnu-hpcCOPYING/usr/lib/hpc/gnu7//usr/lib/hpc/gnu7/gsl//usr/lib/hpc/gnu7/gsl/2.6//usr/lib/hpc/gnu7/gsl/2.6/bin//usr/lib/hpc/gnu7/gsl/2.6/share//usr/lib/hpc/gnu7/gsl/2.6/share/man//usr/lib/hpc/gnu7/gsl/2.6/share/man/man1//usr/share/licenses//usr/share/licenses/gsl_2_6-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.opensuse.org/openSUSE:Leap:15.2/standard/aab13aaab0b2df7ffeb3c982c0008cc7-gsl:gnu-hpccpioxz5x86_64-suse-linuxdirectoryELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, BuildID[sha1]=acb33db0d653289f24e0ad17f08180b750beb059, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, BuildID[sha1]=5ae9a7b6c7de7024e395a79fde84efecdedde30f, for GNU/Linux 3.2.0, strippedtroff or preprocessor input, ASCII textASCII textRRRRRRRRRRRRRRjPLCHknlutf-8df09b24f9a9f59d641573631c2dbaaab4ca807283ccc968a05b2f5384eb31d17? 7zXZ !t/H] crt:bLL g5~6#V7M .6yuBҖieVxo ǤGƋP8R~w.o)1>4#4 YhNl!jYHڮn} %9 wC 8n|ITgOroI.C/wyK3wSONge9uĺbA )N:,VWL(6Du +PS>jU\0 Jx&,BNP\0l߾9%LEHIhoܛpD͗KD{o@BQO"y-s &v.%W;ƴ0\L+R̷@ ArVq\@UNަ5Q-{ Pk7.GaܣWȆ]mtHA݁ #ɏP0c4,yfh{̸j$jG_f9BhbgԂoяS:5]݈LX$,KǐA6mJh"FЁ 96!|_wg F>"Z\ #`˵y+Gf7uBTPG/&v)5ۅlELJ'F-lzEIO2qzsp8qIpԑceKOxY•2R]:lnCGTc%p MHTr7_o>p^צz=Ka)Ed-f-u[h9403=wѓn[Tx1&7\A%a.3 Ql%\.8qB"in:[,$sqߢԣY.XL}3u:κėqhD4bO9׎"ߔI|JE#:h<`#xiαW;}q,-լQSj\ܧHtq6[ںH;*h- 4*(^'/WldEp]B:?LXyv1;!vx/> ۦfap@+=j--çD*?Ѷg|Wt2*mtgiݝ藄rn 7;N˴4|&mM3Yܚ\=bKED̨PjE}"m`PBm@n9Yߛ'X#g-O5mv! 0ZxYG{몪`nBz}lVzN׵=i{Ѷ;PmJMj4Oads1ԧ^ ߼r x3Xŷώ13*f)v!'|@0=I4\FMQD Um`G6# jtDT .^,Q܌<1LJIɯa)_Po7+PE͔{V1ZXKr1ݓӍ(J7~a?/,:>L^7*={- 'kG;e1F͌28fi[H$+8O6K+5%X:{ ,i w q p=o g+놁1e7#*lP|[؃Eu hn;s^k-O F`iQi7u@XK CAZjʽ<8CӡyE0p U9^] ;,K#M6*lIӫRHUtBYɑ r4#&=͜e:05bd9 i͊2\nTZkA!ShxN)C':-mugp6xgZU !lęTExhL7HFzLic8s5 U4J¯gUx `l=Fa㹵6(3?dJqXt FjQ/z̐U*$ahFqȓ̡"A072VK("PCGy"pԤ(( oZ,j^42dVsn\^Le+օ}3NؖAvn|{-/_eglnJdp~?ηToY"Y[a~Gǎƭh<m^%c! ."C?c)V%?\[ |2 'F Sm Z'XaBr(ʶbۆ^ގ532Mm}US9g⥁RM ^nHr|MIK|55|jA#s\²`HeCBa1m tsGp lhyT_W$/2TBɱPE%>_W`lqe(@BRRe#FrWhdר(OzVc[W@Ϻ'yq(j! A5:hnB!˷q@7y|l︀!|{&=x?\xCڋ-PbD?W2Enźqc@r<"h Hyj.Zh z .[} s}ծQ?\\26W"hW:$ kЪ4?Pfiק68b9v%fo> ~#xWgBQ6aI^ۈ{ OӠ]kUhqjQʳlO>l]m^Lw'SWUKD/b-ǙtPFQ貪!smNZ$r"mMmѠ9߷]cspET,2U rQ .(=UjUHE-63SDthD46xU&H ue)r͗m }m}:3 {Y }*C:pG7J7fX~ŽTާf-0㓙;#^f7:P0hS|0cIIaNM eR^xqG ĉu忐1Ү6)n6cv5)ȢR cHؗWNғ'2Hv/j@$m%TÀKB֥;EVnJr_a2w-Po0TQ h=zWwyGJYGYi!6)! ۔\Uf> '<>(yy7{)6-e9;!n 3$А0*K#Ӑfc5g"`QSQB .jVMQ$ nUKzo ϐl&rL<}j imDͩ/jƾ@q"YU*}售ϔMj\)*aN`܌cJ9Z=N Pӱۜ/;$do2U6[;J-jzҫy_v(ZKPJwY$>sEcW.ݖC -hK,K_-gJe F)Zy$ik݆Ņ[FB%+gJ:=F}kp&QAL iL88G< l4RW*T=%a𝗿$0Aace2O}4h^FbhGk>U<*L*}>Kv$86?(R4Ӱ|:@` ;mV1Q =Ak7Nw/E#km>*+G:.ldZwӸ~k_ɬ @[9pFx!%hrLBNUE}D)|բ2\p;h4!T2ҫls}OzRI*cOWK ݭ XjW8 &kz`x!Niy qCa8^ϱ_`V?+#>GKIQy|Rrmd- I*u'1چaz0k47 'PDYh2\C%afg[\a3nQc G̀lMݖ~Ğ&!V[p$@t/_T״{zˤ1($W% -DT8r$>|*/S 4/QxOˉT/yȂ!!&P?›s 7P[e}f:r:4ᾄJoV@vm qc[zXMUGzݰTy!CEEVz\>~Xxʐ[N2|R{cjwF xj\FP̡eu>kr4v Pl n[xn]YMef Gjwm$_sd^;+*nA>/iE=2ZZKO3#Z%x`Xf)!~nwVKXh6hd'm5`H}2o֍lcV麨V#&M = iMj-×K9>ʟT`I ∷kו> nΔ@VV>!=Yķm$_&p43?yK5n-/$v(0FOy04mAL2 rȄg>07{pcahC݀/aU_8c@<;8_dm7#f]EV]A(KQ.Ύban"3adSerDnG2]Gz$mk;y۹)InjDqȓĪ6`xtTrGN[mUei2ҧ'ZV`d_+LQFE +W11(E<8GJXi`/X9;0R-t*8G`όt42p Ιمmڅ7<U :ffU3M755$\de@lr t|DRcC[[uǮ5Xjl5 LF( iNr3_?sc($qviž9g_c_E@wZ:)R^lvek$EVU r^Bqlhir>g#ua4L6cPan.b_sGX-E!ûV6৏a@ KAy SM&8c4a0 @mK}X:*_mS92c8d-\DLwPD@vƩ&nj?_:;JaF&"[PD#!pHˎUoLA=E&܄E:_B8>юF?ȏUWLZa)R TPTl"`6u~E8kiJrM"Mr J'^ K`TGQӶ`l(-c~ma1B, pgINT=u{/b㿏&w ߡ%w7/[CTlEBnW{]?O b9)raPi49"L~2.qeFgN#,Ga/6 Vz0V˻ȻB -v!'I 'n,kfFT~wR'OhPmH^z< Y SP>d7sӯ>{8#(@ZH8alF֙g-o'6T̎!8rUA ?F> ;{ri}"V4w,RUiIq /T*)G"8+ޡ5'(N];6ߣ |jTB("s!mG/~AP(t7[ŕ_n|u! -[!E{;]nZd7d`(k;)/9F9;SM{DI!1@:E8KC/1OpE;eR% gFbu٭iJDdaԲ64K#-3ԺLl=}ה!ݚVH_$RXǪԡ$!+}d.v4L ǀJd[SL}@L ~~pҧ OFzs0 ϯvfIzEMAvU$%ࡹ6<}\,sq2uv}5^FpC߶7.dKvȇF,u@*6{|8N,Y(a\S歮LݻVEgeGiAi;I@vn˺+Hl[J ދ|W:[MBj|##BnN== :ʔoYwbQЪk փ\WO| Dz#s$ L4Yuqx)@a4Y@znHjfUhAUM|q׸\\ w`:']47cW`ɩCvܜD/@nH^;;[$i(Ef|G!^<~RHjyH-]YDVE\y`$CqtkCL#mZԌ-s ,h3X50굙ˇ`ǁH,N#hW-66ԡA 1-cA2'lVIc%Xnٵ# Y J-') '烨Օ,8CpԽL)Ϧ OpeaF$D`yK۩Ťpo/3XF/Qh(U6f/Gv\H.E[ ' e6?YXTv5 ΠY#6܏;[$ val,:ׯduֺ@E_B;E]fj'aCzb-|\ ?߳R84@.)g>/,YD٭!Q<9%#>7 CDwï ۩ ߓ~lOIRkO \g8ՙn׈~-4Db쩻 ̆sfB  EbZ̻ 5;r! {s[)Uq SZxR18>q-K~Po NeH+U1Z+*k˫wBX摻?5ڧX,N% m׺ " +]'\%dd尖MXl}" F8 JTO7|z4-A&m⢕%9AR~RO/:rV Nzӡx N^8#%d+e9Wl@h,44u Q%+n$RVwy%x[g+%{d-TrC1+Dp]u ,Q_j)Q=G82Kp+8s|0ɳ|H!nu >95ҺU G Af$LQU?'H5cdq2n}Q?\%< ǵ5Rb=fchJ%cjQQ0= m 4=?7Z]q! R,fs xFj Pn94A/#řGpj1Q]791 Ƃ o8ትd]|1)#%ݡn'5-44z*ٿK'd ކz?[Yt7UWcK_c`(fs`uY`*n#YjpS wKbx+S+~ NNn'Qf4ްDBqf1P̣5—+ 9&G/wgaLJq3'4`+/8Đ:LF߀&")րJO" ;j(}} !qb[6^f9\-s=lT=j__>@&=݂} oiSߋyZ$(r0NE<(uwt&1A#KigPX|d[u܀9nS6¸QCd $)k&=~2,5W6mLL Px_EL5xO=L8wMKbbENpt֠Q΋cTW߾ش T1"m&6 Nד0=?,# 4iѲ'6VL,4bLMz7\?CΚO1c~Y"ߓ[ujl75tsUv+4ޡ,t[WZ~!NMLOڸ1puy3Ө3XPCs=C&h],; h43oM0OlURCI+QV$H0N4m%0q{~də#`IG.:mu`aUor:49K޴ }FuK>_I|aƇΛfj[#l @i]xkSWGߑ#.?rv)&-u%kw&]Yd)g, %fžPklGtfrn~ӡ`?Ō(ݝRTGt"cŎZdk),\3[s *VJdcT;]p7uEȝ(j; ,ê%| 9pmcuU9jski&_5Ѵ}GeK७<x(HD_/$#H*1'UB34q|C@9sSJiƲ@個^)`@3-Sxy0'K__.8ʈB\k8vRs3|X -<ŭTЏ#O^*H8rLoU lq5pEduqqzK(5/&В6 68ohJp GaCDAK(vq/K iwH4}d2( 3!|19t[X6,AܫtSe)^QVn^>(5U+U}ƌJB8DR ~໻m.ji2Dus=R͢_,Gk DH:DunPT:ι shcs&d;V%I ,怷s2Ӱ a}hLs./˻b @I҆ sqt)qfQ ?>Rr-&ukrYX܈]ts DbN>m!5 r|0|Qg.XH㾳X!Ϛn '2fK:iL޹H!?PCdT~e%)HQդ.(B§ti>h"u@D&a8fk"bn MOr ϰ`3[uL9#nFWH/zZ}EnC쥀s 9;;s᨝M촒v.u,n)؋U7Tb2ww4o̠R^FQccaR\P9|P\!F;?l'ř9eql9/g27I=~ae3d5r&oH@JEʘJno-f նX0lPLleJɅXoW5 GSBSq Qw ˺?À@^D6|bX O5)yFbS3WE+R2Fi[eӪT {\Z0.R &⺽w Lv:?Ix:-76O -By&o:"/v|k2m1W ױ"rKͫfI֪MKը p5(IlݕS.MqS+hZL (2PN'=P /,ж _y}6W;D2Yh‡=TEڤ&S~cnnD?X@/%RdfV"Fek٤Ox_,@~gG&lv*>᥽[s CPaywhqJaΘzxel3iHtbV Y?f=xZVR>]= Z`xypYm r +LK`@b8|^)X-RAL3zuճ-m:I;pِ |7b[6:7D읣YRB:6tE"zi\JO (QבGD4N Q/ӟ8tjb;wiL3`HF'."AuЦ;^eZQV9̮ԽDAi߮iS \T] (z )\ԗ-iym;ybZNඝzHv/8Wͣ|5&r'ÂPL;%gT,EAǔ|.qo&j垆p074Eez Bx[`IŲm3OL~#x%7>voq!GBM6q`7tjCE8V s׼}=Bgx)]T$k񛤩dgtDp7J9Ax`i Pq\[Oi03 f! taGǕ}ڡ+#QLvasV"H~:_J=ǹ %gQK>~J4}4gQugd`nڈdˑؽJdJCYefcp!(fSK30s(iN]un@ұ!lYSwGNnj=B̭I\Ü*hXiF0/'{-#Jii^y$YnA@Fүm pL\okIT, ˠQ0͌T|H/+܀ᶜ_}E$PNq4{IEp S5ch/#:H.`ZM'77:@A,%-$ . .-8ճ.=TVAYZTQt"P:U:C)N.xoF(:bW>J~FčF54j3Xw;O]Q{S&ٍd@Z5[7J?>9F9;G&"٤9,Lk}=clP^bysbE2To@I;h?}Z7؀2J d!*TO'3;REQVl킍vQ$grEݍA:.H)8H%Ɓ^= M:ߘ`U= h(* ,2 {CpW9saRcϋ"5G8 S ҃TNGČ]m8Ǹd{u43SCD>Ĺ5P]M)NlvCMYQ\E%KO4dTF+,db#2#`1РՕjk.4r)Vn$x[ދ95!Y jmi ZL݃()k&HLbpsrErW4Mqb\0r7 8">8mҴُ؞'e<dѬlуNA" fLVrLu]>Cw?ݻYN*~/R Gjݢ/^Ik{4al'p+Fj/i4f<4kMK¢pફ/0Va.",HEIug')e s{E6IĘ,\2?aהR6BD,pZ>q5g7mAfk#}T"6uV2w5GzB%\Z= ÝҤ\$T>7t-o!VGH d_O: Y)Ì*u5>f }yc-Jvsuρ%F髀= >M hgbZF`tГ /Ri@>Xȴs6{Ŭ/FB0J.xOxP6/^@*B9(Y1