fastjet-plugin-siscone-devel-3.4.0-bp155.3.8 >  A dk>ŠI%z 8.61c?MϮKA5H_X+qNyf!~~23/ˆ%XE0!d߫'ݒדl>K7|͈=R ѦLd7/ (^yNdaIC8lY.< sp{UI#BWھ԰? C$/޿N_yF0 ?BZTFdUpǐnjhxmM2OHT( ]ndb]m>hb_[[ڵZ36zD>u*üQ&}%,Kw8F +.ij"6)EW\5.6:G2EٍKP 9'V'MekTq{x$ŠI%z pS'<͍PJ/s_s+:N ݮ`{ UJK$kO4&]r"/sXF3.Q} ug&b @K+csEW;{p;)?)d% / J -M`fp   @   B    v      d( 8 9 : F$wG$H$I%`X%|Y%\%]& ^'3b'c(,d(e(f(l(u(v)z)S)d)h)n)Cfastjet-plugin-siscone-devel3.4.0bp155.3.8SISCone plugin for fastjetFastJet is a software package for jet finding in pp and e+e- collisions. It includes fast native implementations of many sequential recombination clustering algorithms, plugins for access to a range of cone jet finders and tools for advanced jet manipulation. It provides a fast implementation of several longitudinally invariant sequential recombination jet algorithms, in particular the longitudinally invariant kt jet algorithm, the inclusive longitudinally invariant version of the Cambridge/Aachen jet-algorithm, and the inclusive anti-kt algorithm. This package provides the develoment files for SISCone plugin for fastjet.dk>obs-power8-04K(SUSE Linux Enterprise 15 SP5openSUSEGPL-2.0-or-laterhttps://bugs.opensuse.orgDevelopment/Libraries/C and C++http://fastjet.fr/linuxppc64le pv\#Zg W."C6D2A큤A큤dk>dk>dk>dk>dk>dk>dk>dk>dk>dk>dk>dk>dk>dk>dk>dk>dk>dk>dk>dk>dk>dk>dk>dk>dk>dk>8f5ffa10ce1f00754ed06131513aece9fce71098f433d24a2b6bc052ecf000f539ab8f7859e292e3a568ecedcb048a2cbef59c89637bfa332b755af3ad0d8aed27add037f9072f80a41180a97f5780d935ca7369e1f9ac188e60373201860a60ae70c3a88c005e905c55ca16402d1a2afebe139954d1f815f571f22413ab3234f42118050640aa1baa1fb8ad866260300f00e0ed96ecec4d6c154e28e73062a365d5b1f02524ae775386b863ef8275658292102ac3be6e3499ab096f5f540cbd8162994c4648dbabbee8752143edffee96faeecbb694b4f7e78663a3b46ca95666ae8df74796d7b3849a30adf395cbfada7d45e7ce1485d4370b0ce1dec1b7d98b470b0c777b35e78a61c16bf3b9985f747faa69a06757a201ffcc41be43b1490f572f088a947c2ddda226ec114985e9d86fc2d2f678e2b0656970154029145020a51d25753b089cc6503da7d53509fe369f8aa2e5aae8658e3ff276ec239d73d72bc77246643fc68347e1639079d1d6568289981d58eeb1e6561b9dc643366f895615bfd772e72fca3a700eb21e5f9c5385719b651bbc289a69eecb431954c42eeece67d06d7fe71d5bbd5d913c8cf7be1e93d3a5eacd0a8729b64b170240f3740b9ce999f68c0acd20a6efdedd3c42ee999fa05cd9e1c6659afbbb9c7cf7fc2e7278c4c9214849afd90eb5ebde67d9e11e21b80dc9cf8fce8fa330402e24441c75956320db2244ace5899b67b08d142c12e1bd8d8056ebf67f22ac779bf73b7767217992435200b9a968952dc2d03a2cb738a0e3595cd2398bdab4a76f4fa668be4caf935819a50bdf15a910dad9db51ac18328106b95b8de8d3897d62776fc5e24eca58fe5ec657643bfd0e2cb771a7f1edd6a52326c8d857a46583d10397d87a816efbdc29c152d0323344515357f61659f6e1f8ebb6a06ba991be368ec5303d7f1386d20d7ff7b1ce9323198aeef7e220051b37cc25b9dc36a7674b6f9blibsiscone.so.0.0.0libsiscone_spherical.so.0.0.0rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootfastjet-3.4.0-bp155.3.8.src.rpmfastjet-plugin-siscone-develfastjet-plugin-siscone-devel(ppc-64)    fastjet-develfastjet-plugin-sisconerpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.4.03.4.03.0.4-14.6.0-14.0-15.2-14.14.3a+@a(_@]XYX'@V?9@T@R@Atri Bhattacharya Dirk Stoecker Atri Bhattacharya Atri Bhattacharya badshah400@gmail.combadshah400@gmail.comp.drouand@gmail.comp.drouand@gmail.combadshah400@gmail.com- Remove rpath references from fastjet-configs script.- update to 3.4.0 - New features: * addition of support for thread safety. It requires a compiler * supporting the C++11 standard (or later) and must be explicitly enabled at configure time. There are two options - the --enable-limited-thread-safety configure option is generally sufficient if each thread is processing entirely distinct events. It should have essentially no speed overhead. - the --enable-thread-safety configure option is required if you want to be able to read/copy/process a common set of PseudoJets across multiple threads. Depending on the system, our tests have shown speed penalties of up to 10-15%. For further details, see section 10 of the manual * The jet area infrastructure has new calls to facilitate reproducible multi-threaded running: AreaDefinition::with_fixed_seed(seed) and GhostedAreaSpec::get_last_seed(seed). See section 10.3.1 of the manual. * The background estimators have a new interface to facilitate reproducible multi-threaded running: BackgroundEstimatorBase::estimate(...) returns a BackgroundEstimate object, which contains rho, sigma, etc. For details on using it, see sections 8 and 10.3.2 of the manual. The Subtractor class has been updated to use this. * Improvements to existing features: * the Python interface now has improved exceptions (a fastjet Error is translated into a FastJetError python exception) and can be more easily be used with projects using FastJet that want to define their own python wrappers. Thanks to Patrick Komiske for the suggestions. * PxConePlugin now has an optional mode argument for e+e- running (mode=1) instead of pp running (mode=2). Thanks to Stefan Kluth for the suggestion. * Bug fixes: * the Fortran interface to e+e- interface now returns jets ordered in decreasing energy rather than decreasing transverse momentum. * Changes compared to the fastjet-3.4.0-beta.1 release: * added set_default_stream_and_mutex to Error and LimitedWarnings to help guard against garbled output. - Build with enable-cgal-header-only for openSUSE > Leap 15.2 (where cgal version is >= 5).- Update to version 3.3.4: * clarifications in documentation for handling of CGAL v5. * resolved run-time crash with certain strict g++ options and compilation issue with oracle c++. * included SISCone v3.0.5 (fixes signed-unsigned mismatch, no impact on results). - Summary of changes from v3.3.2 -> v3.3.3: * improved treatment of CGAL in the build system. * fixed an overflow issue in the JadePlugin. - Enable cgal linking; BuildRequires and Requires for -devel pkg: cgal-devel. - Run spec-cleaner for minor cleanups.- Update to version 3.3.2: * Improved the shared-library behaviour by setting the proper inter-dependences * Included SISCone v3.0.4 with a similar fix - Changes from version 3.3.1: * Main FastJet license clarified as being GPL v2 or later * Added theta() and cos_theta() members to PseudoJet * Added a --with-cgal-boostdir=... configure option to handle cases where CGAL uses a non-standard Boost installation path * Fixed compilation bug in the SISCone interface - Use fdupes to link duplicated files. - Update License to GPL-2.0-or-later.- Update to version 3.3.0: * This release adds a first version of a Python interface to FastJet - Enable python bindings: * Split out a python-fastjet subpackage. * Add python BuildRequires * Pass --enable-pyext to configure * Package python examples.- Update to version 3.2.1: * Added a missing assignment operator for ClusterSequence. * Eliminated a warning about unused variables when assertions are disabled. * Included SISCone-3.0.3 which now installs config.h to improve build stability. - Changes from version 3.2.0: * Exposed the N2Plain and N2Tiled strategies for 3rd-party clustering algorithms under the form of two new classes (NNFJN2Plain and NNFJN2Tiled), similar to NNH. * Included version 3.0.2 SISCone with minor bug fixes. * Made template implementation of PseudoJet::obj_sorted_by_values() public. * Added a --guess-prefix option to fastjet-config (guesses prefix from location of fastjet-config instead of prefix from configure). * Added a --disable-auto-ptr option to configure. * Added internal helpers for C++11 and C++14 features: compile-time deprecation and the override keyword. * Small tweaks to the build system. * fjcore now ships with an illustrative fortran wrapper and example.- Update to version 3.1.3 * disables JetDefinition::operator(...) when CINT is detected, for ROOT v5 compatibility * works around an issue with recent versions of CGAL and the clang compiler - Changes from version 3.1.2 * fixes a rounding error issue in the "lazy" clustering strategies that, in rare cases, caused infinite loops or crashes * adds a check on clustering's internal consistency; a failure will throw a new "InternalError" exception (derived from Error) * fixes a bug in the extraction of the fjcore code that resulted in fjcore failing for high multiplicities (~1000). This issue only affects fjcore, not the full fastjet library- Update to version 3.1.1 + fix to area support for Filter with Cambridge/Aachen jets and subjets + GridMedianBackgroundEstimator has new constructor and RectangularGrid as public base + added virtual destructor to TilingBase class- Initial versionobs-power8-04 1684749983 3.4.0-bp155.3.83.4.0-bp155.3.8sisconearea.hcirculator.hconfig.hdefines.hgeom_2d.hhash.hmomentum.hprotocones.hquadtree.hranlux.hreference.hsiscone.hsiscone_error.hsphericalgeom_2d.hhash.hmomentum.hprotocones.hsiscone.hsplit_merge.hvicinity.hsplit_merge.hvicinity.hlibsiscone.solibsiscone_spherical.so/usr/include//usr/include/siscone//usr/include/siscone/spherical//usr/lib64/-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:Backports:SLE-15-SP5/standard/8c5428e565581649cffc3afba7c6b5c7-fastjetcpioxz5ppc64le-suse-linuxdirectoryC++ source, ASCII textC source, ASCII text\dtp@z`Eܬutf-8ea4a1327eab12d8279feccbcb06f4745106354ec471f719f5bcb74d4c603e9a1?P7zXZ !t/ZQj] crt:bLL ؝-~.$Z's9)'Kr02; \'OL:8"Tn'Zr.+m2^*5&A(ml|" aNw&ϕYuvAP?[?7]a3bp`1<ۻ;T/K1N!O綫f>U< .U%D &5-0;\#j+Q7tr yu8"%ޣt*; ޳4&ow2̓|]$ `L"hRhaϦ%\۲S3(9(U2Z4>5D` $թRSJOzPnbM N|o1Ok*F_V\iҢ`3[jOxWRp\pksۖa/ qnCTwNFVb(6LKZtc DsVrJ01dtuHLdjۤ53&E}8O &qbAķ 2jek7d>Jw2Gc)pc̥*<q8tU\Lv-!퓌Ně~ b[a\ȃs*;՛çao/=M-꒢E؞!X4t N|}xhSX('zԺm KuuDy#ڿm}Y/6[@_$F#1SloϑfYG췓K#TT-!]BNZPج~9q)¸Gmc|y+1ɞT/ q $PFﯽoڴ m0nG&@>gs>:zSz0p0a,!8\T(U7ݣ׋K67>En^_[ nR!r5SLr ԗE)07!c6O+/ \'xȚU NW9N¼eDE߻ Y|.Z,g xy^T۫gEZO*n< Z1O E~ hǺHA[utm̭ ;(Eo񧰫snZlb'7*B:ΐ2r݈DQ[ETl7JeTܴ88 RXoaדlv==jy Sfm "NE'3 Z` T;V8CGT׸a//X 9bzi- @\³lX^߿X@?sgMv#$ai -_YJc 4=cPnukL;\A][g .+&wcb;6Jx=i`Z? Jrͻ8N]ϻn$l9_Rf*u xz7ɰf[D me}'c *J'|45BWѝ~7e@icjy4#y/ ϊ]iBgSէݹ>#Jd%g83nQtDWyM*%렷*'Jv84S̋mzH; ےx Y,0QaS<~AJlBNJPO n{ji/bBdd ~95j-jsONu\]hYD>+7 4gI[yUc}+G G "Y)D㩂-XKD nڄWg9I~n y#d'n)8]ݟWЏTk0)[rm ?oLy v(c"tKȠك)(Ӎaoԧ_A3x[c!Ar^1"y36;N4}sR5\Ikte]M~k9)C8'Na2ΕƐ6zG1ڽ@{[X; =#i#߀Ro! %i%o]ɩ$b=A)=HMnJ( )xEŞ};-ZqۢC,/P\GGpo`jf F_K"1&:[_SYT)I u#o[!{tv㫖`VɿWokeKґDC>d81w8\74ͧ)޺1g.j_d{VW${v'-JJpDV'Q0;lsEZ 1&ᮻeuWz2bt'X8K勑 [;wa)+(JRxSIR QIԴ?}Dra6F5AD]j~I1%Uc'}8T4 :,PQ"E|Kq/y;/HaMH@d`I#f8!cioaQE:i:p7!VIT@!Ebx{mm/ *>a$ƄYYNh_b^-}eJLFNTy0n$q0nb7c',o>ޡ! Єɽ.}vܻ42!Wv$4fy$e:~&u5C)OcbI*hrkUȋ1uM~it1WeV?ZJ=PTFE5,/Eqq2]}]_"?QNlTV(J̩+܉fWkۮ:Ns4]"5 yvIV8o?T:}&o31#.PZ)u{8JH}N=RrbΉ7ڋ#>$-ҺOt!2jr֍ˉ@5N%i"a[l,%ĕmU*G,k@W>[ߵYM8A)C; ($KsUZ㪦fp<\, `&?}Zd:&N6,Mg!(dzUNx帺B}huŶ4'^:pRP*%E)2RC"#g[jRj zLgϏGrzߊ3Bd!n[eGNp M֞"!W:V:ČD vmK.7ta@-nZLyP)?e21NJ\n`ͪ>Qu~oIFXfoGO/fUSmHz%\uGDݷF-qAx5EGܐ0;+W_cn8;AgHʭHkEC >XUƦ˴yPCuٹLo"Cv+Pj;AŸͨ'*i 6o+*)-oIJ\)Vۓbb+6I|v=>#*`P܊4̉M,.OLoW: 7ȑ n, \LLw&@aLk >}^F^>5|g: :IqPSNSLB.ǣd:/өޅ]hŀ$KFO!},eꫭB೴"F7 0;,DN64F1؝uU&|>""tkV$}BRM!OzދoL-cU%zVӬv< >_Y*Fchlc]A|6mN$I_[mϿF\?sUvz {^ 9] 2Z2/ r1~F]L|>ps37ɔn&) @ 3h t'B*ݛcO ϶#:pS~Vc9A0xa!|xRkMhgztw^C贯}m":4{ vxp/-ZV1[E ?mYٲj[ oBaZu)DyA$8D)xR)e{J o`PL>+GeQPW1wĺ,E4ۼfۨjqNPCCV\T09yA~FVh^A\OSTj0ƍ_$ь:{"bGD~"_0-;3AKS-u}݃0ȷɗ_v&/B~*҄_鮡=}TNKB 7}c9k1K{ֲWФ./OLw>{ r#tbxsW6_ h{cF@ qDk&UDjRF9-X v'Q\u'0h 1#\GN8SrT*Vmlw%KGVB4v%{Yn*y\a؁y5?"صZԸX[1eXm'b@ -lS 0!jS :i_J0 Zp3%aho1o^ ;UnnVl%;U8:!%ORV|默SE[x#'A9;>pT">Ж̜!´& JVY`l@7xC_[ " v~~' d7pȅx@{wŌe jNml9C]W(|vʙ((F٣$-Uc8ڇo`qOMPp*WjyTl2?-gW  ^j`Q`f65Ň_'2pQ X&S0~'\Oj6}H4xMe;@tyl"L2J2s5;bo;}E)j|G6GFnGJeip]E72"E*uL7Ths%ݽ07NݖaiKM- j1(O>nUmJR-fBT[߉bIe~=é ܅mn8j};!x"Q :6jMKCEcE¤[ƽ:_e$`}"ydN_*#gX8s(tbw ÝՌ%B]u:{cdAPF7uRB<-^əeX}.kp}}{+)J[~ m3037._A_08a/dV7ӜIT_M sp$Fȉㇴi{;SDcqV!=Ǡv\\*;Mran2UA/q~@_lNdT |Z=W1_Yc']6`0$ _-pSۘGcV23/,m3/*0~mr 'dj>zeиuƾo(̑%"+]ӬIB."o}rfdSl:Ivz 5EZd @GU>!y3I^6 5dTB+ȱ%&Ou2f9ؒZ ZS`9`ڿF{)~Ư" ! ţn_?PQ= Y$9kWпdyJ,(y6Ӱ}<fb5( pRw_E˧jG dfD3>ڢ,+Q%!0˙Y&?4)n%Kb\~T采W,HK!=zdOʯJ\VBk-p;xۥQy;Mq#ꮏӬb34+Ųs3@twŹ<5xs%o5?He??G969 }_F@ [P#9d)OI2 5M $U;: .fr<r*!El\>AG&ۥֻD;׉P 7/5zl|kʓX%X?O{5 yT4ꑛRzSشkSng}:N\աmł7"ݷ"ۀd/Ն,o(Do$j)<@v:^$ e%sc7^>AѨw&ϯ|3J!hOe`,D|t{:w~9k{As^L߽w;FՁt"sI)lfTj|!%ʁ B(*W#Tmnd>}q r7,h`{M'K9B$J۹3" kuJ$xL7ɋ.yo\=[gQ6 팍I[UBVZiGֱS]Bt4QPyg3^ o7DA2Vd޺D"ykQCaM8}G^hP;м1ϓzƒQj-H ||*?9q P嵘0"Һ{Ճ/tX;ƉڪKxpнl]#\d UjP-޷(\,țHY?JԜh>p (f&Vif!UgwdU.eW$ќ51Ǔ3@y끾KCFA7(@sKqj/d4_EbհҎ~{N; +:gmz;Kgh|o]>g R.H[Oș 1gdh% Q.Mj k^r:&c +-^C4, Oy{zwt$s< Sɯ s6T5D'E4BSD x8@˹Γ(+G|s Sy1tP&w cS#AI@n)8h?hd7t D]wE.hO/)_\=_3BЀk)PGcO\1 r69 be `3&u¿6.epT#ITTN18{5pÏqTS]Ϙ왺'>#uGa|_23ObbU7RQy?v :WJrmЋ'.".7a:vgM?@/kVf2dYeN'[D/102uCJx,`e֑l@^3=r28@؋q2IPz.sF1xl賞~ƣjo3VbAQJ@Υ]:jCє3?z')#"? xDBյw$j4郧]@LjئG:$<Чz1 T D(PʭcX֋?<`npDv n`heB4 Ogz`%3zDrloV} ZOB$IMuPY?9 83tǓ#eNФ T?7u#H JTAV9͚FO)uUgm_pH6z;jD&:$ޚ:^9xAm#w_|K]b6|3Pφ`F|I^L$_Zi^MQcvDX8{`TŸSPdAUrx;🧈)77 p_tK& ϊZˊcjjcmۢʷ1=G3Q 2guu[{fV\Zy)'l Y(3dLǫA%W:nN\ Ĭ3ᏛP8ܙ ]^e gREe/{~1SŅn eCPn) *7eDRD &f&rQHj ]bJ[4M׃ CR?%ΠmuSO: Dւ%IL(no?诰Ȗ6 v-t4p J^o3ZD"`q_PGaݤ&,ǶTf|k1 Bx_D423eq]|x<~)l:4nj`ChIT@euo5(ڍ]I[C %fm1}P.U7L1I.@_9 I7O.=ՄFud2PQleYv]b4')wTK9 ;Uq`mX&b`_5 a= XТC|Mc HdO[cUGz>"I Y.y%TD~sڕeOQݟys&ёUO fO*lw>_ ,4dSf`}J]uZl5K LX3L꟤!Wu)@2 ԔL#]˃;㛁Z.~@*! \Rg /4,0ް 6e)R5$i`)t QFlT^."jRh\GM-~5R`?8- P75e0YyՎ̚t7Wa~55g5DEmt껬jGM~k](kmE9g/2L-1ý#ePKSZěBmNkh2U#>s idHR[Q^Z/:$ }"&6\*I8ARz~&pKfx̣PkV]S~,|9|hCڎ.~c)eR m+#fk @ tqSKIL T{MoNq-#A#íbAJx~XfmG;D,qޱ(59YaR;NͷaZPh?ycYΫLk=Kc$5[֪=&uΕ+ !p3L Z>2eV y:[+5\Dy$`&LW,e<]\Co+^ vX)@wƙuSu< @8*BYv"LzY:oJRb+rvrjP DPSlU?`wVݝSC,~QemcnQG~ӃA8yqNa!G@W_] NXqEvE%^2?K ـ<3@3sǎsm XU P/XRj> I%?Z8& =+#T< m/Yej-c=iؗX߫]!T}B ;aͨ&I 7Ui7﫜7UB}&Y^`X ~^zU(UgZ޵`VO)P¯zjUqAןx5z^\.@H,~h#cwV@?lΊGK!ϲ 榈phedKY@ ODSrl]4B;yឝ:6=-,G)̺~wq}#=aO,i:),T}ʅOX=C2Ǡq*S*PYm ,Sō#| d ].)^u mR RKh#giI / /m= WZާH)T#]IM{?HL,]th)]Z-k;| 8S~:j"^ x )Uu拡>,($P,- ͩg% '~{T *ajF 7둖(8оO> VTn,ڟܝVu~7 vL{p]9VҌŰK4j%NM:FXَ׈GD}ްY`5J%j-pzfaqP^ ۴9*0ӥ!~̐ƦT!̞r0=y,˕fg~vV:5,Xw:Gp 3|4{ȗ/,d{_͞GS$6ӵWow1]X->6Xv< 8LTI\+(Skd'@y*yo!0T[X卬LIكBZ<]M-vZĤvSp.OۗĞM拵_=cSpK]S`{hV ?DQ4ҸMNZ.KK͖²šw>ri:W> ?Z|B {˯ey[G&WGf'NZe8k]NXSꜥ=gGD(4$,/뜱֖giDk)KU$ ?ZnV$.O/jndf_9'O>>hrx0oCw"SO&%!;ݷeŇ@;cɼ9kHʉ/l +JU(j=`KǙ!o7cn}@HuP_t{>`(!*8\5oPtðOa GoS#|"@T?4RADSo!}q_2֛4˱,|]^߆E/CayiпHTشkRnq S2+RZ'/85`Oܽ(WIYPhֈ$y՛ȍ!RDD \t&'JG=%vp 9A%J߲Nrh0UBߍh* =\9LmE~>[j7]ۦLE:rh<{WOB+sRƭ@s}ޅฤ` /=FÖeZp.gN<ͳ(}QkˆdG ZZ3+5 eNTC_KނK̒iPhiWZ9Pxd wS8ho 5 +G#H mW:Ix@9fрˈOfߞoQ,2q:;tsFNZSuI{ט~UhIP c[ ʊQ" |B-?j3o]z֏Q@k"mLmC>w+JL{asXkB] iCr=czۻtnZlWA{@4CT*71&y`ar|}/|7}Fٝ=8[wc+23UedfHpmǓfþX|w먾*7a%X ^TqIƮx fϼr`FcmewvPj6d g9UOŮC&;~ܦkrK.e6\.'F sR后Ї@V5Xє%O5hѵiΜ-#rD#Tp cpj8QC-Yn3&'|}TGqтzWr~,ʘ, wMHm^=SV7lLw݌F!y1مre 7GvRYcQ/$Ǚ)0U ұN(=3@<:ȭ.>:#4y-C1xfܼke ܃VH酈|袙 4Qe1txUDM&}QZ'9ロJk[b`eR2>޶֨H9RI~:V+$d9,PSΈ~B/+Y.(,4Π:ʷBd1sۑT:6ksϠ;LEX k Q.^[Fdx;GׅevSdrWEz|e+xjRkT.Nmdw;:<^4呑D??$)@.ŽP|.Yce:w5qM>/Ehm@Zy# NM͋Wj}e})/걲CyN%v/o,mm> ЮK4jS"s! mbFiF -kH4XVV2ʹ} s'mC τS{fi vsAN< KQӿP9/JN4%GsEt ^ j [CJ|Cr]#ʷqkƄ'r0c_oӍ/|i <FF tگ0QBN=ъ9KS=nuKR({۴]tqJn5Y%v؝Ѭ_EP㖿Un&+sA׌5D`u2 fm@m !x[suD>?r{y@ #"ݑ]]նlX(N";ӏ8/WZ5<+,_rmxKtE1Kb-Q]uG g@T4+;>KVecu\ǒ#YdPEg;k'-2Akd2&  rd-(K%2[;q^5ďOyc @=@v;I *Nΰ`]q~,"fggS-:`*_ cދL›mI/tu]՚cXX2g;IC Uc_^R9·yGk{8_S6GyC\ *y\"J( yA 5uML0;3'-_zZ(T|u; ^ȅ ǻD:\] oIӝϚ-^ؓMM$ʢOI^yHl漓1teY4{p]QoonoÊ#\ZSRبTlIii= #l&Oѻfr-e-WJTFDekUؿF[,mmr9!boҪ7O͕y |@`RUŨ 40>)W(J)7 D %^TYOKXCN3 ѾgĄq5+,Hu!ΊR{Πm>s4KDǰPYڛcwrنxkz5NNtbl7D)J,ϧoΠlqeb"ȅY?V$ JGNZ:G $IpS;L0L)l8l΢n|g`0Ȟl骊.4:T|ݙaraJ758 b#Zc;NsI |$1|bsYRL2\'rMmc6UQީ}RqבX{i:_)l1@Sv[չLJjU0܄1!2ehʿ';VN6K] [,MK9u ^Z*Y>E}tH;$f.֦X}˽y0-7uq~R:{ t]ڛuyE z qhvվZN7QyHF{e~JwUq"1[P:d %[oop%W "L.XPE|@m#X{  .yO)=YTVcCG;ſ x9GǍ+ oW BE ڄ'Ym`MQVo5 l&$2vFr#ʜ0 @4/ b#2rc)KSb.]/{x_AprJqfؽ)nG_8޳~.FѤ7|HaH_Xq9CAPpcHژ=4H9H>J 9^)h]W]