libboost_mpi_python-py2_7-1_66_0-1.66.0-10.1 >  A ^*p9|.O鮡xrdYٟ-t^t;^`XR^B GQfVsl]xkgp] ȸZ6yzi=> ?Jkukl^q[<;TZF:Tr&bmD.SjԙpbR[]$TكxZE2ێu^f&ZErzb* l7A[ nVFRHa 0Ȉ7םr{P5bf1dd3aa8bdee54c3d453c808ccb642a130e3f6dd38d3a948022fab53c75d3b44a99b81c7c820a60c6016826ef25f10a7d2e423^*p9|@ ]05E^ K4(GJ*MDPU5W^i[ g94<2mw_;2/'xe7I?Uᗱn< n-m=@{57ic 7!"֡!;!¶@L|>"mleBwVj (f73䌤a8Q&>C;rDL-HH=}$ty-Ħ.MR;ŰAB>p@9?9d#* / V  28@D F H L  8|=(f8p*9*:*>6@6F6G6H6I6X6Y6\7]7 ^70b7<c7d8<e8Af8Dl8Fu8\v8`w8x8y9 z9,9<9@9F9Clibboost_mpi_python-py2_7-1_66_01.66.010.1Boost.MPI Python serialization libraryThis package contains the Boost.MPI Python 2.7 serialization library^&ibs-centriq-3SUSE Linux Enterprise 15SUSE LLC BSL-1.0https://www.suse.com/System/Librarieshttp://www.boost.orglinuxaarch64^%ffdeccdf5ef033899698acc515f6b61f18c576ff7708b468f21242bce758b4b8rootrootboost-1.66.0-10.1.src.rpmlibboost_mpi_python-py2_7-1_66_0libboost_mpi_python-py2_7-1_66_0(aarch-64)libboost_mpi_python-py2_7.so.1.66.0()(64bit)@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfigboost-license1_66_0libboost_python-py2_7.so.1.66.0()(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libgcc_s.so.1()(64bit)libgcc_s.so.1(GCC_3.0)(64bit)libpython2.7.so.1.0()(64bit)libstdc++.so.6()(64bit)libstdc++.so.6(CXXABI_1.3)(64bit)libstdc++.so.6(CXXABI_1.3.9)(64bit)libstdc++.so.6(GLIBCXX_3.4)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1^s^Zľ@ZaZ7Z@Y+@Yܶ@YdYX@Y@Y]XX@XpX@X~@X{d@XlX!@X&WSW@W@W@Wc@W_W_Vn@Vl@VV^VzVm]Vf@VV@V*!@Uyx@U]UMT@T@T@adam.majer@suse.dekukuk@suse.deadam.majer@suse.deadam.majer@suse.deadam.majer@suse.dejmatejek@suse.comadam.majer@suse.denmoreychaisemartin@suse.comadam.majer@suse.deadam.majer@suse.deadam.majer@suse.deadam.majer@suse.dejmatejek@suse.comadam.majer@suse.deadam.majer@suse.deadam.majer@suse.deadam.majer@suse.deadam.majer@suse.deadam.majer@suse.dejengelh@inai.deadam.majer@suse.deadam.majer@suse.demvetter@suse.comadrian@suse.deadrian@suse.deadrian@suse.deadrian@suse.dedmitry_r@opensuse.orgegeorget@openmailbox.orgidonmez@suse.comidonmez@suse.comfstrba@suse.comegeorget@openmailbox.orgpth@suse.deschwab@suse.deidonmez@suse.comidonmez@suse.comschwab@suse.dedmueller@suse.comrneuhauser@suse.czrguenther@suse.comdimstar@opensuse.org- libreoffice_compat_backports.patch: add a backport of Boost.Optional::has_value() for LibreOffice- Use %license instead of %doc [bsc#1082318]- Multibuild requires versioned Name: tag and doesn't seem to do this automatically. (bnc#1076640)- Update to version 1.66.0 + Beast: new portable HTTP, WebSocket and network operations using Boost.Asio. Header-only library. + Callable Traits: new library and successor to Boost.FunctionTypes. Header-only library. + Mp11: new metaprogramming library + Asio: * implemented interface changes to reflect the Networking TS (N4656) * functions and classes that have been superseded by Networking TS functionality have been deprecated. * added support for customized handler tracking * removed previously deprecated functions + Atomic: improved compatibility with GCC 7. 128-bit operations on x86_64 no longer require linking with compiled library. + DateTime: Fixed an integral overflow that could cause incorrect results when adding or subtracting many years from a date. + Format: New format specifiers added and volatile arguments can not be safely used with operator% + Fusion: * fix compile error with std::array * remove circular preprocessor include + PolyCollection: backported to GCC 4.8 and 4.9 with some limitations + Uuid: added RTF-4122 namespaces in boost::uuids::ns + for complete changelog, see http://www.boost.org/users/history/version_1_66_0.html - refreshed patches: boost-rpmoptflags-only.patch- re-enable Python 2 by default. It's still conditional, but remains enabled by default. This can be disabled in project config.- build Python 2 conditionally- Use multibuild setup - build no-dependency libraries in the base package and build the rest of the compiled libraries in the main variant. This should speed up bootstrapping. - boost-devel not built by default anymore. - libboost_headers-devel now provides boost-devel for legacy dependencies. If you need compiled boost libraries depend on the current compiled devel subpackage. - run %fdupes only on the header files and documentation - drop build dependencies on gcc-fortran, chrpath.- Setup MPI environment prior to building boost. - Switch to OpenMPI2 as OpenMPI1 is becoming deprecated.- New upstream version 1.65.1 + config, fiber - Return a continuation from functions executed by resume_with. + stacktrace - Change preprocessor file extensions to work with the installation system. - Changes in version 1.65.0 + stacktrace - new library providing call sequence in human readable format. + polycollection - new library providing fast containers of polymorphic objects, from Joaquín M López Muñoz. + For full list of changes, see http://www.boost.org/users/history/version_1_65_1.html - 1d862615.patch: upstreamed and removed - gcc_path.patch: obsolete, tr1 module is removed - mpi_upstream.patch: upstreamed and removed - boost-1.57.0-python-abi_letters.patch: refreshed - python_library_name.patch: refreshed and reverted upstream changes to mpi/build/Jamfile as we are building python2 and python3 versions of MPI separately. - baselibs.conf + add libboost_stracktrace + update to version 1.65.1- 1d862615.patch: Fix regression caused by refactoring of serialization code (bnc#1038083)- make python-numpy optional build dependency - fix building of mpi python3 plugin- New upstream version 1.64.0 + process - new library providing cross platform methods to - create child processes - setup stream for child processes - sync and async communication streams with children - sync and async wait - process termination + geometry library had some breaking changes, - ublas_transformer is renamed to matrix_transformer - explicit modifier is added to constructors of rtree index::dynamic_* parameters - strategy::area::huiller replaced by strategy::area::spherical + context library updates - deprecated API:execution-context - fixed bad assembly for fcontext on ppc64/sysv/elf + Updated libraries: any, atomic, config, container, context, conversion, core, coroutine2, fiber, hash, interprocess, intrusive, lexicalcast, math, multi-index containers, multiprecision, predef, program options, regex, smart pointers, test ,typeindex, typetraits, unordered, variant + for details, see http://www.boost.org/users/history/version_1_64_0.html - Build PyNumpy module + add build requires on python-numpy - test_lowcase.patch: upstreamed - refreshed patches: boost-strict_aliasing.patch, gcc_path.patch, python_mpi.patch - mpi_upstream.patch: pending upstream fixes to OpenMPI build - python_library_name.patch: we are building python versions in different stagings so drop library renames. - python_numpy_retfunc.patch: rpmlint fixes- update python macros- baselibs.conf: (re)add python 2.7 and 3.x libraries- Fix dependency typos.- test_lowcase.patch: downcase Boost::Test usage of uppercase variables. VERSION was clashing with GNU Autotools define resulting in compilation errors of various packages. - recombine headers from various devel subpackages under the libboost_headers-devel package. Not all usage of headers that have compiled parts pull in their associated compiled symbols. - general cleanup of the spec file from old, commented stuffs- remove non-existent dependency in the boost mpi python package- update to version 1.63.0 * updated libraries: atomic, container, context, fiber, fusion, geometry, hash, interprocess, intrusive, lexical cast, log, metaparse, move, optional, phoenix, python, test, typeindex, units, unordered * see http://www.boost.org/users/history/version_1_63_0.html for complete list of changes - refresh patches * boost-1.55.0-python-test-PyImport_AppendInittab.patch * boost-strict_aliasing.patch, and enable -fno-strict-aliasing for python module - baselibs.conf: * add libboost_locale * rename python to include new soname - remove python-2059618.patch, not needed - make build condition --without buil_mpi work - allow building without python3 bindings, for SLE11SP4 - remove versioned build dependency on libicu-devel, apparently not needed. - split out the boost-devel package into individudal compiled libraries and their -devel subpackages and libboost_headers-devel package for header-only libraries. - remove all the -mt.so symlinks, probably not needed anymore. - ship MPI python bindings for both Python 2.7 and 3.x * add python_mpi.patch to allow proper compiled library loading - dynamic_linking.patch: first attempt to remove static library generation during build process.- Revert upstream change that set default python version and ignored user configuration. python-2059618.patch (boo#1006584)- Rectify groups and description- package boost-jam - add missing ldconfig for libboost_type_erasure - fix EOL encoding for documentation files- update to version 1.62.0 * new library: fiber: framework for userland-threads/fibers * new library: QVM: library for working with quaternions, vectors and matrices of static size * see http://www.boost.org/users/history/version_1_62_0.html for complete changelog - remove boost-fix_include_config.patch - upstreamed - gcc_path.patch - fix GCC search paths (bnc#996917) Boost assumes /usr/include/c++/x.y.z/ existence for GCC 4.x onward while our version of GCC only has /usr/include/c++/x.y for 4.x GCC and /usr/include/c++/x/ for 5.x onward. - migrate to using %bcond_ instead of hardcoding macros for different Boost features - better way to limit max number of compilation units than by reading /proc/meminfo and guesstimating.- Fix boo#994378, boo#994381, boo#994382 boo#994383: Fix build issues when optional_fwd.hpp is used before including boost/config.hpp - Add boost-fix_include_config.patch from gh#boostorg/optional#19- build it from "boost.spec", but create versioned "boost-1_61-devel" packages- build quickbook also in versioned package- update to version 1.61.0 Details on http://www.boost.org/users/history/version_1_61_0.html Obsolete patches: * boost-1.59-test-fenv.patch * boost-deprecated-type_traits.patch- rename package to boost-1_60 to allow multiple versions- Fix build on systems with GCC4- Added libboost_python3 to the dependency macro. * boost-devel will now correctly requires libboost_python3.- Add boost-deprecated-type_traits.patch to fix deprecated type_traits usage in boost/graph/adjacency_matrix.hpp header.- Add the following patches from Fedora to fix underlinking in boost::python code * boost-1.57.0-python-abi_letters.patch * boost-1.57.0-python-libpython_dep.patch * boost-1.55.0-python-test-PyImport_AppendInittab.patch- Updated to version 1.60.0 * New library: VMD. * Updated libraries: Atomic, Chrono, Container, Context, Core, Filesystem, Flyweight, Fusion, Interprocess, Intrusive, Lexical Cast, Locale, log, Move, Multi-index Containers, odeint, Optional, Predef, Test, Thread, UUID * See http://www.boost.org/users/history/version_1_60_0.html for complete changelog. - Modified patch: * boost-disable-pch-on-aarch64.patch - rediff to a new context - Removed patch: * boost-1.59-python-make_setter.patch - integrated upstream - Add libboost_type_erasure subpackage- Add support to Boost:Python3 (boo#951902) * New library: python3- Add boost-visibility.patch to make members of basic_xml_grammar visible (boo#958150). - Fix redefinition of _docdir.- coroutine2 depends on context, disable it if context is not built- Updated to version 1.59.0: * New libraries: Convert, Coroutine2 * Updated Libraries: Container, Context, Coroutine, Fusion, Geometry, Interprocess, Intrusive, Lexical Cast, Log, Move, Multi-index Containers, Predef, Program Options, Property Tree, Boost.Test v3, TypeIndex, Variant * See http://www.boost.org/users/history/version_1_59_0.html for complete changelog. - context now builds on aarch64 - Import two patches from Fedora: boost-1.59-python-make_setter.patch, boost-1.59-test-fenv.patch - Drop 0001-Fix-exec_file-for-Python-3-3.4.patch, 0002-Fix-a-regression-with-non-constexpr-types.patch, boost-uuid-comparison.patch, boost-unrecognized-option.patch. Fixed upstream.- Remove unneeded dependency on xorg-x11-devel- boost-unrecognized-option.patch: remove unrecognized option -m32- update to 1.58.0: boost docs remain at 1.56 since upstream hasn't updated yet * New Libraries: Endian, Sort. * Updated Libraries: Asio, Chrono, Container, Context, Conversion, DateTime, Flyweight, Function, Functional/Factory, Fusion, Geometry, Hash, Interprocess, Intrusive, Lexical Cast, Log, Math, Move, Multi-index Containers, Multiprecision, Optional, Phoenix, Predef, Random, Thread, TypeErasure, TypeIndex, Units, Unordered, Variant. See http://www.boost.org/users/history/version_1_58_0.html - add 0001-Fix-exec_file-for-Python-3-3.4.patch , 0002-Fix-a-regression-with-non-constexpr-types.patch: Fixes regressions in 1.58 - drop bjam-alignment.patch, boost-gcc5.patch: Already fixed upstream differently - add boost-rpmoptflags-only.patch: Build only with optflags - add boost-aarch64-flags.patch: Avoid using -m64 - add boost-uuid-comparison.patch: Fix regression in UUID operator< - add boost-disable-pch-on-aarch64.patch: Disable pch on math library to avoid compiler segfault- Add quickbook subpackage- Use $RPM_OPT_FLAGS for building, force use of the GCC toolset. Be more verbose and fail building with the first error. - Add boost-gcc5.patch to use -std=c++11 when building the coroutines module which fixes build with GCC 5.- Revert the python3 building: it resulted in BOTH libboost_python libraries to be using python 3 instructions, resulting in failures of all Py2 related packages./sbin/ldconfig/sbin/ldconfigibs-centriq-3 15914206371.66.0-10.11.66.0-10.1libboost_mpi_python-py2_7.so.1.66.0/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.suse.de/SUSE:SLE-15-SP2:GA/standard/4cc1fef118ffa24fce7e1249160f253f-boostcpioxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (GNU/Linux), dynamically linked, BuildID[sha1]=479d825c3daa5034d17ddfa06127c9520be31579, stripped PRRR R R RRR RRFAo#cu+e8 utf-88dff661fe63ff67058c35f7e351a534c25a292483d570009725f5a1cb0d64a99?7zXZ !t/G] crv9vWTJRPWyw;B`:ѳ1!kϿ+} k]rF6tS4lBU]G=0gVI0 [Wxaίf8`H;?D![-K9X-'LN^abiI}ĘɫK &MD*p(ͨqr+q^'(t WmI籑])5|Oo37&+f0(#QwhбE>6'kv`bwo[ubkQgx,ǃf /[kb*m[Z|$w{4؊!s_Τ@̌iʳh) ZǤfY,yeJ!₽RO!!Y9Rg2bsJJASh;2rm7C.&*y(L3b`3e1&ٛz?]q0txJD&8}߅5IH݉j5~ߡO%ۃx7!>inI|O_U2 PEGo.DGaTZParNpIk@J #9`~"e tɜYrR|!%K*gFKעĹ]xfz=5`z-0Y 7X~'۠8 Q@kޙ0/P^xIFsT"y T&̙WZ# ӴO6Aoqh ?k#cH8Zwj(0H@ r $r|HŚ5eg 6M:"59G^r_WTV 0$t9{"XgƁ#/xH' "MpfB#K)4g: ?NzM`Ӕx)F !h2 ܋qw/B~aͭk, ,ܤlR)C/2hM=^pPo=\r|<^H׭W&/~"SՍ%( L v<؅,ɠaJ"S<09߽䃴4y.0Z $L _< -߳g \0 ]oˌV q_Yg [5/q>_{|Z3e~P,ad3,g8%xRN;kK hў8 ( p_:S  m7q<Ͼt^(.0~V n7fʿ>x*dě@P?z1?BBKOzghL4zJ| `QoYl@%i m,뿱l!v,J R3)g[6txJlKk3s=@ȾeO|YDHWW%0y^_v33'rOqF9_S%Hg-q5k-*!ڠ9A>=8vANWNm#C@woǰ``eQ;w8ІٛCC힄mFS2ӡ4ڇ^¾Ed\%=˻RL,䒡6OZSs׵鹓~u j0L>d̐O`=Z7Tw` JpRPk= IE9v?U.դΗӋpfxkShl/DcB51g3HBh? N#ݿ_L?cQ KR_O#'H#<{&u F7]T_.OaOPD)aO]UV#ulpzQY\(v?ćo#J\τ@#V[f 2I#zOCբ A&+q%1CS&|@ 7ukZߗ9`ʞ^КiB^{2.˳4BH.@i;Y `8z# 94BB$b.-F햁tUPdC4|\mD"z*&Gdzeګyf('O67)Zc< YBD]D:Rc8#H^:6 q[>*Z6.*h^zBEhmsҙ/֝W=\{$* | !a yYς9moaHDpEenbZJɵ$4hԮ3z֣뛤ޢ Y;vr[ DR~O+/# B?F@uOan!z1;l'* $Q&cXk127xs={*e LTC(޶h//[qH_sމOH=f~=e^ZʾP܏^F% Ygv)J {Iř +#EX)Aalj#W'feBһ=:L\_Rq$C~:-eO"+?oBO 0$*C5DnPƆyټ {be>o%P|43PsHC,}񧉃 P6 a&:HػU=k"ri@Ϛ߀=&2f̻fP]m@ E8B%Qq `i.Z,-q< qeDnw>VT/@xt])]Uļ5jh"|!XFn^Sl1=wm;7c|x*^.O! >B[ziԭޢUk"mId" [$}6flk_C\Sf&ía AT-% /F8IY/n >D=:̡f~Aw3'!B=H$T1vgQ⌁nPRD98#kl'ЀbBB'U RSu+PC\`jE ylK'P\&^v츶EnbD~"}Jǻe4|>9JO2Uyx#FtTElMHMg⤐ԗ `Sɝmƛȳb0IA&~ Jh!%oYbޢeXs|0RvBdh#@cLzLvH郂vQ%WRINM`Xdb2ȇcGs&JBmsz|+I#Ӣ1}H$z18UL.1+p+-o;Y0uD wo:rfWQz`v̡s" k͞QflƱnw25/ZE"=s&Han /E$Yh@77ۈ[HxPZ +4)ro; 7Vn(-ͅ#sȯDxӴCĠ%cޫ%tЪ_m30RODHX$֑3ӌ08x)Uorh(ZOˋy4F ۥfx8}C0q%uduJ)Te9>;3> Πn/Fey ĕf1ET%7Bt<ܢeoJu}#}f.s~YAgֳämw!t:P3p5; oYlqDگc?/ b 7Bt׮綥"F *^ ҹPI q-%7 9C! @!3xsq1LlQ… nj rT$6v*|xoW.u^6yCxp=VCXTՒ?949kaN n7Js>"$hsY* #WB{KwT ol:4A ][SQ\5҆Hf0!;Ng$Fkiٿm$@koWu/>͇Ga;֮E@f:s6< mAJti]@VeVڝ!%=]iFH$j1f5WAPt#r.{ Ի_$F$[HiSSznh.aے/rmr1u}\6my Yҵo0;%F!e?F, j;~4 \ k6 C-Uo"mjCK#H@ޞR:Q%r:uWne߹kRUPZ$ lx u#$s%+ 6ςN_j׃dSJ$G_͑;?1踵qLU5Џsk/1K~r  $)js55 }ʕ_0Ux=]Gd-h(Y,OI}|r*?H l7l#\CDu7d mcvfd'4Lqgo7 " .BǍ;i`,xA[SYt[O&+&Q/c?=6l?*:*8Z>q]^+1E _z?)x"&IiFM#M{.s^"fIݪ=ܝU g#ԋoUՖL_n-yC6+YܑtxѲǢSv 2q*Sl?q/B6u\wE=#)}'w8u?hjn Z#(Cld.-,[ʍsl=X5MgܒEvYVf#_6“Tx]F׳bV-q<pܝr[{jkY AHnNƁBYw'8L]JC HI5If%< սw5Vj|8K$ݽc>`3dBRp}Cs8ț1jUtx/5Rwڇ;t=kεRau5傓mt}Diξi;BHg3im) f.&zHpqDߊɴSitKS 1qb71-D2QY] q Gu1-T4\]RCJʁJ>SRBkSu*ue$]1 &ErJ mCRNx,+BV"_r8ʝ(%tѩ̳t'wSطwAG^ HU+%" %&%$cq|G%MUiq{轧 L8!+z y|4KcLJ^r3<!$Ylg1e4VhрA)~ ŁKCkoH˓G #"(rDan5b*K͝wmF,CdwӔ֡4Č!*O.X c1D"vڪ O5+|,>]oL ~Nt_ҟ#R X綈WQL#>@^B@.ѝ>[gV;*xe D9d4*M.9Q퀺<1xc[Ȥj{< (⦜UL hg`)Ҽi4Xy$i\I; jP{ rA~_f{Cq^mLD$On>rś\iXӴ:tzZ>u ȪW'T6L=gipSsRthRW;:&gUOQM+/eE kM5BT'u2ůy!*B0I_= dT?rt?RU2t3yGC]%"$)Lgƒ0˝ (YG_/mqffܔq@)cȶ%Lݷ:fTwTa5ESŨ&Z9"3x*ѣum N$3\9j@:Y<&R׏6•pA𻀻v,rw1RGu$ͩ[G/땚tھUDf]Ԝ'o$Ƥ$P rhWcOy~˼ֻyk/ .w󝎿`#Wc2bUx01B uOMI ‰1qj_wLc5i(Z֏mW]tf^nE短k@EZ\CkRf,iU%U. 5 q(`;Øh%zҞQA)C_rΤ+aЛpQݬh& ¤o +4?{>#a=>"ƽ%VPo@GXxen\ڔy;WA6uuqe~&[, \m.nnٰ<2/RJ Q8VW3W~7^dWZ+ T껷X "Yt_5(M|5!ڬI7؉oosjZgs,љs)x{a0]+, ^R7ýp|959Y{1(eg_y%Bg uo,8(aT Kmn$D8S?biQty> 2t^lg}ɥ^p$(RqBǣ2!W"Oaгd< Qv$渢r0F"#>W$VW"S.?X}L^R"nu 0E{1v[m sCzW Coo-H{=ᕺ#߀B:GdQmXmqmk&ЕL'Ojqu)wdTK ެ2.Tv(}_]!%MfRN+|ހCd$ $QcCn,.} `կx}IUQ()p58Fڥ8 [L^|(Am$tx3pg*p&?L{'B c]@Pm j&Tm8察M"X"#' J+{] qFy;YzC/TrTmv"Hcu9E :̵ø=aӋڨ>`,%sngFc;|%w@n Nq."OMFA]Y~cb= :V,9#1]Ku,IaJ?!Om߇t0S/ }iCaqUY,Dy E}';z@^ɵzʨ'uuhmJzkrYz/a$bJpr+խ؈Iä3nǫY`bgTg=!}7,8B[b3F"nOI?o-GWqF~$T G3ǔ9zX'K/\.ZƊZsbx~pEzD+שuO6s@7`X,,DgpS%Uje`+4Ŝ^Sf7Q^cg|vu}@&TB fӓ,׊[?un35MjF]{WuaaAytV@k]e@O}H= B7T8#~MZhԽ+Ь ŧwfJqUݧ ifDžI\Xy- fڜs!@nwD ?j/آ ۔gb{5Epʢ !K}l}8*QJȂ /AIUE .f&GvMz"C-]kwn e=[T(# S*|y?S<ĢE zl̽hp 9A$t{h;@4}:q^(ЭdSn)B94Džo]f h`*EOvP5I>'!X]>Νgl`S;A<-_wcJdr h B0wt]S #}SֳGElY,?HD>OҒA9ι6UYd,{/+75!,&ͺ iˉ%2d2vN Ld4€yJR5 ad3VvE e<WQ…g~|Fˆd)Q)PӠE~)^^-޽gjH ,"@৏imEAչ}z"/"rc=M8QLeG~C?%|Ɨy94[$ج6DOqa{?[V6}B>UtlLܭY/q\k Nϑ"£D0>Rr áNQvnu>@jfd|r6!o`tcbJNƜ}q15~?@ANg. Wc7*sΕ.@ԭ.P٠o}iԙv8i,3}X ƮQb1s_E& ]&3~o^):͇yr7'@|$ryzZ[ɋⱺKiG-!PMd /f/Il߶5EtU@Djآmg CƦrwFU1V`2pC"Z֐q/!=_/o2%&?$hvXpސw(D=UhaTkGON)S'C4D]1;bYΉ"_^{{vsE?`Vm3Q4"#KI/,9Qڏ:Ȣ%j9KKi^2V YpxIПׄbk7f}C( HyPxC3Yn'tz-tHK5MTOO&orbLzUC&9"nߟl&q}v;38!&D9}ĤЌ@d)GH$㉄f&YPi֎~u#pqw1,T˜(;OA|!%)kޕ%KZ25Wa_th>>x &!Ʊ^fZ9t+xCT &PTsI=u%qY3C/.{Kڄ/[Ң^`o=$8O.]1JJ^:9#Ebx=u^Y/OU^|Aג-l:Y((ВđӎD>ݩxRe1%y8[JCp?RP"=gYe gNob h ь!o%0돤޳X!ͱn=RdyPUt.eh`r 1Vn{(/.dP5`GLýp`WP+i6I8a}@‚Jc)噲ApvP =T)s 'Zd!瞗`3ɒ[MAe9cXTvb`ʐ>QR &wr-Γ*/ ,R4k)働sNz | ])NZ3I d e;Ձh{ w?񐫗7Yk|tӷd] Ք âKϏÒzuWGvHc;o㎻8Hi``:4X>Ͳ7ئj ݫ_hW9П= 9oA0 (Ņ |{Ccjc>0RO{z8%R-R `5 Wn ~ɻFRxΨ*c2f!ct吴=<٧rU-jai[J,#)(aϵxHZNp1TEfLt[ksps#{a۽!r)[G6/4_uiBsLU:,eW`l_P!1gvJ_)f.j,-%EL#w7;| x,h.U+`snF%ޑ}0[yS^۳Sqϡ{c>LpG7'\1֨Qb7=\aύU~h̭%sFPm4{_V0d'qPp?D)Fj)}jS֞o\nL8ΗJ k/6uzvrϪGs&G]/֋NY (ODN%q*_;99lY }^JE8*K!5 >?Z#qHܛm$!{+KZ;эd2үrtTJ=A!6x J ;q2_4juBs cP3f0P{odJB%i[O2ejqEǛI2k] m.XVȅFOv=v~N(87am{ 9{xp;m#ۦ5ʑCFă 04 DTy3v^47o ;5 i٢76sqc'L{#o&~8!u=w&JT)ӛCK!ejLbDӰOr)دyaˌ#5͚󿞿,؉&ij+k#`sg+c=nH#MyV|{w@h{me$gs/+${޻[~M߲&lϠb"%1j˞0]2ǔFJ'OK#ΨC>%Ѳ_|*ܑI>nu \M`.\ Ko7=s4)+h"yk^/r5^J,Dpvh'{,( ME jf7 c7'm&wED+sKPCR|āAȑI T߂b$0ONe dZDTxwǔTfyK8> ビϡƯ'H ATw޻NI~LOEd)R'~6q뀡3/ NH/{.NxF'6!z}.pS4C~ 0%$,M u[RpUDP*LlO0.lT>rpL5j+Ar}ɁoDyJ ܿgM(NzōWI->&"o$_q?SRV21}Z>qT?g9]i~|Ǫ7<B,:%{=l:_znMQd8=!c1~Y*v"Ogo;HIթo(}JtZj&_RNƅ;`/TNHd sf[E2`baAUAx\PĦYrd Nu~:O[p#ǘdtQ~\`~lM1dd[9CO#@h#>ˑ ނCd? 9|=FC]f͸tyy`j8yj cΗN &ի%!Ptz]0"r5q5|+HIϥ?4; 7\q;8( r3N/3%:gbpauDgjw2F`Uo>Ki:T^Q-(yR϶jMzLJL1 nS d\[oz.ͧ6YpX6I}{o!S[I\$| +?"H`J9CqT!">{;Ӫ,U;M.ޏse^cYԫv fqW L t㏶Y:CUڑ%&\ ebqoǩ_|l[ϴxvnY#`"9_G;0"~>}f|=JLLIYjתO,Yݘ!|8> <ŢL>3)v[ 5Qkp3Fshy~iouUGOݞlO5\ c4ݲ3C7#{=&uKir@a[:9(Xzfz F*J$aabp+QXf'f6w>wf^~:*|[P~28 >iE<^)CQg^qq .u,łSÆ nP}.6ud 0H#"7bKĝxF3jO 8*Ҽ;&?_s:bZUhSI~#-W5kYä=:f2J JnQp[/AnNJY|Kl3%}SI|-tPK -nI-0D-AP+ gsfRʁ`*f2^\ζz #;]kxDYߏק>٘Qq\K.dWpS'rfN"`pA{wrP{Lօ<=QIH( & k+]J= oJm\o&5618~Q3zTpi{5O0Jh-ʵJxλj-ӛ[``!De'\CFIBp.轼cH iqfjռk>o:6E2KK.v _⿃ u^oqeEnk5p8\{s۩ǧQGJߙl\4ZT_H"cFRG2W8qpN1JZYAsE۸6Oi=^LUԳCbXx?COO=-b-.n:?Xu#҈5;ME'Vq,Uq%@k˥l'[=,1yUROD}Jgpy@$ VߝIȁxEI&k]giP;(I; @MyK}."J=q%2nS 57,du8k"+}rPokw\$S pc*)oX[^?g*G?%\5hwp;qk؊ߗH3>~-~O"7486-ϼQNsYhѷJkN7y ȧw LB HLiJрv*ˠ d @xA93!"F|JO.yry9'3XI/m5K4j@_Mn'V͒|-a y'C[d&j-