libldl-2_2_6-2.2.6-2.42 >  A [p9|HSͻM$fϹ60Y@C }?mP%eLS0a@ @jh/1j֖)0vp%O>$R:6}GtxM` B# F3v"7.~e"Eo5WUw* ̿H,>ڨިXE˘~A\~a=:뭀C@y16/m[y`UF+ͧ>`>Ѱ=ˠe+ q{$C2.BvV45/Cv3)&bg.*CHPޑys@ &kK Ln&ԗnX1F2n4B6 tn3s`RR, 4%3^]mWD;+0?jAsZ_s>p@(?(d  7 'V\d     $Gj(89H: C>$@$F$G$H%I%X%$Y%0\%H]%d^%b&/c&d'1e'6f'9l';u'Pv'lw($x(@y(\z(h(x(|((Clibldl-2_2_62.2.62.42A Simple LDL^T FactorizationLDL is a set of concise routines for factorizing symmetric positive- definite sparse matrices, with some applicability to symmetric indefinite matrices. Its primary purpose is to illustrate much of the basic theory of sparse matrix algorithms in as concise a code as possible, including an elegant new method of sparse symmetric factorization that computes the factorization row-by-row but stores it column-by-column. The entire symbolic and numeric factorization consists of a total of only 49 lines of code. The package is written in C, and includes a MATLAB interface. LDL is part of the SuiteSparse sparse matrix suite.[nebbioloSUSE Linux Enterprise 15SUSE LLC LGPL-2.1+https://www.suse.com/System/Librarieshttp://faculty.cse.tamu.edu/davis/SuiteSparse/linuxppc64le8g@AA큤[[[W*bV1V1HS,&764c018aeed17f98767ca3c37b67a418aa314ca166340af37361c9c2ac6be5cefc725c262e283fc5adfe6a0d11cd26e0f749a5f556a55acdf263caa1cb9b1cef4faef23ef8efa9833095aba6d548a7c3b349c37c2162088a33c29654f86d5480a825c28f89d4a3a662af6626b749c6aa0a9511b6a3fb449b085db358fd2d838b6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3rootrootrootrootrootrootrootrootrootrootrootrootrootrootsuitesparse-4.5.5-2.42.src.rpmlibldl-2.2.6.so()(64bit)libldl-2_2_6libldl-2_2_6(ppc-64)@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1Y@Ycl@Y=0VbVLh@V@UT}TC@T`TG@S@Ru@PP6@P,P+@POF@Ọ@O@@O?O>A@O;@O1@O-N@dimstar@opensuse.orgjengelh@inai.detoddrme2178@gmail.comfoss@grueninger.defoss@grueninger.defoss@grueninger.defoss@grueninger.dedmitry_r@opensuse.orgfoss@grueninger.defoss@grueninger.defoss@grueninger.dedmitry_r@opensuse.orgp.drouand@gmail.comjengelh@inai.deRene.vanPaassen@gmail.comi@marguerite.sui@marguerite.sui@marguerite.sui@marguerite.sutoddrme2178@gmail.comi@marguerite.sujengelh@medozas.dei@marguerite.sui@marguerite.sujengelh@medozas.dei@marguerite.sucoyoteuser@gmail.com- Fix csparselib define: libcsparse-%{csparseso}. This results in the (wrongly named) package libcsparsever-3_1_9 being renamed to libcsparse-3_1_9, matching the content of the package. The old name is, exceptionally, obsoleted by the new package name (not provided, as nothing but the -devel package should ever have referenced the package by name). The obsolete is guarded to no longer apply, should the version change.- Fix RPM groups. - Trim pointless trailing line whitespace from descriptions. % must be encoded as %%. - Trim past-time history from suistesparse_config description.- Update to version 4.5.5 * minor fix to SuiteSparse/Makefile for 'make install' - Update to version 4.5.4 * minor update to SPQR for ACM TOMS submission - Update to version 4.5.3 * minor changes to Makefiles - Update to version 4.5.2 * licensing simplified (no other change); refer to PACKAGE/Doc/License.txt for the license for each package. - Update to version 4.5.1 * update to Makefiles. Version 4.5.0 is broken on the Mac. That version also compiles *.so libraries on Linux with underlinked dependencies to other libraries in SuiteSparse. For example, AMD requires SuiteSparse_config. The links to required libraries are now explicitly included in each library, in SuiteSparse 4.5.1. * minor change to CHOLMOD/Check/cholmod_write.c, when compiling with options that disable specific modules - Update to version 4.5.0 * better Makefiles for creating and installing shared libraries * CHOLMOD now uses METIS 5.1.0, which is distributed with SuiteSparse * fix for MATLAB R2015b, which changed how it creates empty matrices, as compared to prior versions of MATLAB. This change in MATLAB breaks many of the mexFunctions in prior versions of SuiteSparse. If you use MATLAB R2015b, you must upgrade to SuiteSparse 4.5.0 or later. - Update to version 4.4.7 * note that this minor update fails on the Mac, so its listed on my web page as a 'beta' release. * Improved the Makefiles of all packages. They now create *.so shared libraries (*.dylib on the Mac). Also, there is now only a single SuiteSparse_config.mk file. It now determines your system automatically, and whether or not you have METIS and CUDA. It also automatically detects if you have the Intel compiler or not, and uses it if it finds it. There should be no need to edit this file for most cases, but you may need to for your particular system. With this release, there are almost no changes to the source code, except for the VERSION numbers defined in the various include *.h files for each package. - Use faster openblas. * Remove blas-instead-of-openblas-SuiteSparse_config_mk.patch - Remove upstream-included no-removal-of-suitesparse_config-output.patch- Update to version 4.4.6 * SPQR 2.0.2: changed default tol when A has infs, from inf to realmax (~1e308)- Package forgotten C++ includes (*.hpp), too. - Adjust download link- Update to version 4.4.5 + CHOLMOD 3.0.6: * minor fix to CHOLMOD (-DNGPL did not work as expected) * added MATLAB interface for row add/delete (lurowmod) + KLU 1.3.3: Fix for klu_dump.c (debugging case only) + UFcollection: added additional stats for matrix collection + AMD: changed the license. Was LGPL only, now either LGPL or BSD, at the user's option. See AMD/Doc/License.txt for details.- Update to version 4.4.4 + CHOLMOD version number corrected. In 4.4.3, the CHOLMOD_SUBSUB_VERSION string was left at '4' (it should have been '5', for CHOLMOD 3.0.5). This version of SuiteSparse corrects this glitch. + Minor changes to comments in SuiteSparse_config. + SPQR version 2.0.1 released (minor update to documentation)- Fix linking config - Add linking tests- Update to version 4.4.3 + CHOLMOD 3.0.5: minor bug fix to MatrixOps/cholmod_symmetry - Update to version 4.4.2 + CHOLMOD 3.0.4: serious bug fix in supernodal factorization, introduced in CHOLMOD 3.0.0 (SuiteSparse 4.3.0). Can cause segfault, and has no user workaround. - Upstream SuiteSparse preferes OpenBLAS, added patch blas-instead-of-openblas-SuiteSparse_config_mk.patch to use BLAS as SuiteSparse 4.4.1 did- Update to version 4.4.1 + Minor update: two bug fixes (affecting Windows only) for CHOLMOD and KLU- Update to version 4.4.0 + (added GPU acceleration to CHOLMOD and SPQR. Up to 10x faster than a multicore CPU.) Not yet working in the package + changed to a consistent method for all of SuiteSparse, for malloc/calloc/realloc, and printf, using SuiteSparse_config.- Fix libraries linking [bnc#883683]- Update to version 4.2.1 + no changelog available - Fix Groups to respect new standards- shlib naming: libsuitesparseconfig-4_0_2, not -4.0.2- need to escape % in comments -- Fedora builds choked on them- also re-fix bnc#746867: * cholmod from suitesparse should be GPL-2.0 and/or LGPL-2.0 licensed- fix bnc#775418: SuiteSparse does not ship library which contains the symbol SuiteSparse_time * it's because latest SuiteSparse prefers NTIMER.(try to depreciate) so when there's NTIMER avaiable, tic/toc will not be enabled. * easy solution is to use "-lSuiteSparse" in the UMFPACK_LIBS variable in the affected packages like Octave. * but this seems to affect many packages in science repo, so I just add a patch comment #IF NTIMER off. * http://comments.gmane.org/gmane.comp.gnu.octave.general/42837 - add sub-package libsuitesparse_config which is formly known as UFconfig. * also add provides/obsoltes of UFconfig. * add patch0 to prevent removal of .o after .a is built. we still need .o to make shared libsuitesparseconfig.so- Update to version 4.0.2 * no changelog available.- fix bnc#751746.- Update to version 4.0.0. Major changes: * added GPU support for CHOLMOD * Renamed UFconfig to SuiteSparse_config - Fix licenses (some libraries are LGPL-2.1+, some are GPL-2.0+, and one is both). - Change descriptions to upstream versions - Build csparse package - Clean up spec file * Remove hard-coded library versions everywhere. Each library version only needs to be changed in two places, which are right next to each other - Move README to -devel package and remove now-empty base package - Changed group to match lapack/blas group (which this package is essentially an extension of)- fix timestamp error in changelog, dont know why it omit zero in time format.- add rpmlintrc to shut up false positives (after inquiry by MargueriteSu)- fix libraries version tags of suitesparse-devel requires.- fix bug#746867. cholmod is licensed under GPL-2.0 and LGPL-2.0 only, GPL-2.0 only prevents other components to be licensed under a high version of the same license.- Apply shared library policy http://en.opensuse.org/openSUSE:Shared_library_packaging_policy- update to version 3.7.0- updated to latest version 3.2.0 - added gcc4.3.2 fix for spqr.hpp - changed source to bz2 archive/sbin/ldconfig/sbin/ldconfignebbiolo 15272926072.2.6-2.422.2.6-2.42libldl-2.2.6.sosuitesparseLDL-2.2.6ChangeLogLicense.txtREADME.txtlesser.txt/usr/lib64//usr/share/doc/packages//usr/share/doc/packages/suitesparse//usr/share/doc/packages/suitesparse/LDL-2.2.6/-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:GA/standard/23df76e66a579fc60deae8208cd75cff-suitesparsecpioxz5ppc64le-suse-linuxELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=4ce53e3c42c3d742754da04624e8499a01cab242, strippeddirectoryASCII textPRRba6 pQL=iutf-85af55ffb458b13547eab25cdccb7905dfecd49793ed83438ffc624f4affd7ea3?7zXZ !t/ᏏB3] crv9uiYlTk~BPhNԗ&+ӄtbqb7,$#H2Ycqh)7)9 & %Ҫ -yo6')ۏ,puӌħWJzv}L..cSTN"x2k5ᆜ Tn֘xѠ/=&`J'AͿ B 5.1GÕKE89L sǚXZ5߇(CM{>D连T~"i}{CXL2f%ع]o8ޝ&6`*OmKN-Jw \(htW%dC(Ajh7њ% zGkhXV̟_KHɈ '`t)|m/ۜPG>*g vW@`4l;ӵƠtPSPCU/tJ>gMmaj~G`r5t hAeb=ӐzH`@K*貚Ռfp6+7᱕vP쾌Y(Mp=nVަg|R)?-=B}4|v5RF[:Xy,k?i}r}^N `9 R)zx]-OY%n K,6mͮ@qTA_#b (qָV[hXisC$` 2f/"PXyo3n4$mM{R>yaqiM#pʎ9W9`(# 9- );xw*љ P<`M$j}6!׬Yg'eR@R@2+W̸˪Cm&p-,p#+Arq^1pp+ut?T4[| 3=Υx@Ǘ YKߦ>[6cxmErXD7[]pnL')Q.h<!S=Y1zC@h1kXkS,^ZFNFĽ3xC N}rpYD $1/ǩpǼ_ĭ6'|S3޻]#C SlޮȢDF9-+h]Z-\o+LEJ#ԫi׾sN9UG"鳢X%-pY+mMW.j}T] 􂜅}!ENYꖜHzϕ;xoSmEBrғF$pѶ܍gF֟bϿ ≧MH.lL Zo8~$HmXB앳Щq~-znpS97r6WPk[:ϰCa>dlҩ#5cf 6L rKXᨡ0 -dYA1-^ }1VDzL_7LYPG3RwwQ!+[ ꧣ_49~"Q6`'<4uZQu?%hN$~]}  b٣(5JQ*lf-$ar\52J#P!%Kb-vumcJ&;d{~8%a}_Yut+(9a;a4]!5}y4a3%Y –r!#\B2i>e1UI0?~R1A6k##<-AƍI}}O3:[TcV*?wާ _X0$-R;XEQvwGOMOT.wE;t-s :k|E UڿR^oJWHIV%N2ǻChwb:S=s0:Te,mVפ8$4`,0NU- I& ª *ɸv"'t i Pi0:J_B`T*)M^r_r8]aK=Xx\(x7F/Q>[pAsZ{ڈnuQ1ZZp?jȳy$7ಾ9ZGi*0=ba9k c9 0{gH _,#&Uurr"~fy5Zu,i+(rz.]͈=uא!~co%C39# spU7Rvj")./+[p/ 2&ҤGRhWf0G*,jgr ͞e;$ƣKT$+꒰c[pvz3?[զhV?Wz+ebp_+ޕD2Jr sq#ƹ!~5벡R)i Hx` \;:Q0#jǒp(p^r␭zaqMlx["HcKNI @X>0^Pku! 1].}Shg"i ) ˨jzI(Pѕm6zǠP5M1VP*|.*{mx㧽?ɨ$W/uV{"X6Ɣ5良{V`:ѩQrEr3O?":IJzpS\h*nl0$' ń^ خ uyAw18P@@kPgmvsH-!V!ږ&TRӎuF&[L ZVcp%sjV$Nn" wHZ =!Sz\c2>T#{POj\f:6&dR=1ך 9: dmQTBbā0-(ЂpXG67}t$۟Q~q#5_? DBofLC. Z=Ymՙָ}^W <}@.Ooy-<5z/!蕤n1}Ҍb=N\쪯d'kEOVG)Kegn٣E-l}%- bShZf9sa3KUp~18e`ݲC7ƍ m}?.9 vg8Y^ABB;s[E;cyf5C+—7 b^1i00PMrWÒiͫam||w5j *d_2Uo| J%1_Y}CE/fh! 0e\**< lmracf{laMӽ_׺=J;%ͪ <ެL-$`8mU #(O*[-=ˤz|ݛu ,?c$ [>^gX|~ދH|cIx~~(b:MK8'n\.2 ;*B[֘(# RC2SSC?+kv^u1;@i(Ԫ%یi;ԯYb:@*ʰ*:ׁf 1sd#"]:6*vR<agl<|,AJ_{nD*0:%ѕ'i/#IoQs7$o}՟_ 掓wN[6eƊ?+g 'cQ{:58[fD1X{c)KMF,LpEF'uңHTsҺq/2Yu ;w-TLzMS7ͣ70tC.qVɻ泸~Z X [$Wi𒣦(bd"ә\m7gfO_һ%94,-ˠ#Q-5Ti5kf րjjvUPǨPLOc%vK+=^Hīu-/ "TQnX4 8Ax/V1 D& +,x49-Ob"%2z0큻2.d!!5{( TtZ#_G>I !&$9D"(' kkI45BN ;}iGo>z{bIkԛ[BoO~nx06|yl JU)*i`p4 zN #c,qJ7#Qz+4٩ j&~>7ezw@ bzٯS󯙢0JQ `}Q5-w]+yxa2 sqjfA:i-=wQj c\)#6~e&D2tP8@^o5"Tkfک95dr,!Ekrb_*051$$0Roh9m &uA&c@W1HxR;|eQvN(P9Q8ޝڔU捴{=bkU6Gf;T ĭvi\(L_W_~!"u,M!IaAzx`Ē%*m]ғdrW&MK "i#8h}(; g"2 MmXu`rA=ΪM[$:Z@rgg~oHޒfMC~}K92c&m5vڏ`j0\&o.|IV4:̋{Wخͨhrv6I)zkZV0 aGx| *͓)]͝<>xw ߩ K9+@cb!Xd.95չNPAYbhAb#q~4+5!z2CxzdM:[j"w&j %=t5tp:cO&"@߈Hn#og="vR\Y$U:x`,{-cTF@Z2J1ˬyJІqڵt̸Ύ<-`eg #6 v6mJhE&)@AAM#^5 _%G9 c3@j.KyicN*gm`lQGI{5b+8`QdDv+y w7;_D27}{'Tg؂"FX1^Jٝ1Iˊ'Jpi kmzh%b N+kF:i1QeFmɅcMyqT-BRpysI+&wFQé `~RU&ao-Qmn &H5~h}JK5az0 B5/N30D:ޖ(~퉗J\+t+ksMZW5av-Kk HZt,0Q T(v}Q\K^e=C;@=4p윪ϬE[)7M@dwfMZӑUE#,PKє(D͑!zh3g01nȒ0bq}v[k3RT٥祥 ,z Цi(k/vd2 \cfz4EC+䜽LyDRDUVs)28H;k$%%չTvE Z 3R⁍hfWW'/ooܺDK~*ЖN^"[Fau҆FOWe+s\dW$)rm&fd?qDl.r6&Tq 2y7WRlloK(P<ԓC+u&aMS9b1J`ci8ǘ 1"TAN<#/-*HP__ыrK6 44TmՈ 3}\G q´;*^1fwJhoB3 1'_:s~'`ۏ"rq [/|:KEHO(9 "nHiGJ^fED*+I vߌLߊ1p±"s_]rmqZC9mm gќ3lћV̝l*^j|j)  SeʯՉjًP$ɀA1RcAzY>xjaG&t [S̔0M $˘ kVw1eP(CQWٴUZZӍ0 9[sQ)AZݮ|zC@031AWaE;q ")J.Va^\A&` 8zvY%,YZВZ<`pՉړp9ύ \j zJ٨/s)AtRz`ۇlFmO'M>fTJ\ i~^ԭ}Y"R~e/Hb<5bN,aԈa'mp#D8 VlN"PhII]309ilξ;6,.Ca[6:gx6Ti qpO,eHJ< Gj5'Ѷ܀W` `nIu9zۢy[8%]zŕ kP>]jt{j9RZ˙j31v[ <{{0?o`xC̕9zV"!ݍmGEXٟvPJ+@RhIH0LM.rZWf"!i+w ELdC@JҰ+7_y%.>~ bMWcMV؀4j +^$PeR\(qB@Cyw^_s.*ut8bjL\z`lVa5cZ#9KhXܨjKa"!OTy+% \FeES=9c1aA5r4D[hߴ;))߁(q!cOBy}$Xrl^mlY93)@\p#5w0IF% ;9QM</Zv1mUF9xiB$NTנOOQU!7Q~QD&<щ'z;A'Onuavlncf5 Llz27*!gSWs~xizBf 8Ps*bc])oXU54tPE[=!\*7 dNuA}A kKhXE6Hޓ 'w[#F)VӟB.@^e|E^(2?KPNԱeOD`+\;i]bCIvjDA" kln߁~b7}PL̛1 ݍ&ċ zJDqAGWejY$(d X!]َ"R]r%x) Mxǿ fG0ɻH"Gi> ,L1$Ƹ# z⮓gSUk?!$6 OrC@o$0pr=</mB>h{lޓfoqS,8O`o ql44@ɮ?$[ѾD:J)1MG~[|( } I >Npa=3|X{SJ%_-,yqZ\y|yq6ZUnٵ.W5|>'Fv`2L^}51'v/|xhᦄ7ȶ׭olaHOgWu,|YZPçe+fjb²VcCS*D^KII8$%(8jTFQh$wC6I8->m$`] =4Y ܑ^_i1 繺>Ӭ{y 4{+I&mMIA@] Qcvqѫ\oɫ .C>^wiKC*Kkhܝ0)eA&%l7} U^.T̴swܭ|xs|yp@*eg 5P鳃w{.3 q*!k/ݡVKKh!*ɰ*Z]ױS1>,Yk/mn3=vKUAN8EҰx2!:Ĉ!b_SCO: Z5G&,;1-˖NJQVu30bW@" Qп 0٣zÄ6+୺jbk[bOqm:f3%Iϒ=pʦs}ढ gؑ{h$_ mi,hxdYJ}Vo6N:Ѻʅ<He#B}JMO x:7>9I0z^@Զ;cW('Qb}Xg`*\tUIϊ&zGLfbO97+m#š/Blk 멖"ױ9ġ3dhkc/IzD,5ynLi HS,h`T NLr'u< }B!5v5p|Yvҳ/ޕt'-T6c%YJ:k KA-l׽s7H&R2v5ׄ>JS@B\[='!TF8Yլ* ɩv8)VjUp&Vދ W )=NodF$ꪛ9 jb̬e5B4 PY89B9T0MYE=w{r:PpH^8mF1K<lU w<C hQ 88Y9OQI#d-%+k+:/$Q !ozVw>%M'$gaAצFݨ#Ud^k_OWu}bTGoxS\rPr46D(FyysoZy!Qf8pV l rg7W R!Dhrܩ8qb@D 0Z[g}6G8Mgx+b~hcN`;JP /=#`SAwTםnYƁ=HAJS宒:H&BM;/ta1 ɶRte"CmYIr+j{MsD^i3nb{.w˲ 2{ZޓiJ#![GgT3_+ mjnpME֮teά9Fk)ʄKw#M}=ʔk@'dÜo55-TQ . PYjͼE3~ÍN42h ~m &?zȜi|pQ{%Ym6DCA}I\Y#eڠ1Bm~ X޺8bf˅I#)TD7J\fӱ(! z:CؔzyMH,4hO&KqX#ߵ.^̹ 3M;0*B%v5JʪٕCYI-KBXPPk$fw<@.V:ϓF5tYPEbֵݠl:$8Ldk*~i:܋zRP˧*KZ>2d(?v@ hōH0(;QtAGs_YwF'2[(Ev>n#ax*6zK݇81Qn rȘ/v,U,)+t٩\bP^+4ed | 9в+ qnBqyW[Ʒd I@X5Y}hA#σ>pY{kdLxSP!dhoP%1Q U@Z !}jlC7>ߍ>z \}]@2!F>y%(tT LG%=SR'[ wz#+^%Pj7ݼ0{?%X[}.E3h.2 ^sTxS{ec l饵T`Sx?צ>oFmyNw)jBUc<ߐ^a[Dd<۪ة'*? 8j/3siWHd"w䒩t*?kM̗'AW6FP҄  jÛwtYVqhډG};&r5"SZ?(]}#c]`5 gIMi۟=3 k07?/ 21:/8a8($RhHDxЩ;t>GiNi&fB58Q0] ƚB|Q;,65y]d ob.Ջ"QaNY(IZͶgp]+]FUUaEHs`V:GY<h,CJldQ1ĔBˤM˲nR|m3٦[+\ԯ<p Q_WdK$ dFořmW/{O"迉6zeVqq1F2 ֭?xt&a-x4jtZCeLGf;[e1yd+j rU֚,q: м̳Kx(Z&rvvcS A8l+7Ĺ*YAQ/Mzl ?O3;"YR,SVQXO_,I1#_XI@7$&xf:_%p*xkG8ТOM xґ;~r~ еE6 }HHqwвc/Fzn+<@߇0KOb ~9Kyү9b&O8N0=ݩRwݾ;0?4vu1>.!%͔pK2)Dqܕ/O 1LQ[6E'{ 㐨1ʞ~D,wFPec$}=4݉ef ufQEc͈a?gzz`l*fłSWjBK:MdOFV}FtVb Dc;v<2yFF9tl=YBYaՄDN^,!zJ@CfI \х>SAˆ1B]Chl̕o%^(&/*kz)EpV:;@~#E)Bx)xR\$16ޱuh)@` +0PȯOYE3=O4+5 e q`o4+wR 2sHdˏB)ٳPzB#q~6\~%IDbf?"Zy׮m.\ON~중hEvrdvF[-R(|2l^)9{-@+ \ ]*ޒ$=zOڱm6^H zY~izMwڄ7(Tp6(ِ;vѳR%0(;m6mo"i\#pX8Va#w*W'K?gf*S*jޘS]HZoqN}vv>z$NV!|.+pHiɣgvȱZ@Ÿɾ%K :7+9SGa},r^s6lN2d9=]4U$c̓ עn_MdS yEm$;!" cgӥT(LXXǣ6Z@kjO{c/HW׉>7=Dh(qR ݴh ]A!#nhQz2EJeˈm'#kˀg)'d9+f^HJ?`m$0(Kc>(ޤޝRJa[&U 0cZBgUIH.TfF>~ ipjU*ehܝ\;ډz ?ciˤ`d.VYˈ<B/lMvOQ:%cc#az TsRMRf裖A?I&3\c14C\3<=InEV+7>l&bؑ$Q"C&+_ S&Ԍ]pż@^ RiGogɋ>o{jVBЮ~jcZD%}wWx0^聗(]y." Fn:l&8SH8oZU\ᶬM];\I V#nqrJN|В)SG @"+(XiMiv' ҲK-@oq#q0pZ-\4'ȭk;ټz1Dn;$cҥ}յG 8 Q%0m1a5Gs!'ɅY >(Z8G.?TxP3;T{dCm&k^rDoc^}mgW;:mIsѮG %*a5Q'[!!D#u~!y*~'`tt$*jJ!á[^\!M]fzC2j;h/-U05`HD"pD(D?Q'.(4.pq`%V-u Y+{攅%!7Ao y|F:p}l 9EKb!YxCKkI !1P L1_f?‘R/VZaltM!BH\@h(]>lЪC*A8cVwz qj{PNR"mgZGގcٍbW_Nxg$&< 'f⹄M?ׂK;voz."y/K ^ Dל~LXT}a"gQ8;"5NPwx >lCE'gu'b~0V0Dӈ7a(k"7ov_xe3}GWC# e8VC3DZG]5PggO/Ƚ6 T@0t< #8LoI cÅFS_NRXhjZw!γLtl|FZ#_T%:Xz =Lz+*CI =?1/؋v߮2NH&)es0$#&TSξ)Ug|]oF>r3*z-ч-$7!&w]@& QJI6U&czv•1+_O20.&_/ϴf4!r&qiu/wUHq]–P76n鉵?jr:뛤xPDSZu eSo$4hAjY\P~= Țtl$/Bgֶ YZ