llvm11-polly-11.0.1-150300.3.6.1<>,cp9|<s-}[9:7\;Oe*=$ ސҽ u;F^,g­+4 OVk2DjPbPZ{<#; 1JM0iyGI(%N\qg,#!) ݅vTyArõ wd9Z!o쾡xv0A:m>:^Q`c rxASa2S~Ҧ>_p r Yr:N3&:I-ڥK\wS^mbkhBU>C\?Ld # f $,0Ij      <Lx(89 :>u@FGHIXY\]^Jbc6defluvwxyzHCllvm11-polly11.0.1150300.3.6.1LLVM Framework for High-Level Loop and Data-Locality OptimizationsPolly is a high-level loop and data-locality optimizer and optimization infrastructure for LLVM. It uses an abstract mathematical representation based on integer polyhedra to analyze and optimize the memory access pattern of a program. Polly can currently perform classical loop transformations, especially tiling and loop fusion to improve data-locality. It can also exploit OpenMP level parallelism and expose SIMDization opportunities.cgoat20I3SUSE Linux Enterprise 15SUSE LLC Apache-2.0 WITH LLVM-exception OR NCSAhttps://www.suse.com/Development/Languages/Otherhttps://polly.llvm.org/linuxx86_64Hp0;%A큤cAc_ _ 2e904fe99394fb77f80676f825025c4db409a57b34405f6e83281faa8ad0715cdd9f7e0ee689601cccf553c1a0bdb34ec1c85e9d29c8b0d09377c2cd4e86f1118d85c1057d742e597985c7d4e6320b015a9139385cff4cbae06ffc0ebe89afeerootrootrootrootrootrootrootrootllvm11-11.0.1-150300.3.6.1.src.rpmllvm-polly-providerllvm11-pollyllvm11-polly(x86-64)@@@@@@@@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfigld-linux-x86-64.so.2()(64bit)ld-linux-x86-64.so.2(GLIBC_2.3)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.4)(64bit)libm.so.6()(64bit)libm.so.6(GLIBC_2.2.5)(64bit)libstdc++.so.6()(64bit)libstdc++.so.6(CXXABI_1.3)(64bit)libstdc++.so.6(GLIBCXX_3.4)(64bit)libstdc++.so.6(GLIBCXX_3.4.11)(64bit)libstdc++.so.6(GLIBCXX_3.4.14)(64bit)libstdc++.so.6(GLIBCXX_3.4.15)(64bit)libstdc++.so.6(GLIBCXX_3.4.20)(64bit)libstdc++.so.6(GLIBCXX_3.4.21)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-1llvm-polly-provider11.0.14.14.3cEc2__@__S_@__@__"@_*@_ @^^y@^x^h^c^=Q@^;^9\^8 @^1s^.^^^@^!@^,]]@]@]N@]]{@]]c@]K@]b@]b@]]2@]V]3@]@]]@]\ \O\\\M\@\u*@\iL\=@\ BOOL- Let new {llvm,clang}*-doc packages "Conflict" with older devel packages, which they were split from. - Let doc packages conflict with older versions of themselves.- (Build)Require only python3-base instead of full python3 package, the additional modules are not required. Helps shortening the build dependency chain. - Remove python3-* requires from lldb9 subpackage, and add it to the bindings/pretty-printer subpackage (python3-lldb9). - Add python3-base Requires to python3-clang subpackage- Add dont-install-example-analyzer-plugins.patch: Remove example analyzer plugins from install targets instead of deleting them. - Add fix-module-test.patch: fix test instead of deleting it. - Don't build static libc++ (with ThinLTO that's not useful anyway). - Don't build libc++experimental. - Don't package libc++abi.so with libc++-devel, it's already contained in the (required) libc++abi-devel. - Be more specific about files in libc++-devel.- Update to version 9.0.0. * For details, see the release notes: - https://releases.llvm.org/9.0.0/docs/ReleaseNotes.html - https://releases.llvm.org/9.0.0/tools/clang/docs/ReleaseNotes.html - https://releases.llvm.org/9.0.0/tools/clang/tools/extra/docs/ReleaseNotes.html - https://releases.llvm.org/9.0.0/projects/libcxx/docs/ReleaseNotes.html - https://releases.llvm.org/9.0.0/tools/lld/docs/ReleaseNotes.html - Change License to "Apache-2.0 WITH LLVM-exception OR NCSA". (https://llvm.org/foundation/relicensing/) - Allow building with ThinLTO and enable it on some architectures. - Disable LTO cache in lto-disable-cache.patch. - Unset MALLOC_CHECK_ for compilation to mitigate lock contention. - No debug info for ppc like for the other 32-bit targets. - Clean up _constraints: same constraints for 32-bit targets. - Don't use BUILD_SHARED_LIBS for Clang anymore, since the newly available libclang-cpp.so should expose the full C++ API. - Link tools with libclang-cpp.so by using CLANG_LINK_CLANG_DYLIB, similar to LLVM_BUILD_LLVM_DYLIB for libLLVM.so. - Remove obsolete n_clang_allow_BUILD_SHARED_LIBRARY.patch. - Add link-clang-shared.patch to link more clang targets with libclang-cpp.so, especially libclang.so. - Add link-clang-tools-extra-shared.patch, link-lldb-shared.patch: link targets in clang-tools-extra and lldb with libclang-cpp.so. - Simplify llvm-do-not-install-static-libraries.patch, also handle Clang, for which we now get static libraries. - Package documentation for llvm and clang separately, recommend them for the main package: they are not required for development, but actually useful for working with the non-devel packages. - Recommend editor plugins not just for llvm-devel. - Recommend libstdc++ for Clang again. - Move diagtool from llvm to clang subpackage. - Properly distinguish between %{_relver} and %{version}. - Drop aarch64-disable-memorytest.patch and reactivate test. - Rebase clang-resourcedirs.patch. - Rebase llvm-normally-versioned-libllvm.patch. - Rebase llvm-remove-clang-only-flags.patch. - Rebase llvm_build_tablegen_component_as_shared_library.patch. - Rebase set-revision.patch. - Increase disk space for build.- Make lldb recommend python3-lldb (it contains pretty printers).- Use python3 shebangs everywhere (boo#1146533). - Drop obsolete opt-viewer-Do-not-require-python-2.patch.- Remove unneccesary dependencies: * groff, bison and flex don't seem to be used. * jsoncpp is no longer used since r338461. * Move some BuildRequires to subpackages. * Don't recommend scan-{build,view} in clang (boo#1145444). * Devel packages are only required in other devel packages, when their headers are included in the installed headers. - Add versions to Provides/Conflicts except for files. - Remove unused (since r268685) CMake flags LLVM_ENABLE_TIMESTAMPS. - Fix installation of opt-viewer files when python3-clang is no longer built.- Update to version 8.0.1. * This release contains bug-fixes for the LLVM 8.0.0 release. This release is API and ABI compatible with 8.0.0. - Don't run LLVM tests on ppc at all because of sporadic hangs.- Increase RAM for armv6/7 to avoid OOM and be scheduled on fast worker- Use the documented LLVM_ENABLE_RTTI to enable RTTI instead of LLVM_REQUIRES_RTTI, which "is an internal flag that individual targets can use to force RTTI". (boo#1139584) - Drop obsolete llvm-build-tests-with-rtti.patch.- Exclude riscv64 for now since it fails to build.- Change some groups: * put libraries in System/Libraries, * devel packages in Development/Libraries, * clang in Development/Languages/C and C++, * the gold plugin in Development/Tools/Building. - Add some URLs, use https:// when possible. - Remove unneeded devel dependencies. - Only suggest a C++ standard library for clang. It's also a C compiler and needs no C++ library when only used as such. - Fix Supplements for editor plugins. - Fix some rpmlint issues: * Reword summary and description for Polly. * Fix /usr/bin/env shebangs. * Remove executable bit where not needed. * Move bash completion to /usr. * Remove hard dependency of libclang8 to libstdc++-devel. - Make rpm macros work properly. - Remove sources from documentation. - Run %fdupes on the right directories. - Enable tests for libcxx. - Reduce memory requirements for compile jobs depending on arch.- Avoid relocation overflow on ppc by not building GPU backends. - Update baselibs.conf.- Disable LTO (boo#1133254).- Fix packaging on ppc: the sanitizers aren't available there, so the directories /usr/lib/clang/*/{lib,share} are missing. - Package LLVMgold even when we don't use gold for linking. It's promised in /usr/lib/cmake/llvm/LLVMExports.cmake. - Unignore test failures on PowerPC64 architectures. The failures in ppc are unrelated to AMDGPU, so we remove that remark. - Fix dependencies: the gold plugin shouldn't depend on llvm-devel. libc++abi-devel should depend on libc++abi. - Fix typo.- Enable libc++ on ARM (Needed for tensorflow)- Update to 8.0.0 * For details, see the release notes: https://llvm.org/releases/8.0.0/docs/ReleaseNotes.html https://llvm.org/releases/8.0.0/tools/clang/docs/ReleaseNotes.html https://llvm.org/releases/8.0.0/tools/clang/tools/extra/docs/ReleaseNotes.html https://llvm.org/releases/8.0.0/tools/lld/docs/ReleaseNotes.html - Drop llvm-unittests-Don-t-install-TestPlugin.so.patch, llvm-drop-llvm-optional-clang-specific-optimization.patch, llvm-D51108.patch, llvm-Ensure-that-variant-part-discriminator-is-read-by-Me.patch, llvm-test-Fix-Assembler-debug-info.ll.patch * Already included upstream - Add 0001-CMake-Add-install-targets-for-utilities-to-LLVM-expo.patch- Remove -fno-strict-aliasing, which upstream doesn't use any more since r245304 in 2015. (http://reviews.llvm.org/D12036) It's probably also not needed for modern versions of GCC. It was enabled in r105644 because of some bugs there. - Add a clang-%{_sonum} symlink, which is referenced by /usr/lib64/cmake/clang/ClangTargets.cmake (boo#1120098) - Package clang builtin headers with libclang. The library is basically unusable without the builtin headers. Currently consumers of libclang have to require clang as well, although only the headers are needed.- llvm-Ensure-that-variant-part-discriminator-is-read-by-Me.patch, llvm-test-Fix-Assembler-debug-info.ll.patch * Fix crash in rustc (boo#1126907)- Allow use of Gold linker to be conditional - Disable Gold linker on ppc + LLVM currently doesn't build with Gold on ppc- Readd clang-7 and clang++-7 symlinks * Fixes uses of clang-devel (boo#1120098)- Update to llvm 7.0.1 * This release contains bug-fixes for the LLVM 7.0.0 release. This release is API and ABI compatible with 7.0.0.- enable gold unconditionally like with llvm6 and older - reenable openmp support again for aarch64 (like it was already in llvm6)- Use %license macro - Use upstream-recommended %{_rpmconfigdir}/macros.d directory for the rpm macros.- Remove ppc from Exclude field in spec file - Allow use of Gold linker to be conditional - Disable Gold linker on ppc - Add patch to fix SUSE GNU triplet on ppc * clang-fix-powerpc-triplet.patch - Add patch from upstream to fix ABI issue on ppc * llvm-D51108.patch - Limit list of enabled targets on ppc * PowerPC;AMDGPU;BPF;NVPTX - Ignore testsuite failures on ppc- llvm-drop-llvm-optional-clang-specific-optimization.patch * Fix ABI incompatibility when libLLVM (built with clang) is linked to a program build with gcc. (boo#1119092)- opt-viewer-Find-style-css-in-usr-share.patch * Make sure opt-viewer installed in /usr/bin can find resources from /usr/share/opt-viewer. (boo#1112730)- llvm-unittests-Don-t-install-TestPlugin.so.patch * It is only used for testing and is causing failures when processing LLVMExports.cmake.- Update to llvm 7.0.0 * For details, see the release notes: https://llvm.org/releases/7.0.0/docs/ReleaseNotes.html https://llvm.org/releases/7.0.0/tools/clang/docs/ReleaseNotes.html https://llvm.org/releases/7.0.0/tools/clang/tools/extra/docs/ReleaseNotes.html https://llvm.org/releases/7.0.0/tools/lld/docs/ReleaseNotes.html - Remove no longer needed patches: * llvm6-fix-gdb-index-crash.patch * lldb-fix-build-with-python-3.7.patch * lldb-add-pthread-dl-libs.patch * polly-cmake-Trust-pkg-config-in-FindJsoncpp.patch - Add tests-use-python3.patch * Prevents tests from failing because of missing python 2. - Add llvm-better-detect-64bit-atomics-support.patch * Fixes build on i586.- Updated llvm-remove-clang-only-flags.patch - Exclude also "-Werror=unguarded-availability-new" (bsc#1106000)- Update to llvm 6.0.1 * This release contains bug-fixes for the LLVM 6.0.0 release. It is API and ABI compatible with 6.0.0. - Remove no longer needed llvm6-fix-InstCombine.patch - Add lldb-fix-build-with-python-3.7.patch * Fix build with python 3.7- llvm6-fix-gdb-index-crash.patch * From upstream, fix lld --gdb-index crash.- Do not requires gcc6 for older sle versions. * llvm6 is not built on <= 12 SP3 and this was preventing build on 12 SP4.- llvm_build_tablegen_component_as_shared_library.patch * Build TableGen component as its own shared library because it is not included in the libLLVM library and is needed for ldc. (bsc#1086445)- Add patch llvm6-fix-InstCombine.patch to fix InstCombine init * Will be fixed in 6.0.1 release- Do not build stage1 with debug info. It was accidentally added with the use of %optflags. This should fix out of memory errors on 32bit architectures and speed up build everywhere else. (bsc#1092697)- llvm-build-tests-with-rtti.patch * Fixes build failure with gcc 8. (bnc#1087136)- Do not export Polly static libraries which we do not distribute. * Updated llvm-do-not-install-static-libraries.patch - Use external jsoncpp instead of the bundled one. * Added polly-cmake-Trust-pkg-config-in-FindJsoncpp.patch - llvm6-devel must require llvm6-polly-devel * Files in llvm6-devel reference Polly.- Update to llvm 6.0.0 * Added polly * Notable changes: - Retpoline Spectre variant 2 mitigation - GlobalISel by default for AArch64 at -O0 - improved scheduling on several x86 micro-architectures - Clang defaults to -std=gnu++14 instead of -std=gnu++98 - support for some upcoming C++2a features - improved optimizations, new compiler warnings, many bug fixes, and more. - Use alternatives for clang's bash autocomplete to prevent conflicts with other versions.- Remove liblldb5 and lldb5-devel from baselibs.conf. They are only build for x86_64, so no point having them in baselibs.conf.- Use %optflags, except for FORTIFY_SOURCE which is not compatible with compiler-rt. - Exclude static libraries differently. * Drop llvm-split-static-library-exports-into-their-own-export-file.diff * Drop clang-split-static-library-exports-into-their-own-export-file.diff * Update llvm-do-not-install-static-libraries.patch to not use EXCLUDE_FROM_ALL which is not available in cmake 3.5. - This fixes build on SLE12. - Do not force gcc6 on OpenSUSE - fixes build. - Reduce the amount of concurent link jobs by increasing their memory requirement - to reduce stalls in OBS.- Cleanup %ifarch conditions, remove targets unintentionally added to s390/s390x. (bnc#1078436)- Limit the amount of parallel link jobs, but no longer limit compile jobs. This should prevent running out of memory during linking while not longer slowing down compilation. - Remove build dependency on procps- Reduce disk size requirement to 30GB in _constraints. We no longer need that much since we stopped building static libraries.- n_clang_allow_BUILD_SHARED_LIBRARY.patch * Allow buildling clang with BUILD_SHARED_LIBRARY while the rest is built with LLVM_LINK_LLVM_DYLIB. (bnc#1065464) - Remove clang-devel-static.- Place gold plugin to the right directory. (bnc#1073210) * It must be in /usr/lib/bfd-plugins on all architectures. * Remove llvm5-gold from baselibs.conf - nothing needs a 32bit version of it and it would now conflict with the 64bit one. - Reduce _constraints requirements on 32bit architectures. * Since we had to disable debuginfo on them, they require much less.- ignore make check error for PowerPC as bypass https://bugs.llvm.org/show_bug.cgi?id=35871- disable debuginfo build for ARM as well- Delete intermediate files during build to reduce total disk usage (bnc#1074625)- Update to llvm 5.0.1 * This release contains bug-fixes for the LLVM 5.0.0 release. * This release is API and ABI compatible with 5.0.0. - llvm-do-not-install-static-libraries.patch * Updated.- Increase minimum memory and disk sizes required for building in _constraints.- Rename python3-lldb to python3-lldb5 so it can work with llvm meta package.- Rename python packages to follow naming conventions. - Remove unnecessary dependencies on python3. - Make opt-viewer not require python2. * opt-viewer-Do-not-require-python-2.patch- Switch to python3. - Fix %check tests when used with python3. * Define LANG=C.UTF-8 when running the tests. - Add explicit Provides/Conflicts to llvm5-devel, clang5-devel-static and lldb5-devel. * These are required to be validated by obs repo-checker.- Use LLVM_OPTIMIZED_TABLEGEN to speed up build. (bnc#1064786) - Fix files of lldb4 to work correctly with update-alternatives. - Remove Conflicts clang(LLDB) from lldb4-devel - it does not exist. It would be provided automatically, but no such cmake file is installed. - llvm-do-not-install-static-libraries.patch * Do not install static libraries instead of installing them and deleting after. * Reduces disk usage during build. (bnc#1064786) - Do not build unnecessary parts during stage1. * Speeds up build a bit. (bnc#1064786)- Updated baselibs.conf to reference version 5 packages. - Deleted rogue llvm5.spec.r29 file. - Deleted arm_suse_support.diff, llvm-add_a_LLVM_USE_LINKER.patch, libsanitizer.patch. - No longer used, applied already in the source.- llvm-normally-versioned-libllvm.patch * Change libLLVM naming scheme to match our naming guidelines. * The reasons for the original naming scheme are no longer valid, more details in the patch.- Disable all thread related tests in libcxx. Many of them use timeouts to detect failure. They can fail randomly if the machine is under heavy load (happens often in OBS).- Drop llvm5-devel-static. llvm5-devel contains shared library with the same content.- Increase disk space requirement in _constraints to 45GB. Otherwise the build gets stuck in random places. - Skip build of lldb5 python on distributions with swig < 3.0.11- Copy from llvm4. - Update to llvm 5.0.0.- Use LLVM_BUILD_LLVM_DYLIB instead of BUILD_SHARED_LIBS to build single libLLVM library. This is the recommended way. The old way was causing various issues. * llvm-split-static-library-exports-into-their-own-export-file.diff * clang-split-static-library-exports-into-their-own-export-file.diff (bnc#1049703) - Add lld, linker for Clang/LLVM (sr#517692) - Include clang++-MAJOR.MINOR symbolic link (bnc#1012260) - Remove unnecessary dependency on flex and bison. - Make sure all binaries are managed by update-alternatives - Add llvm-add_a_LLVM_USE_LINKER.patch and link using gold to prevent memory exhaustion on some build machines. - Reduce debuginfo on x86 architecture. LLVM libraries are so big that they exhaust all memory on 32 bit machine if linked with full debuginfo. - Speed up build by skipping parts that are not required in stage1. - Build lldb in-tree as one of the llvm tools.- clang-ignore-stack-clash-protector.patch: ignore -fstack-clash-protection for now.- xlocale.patch: don't use obsolete - libsanitizer.patch: fix use of undocumented types- build fixes for armv6 (skip testsuite as it requires 64bit, set the list of targets to include ARM and remove triplet hack)- Include provides and conflics in baselibs.conf for llvm4-devel, clang4-devel, llvm4-LTO-devel, and llvm4-gold.- Update to version 4.0.1 * Minor bugfixes- Use gcc6 only for SLE boo#1041469- Package libLLVMFuzzer- readd arm_suse_support.diff which was accidentally removed in the 4.0.0 update- Enable AMDGPU and NVPTX targets everywhere except for S/390. The AMDGPU target is needed for Mesa Clover (sr#485802).- Use gcc6 on SLE12- Package license & credits- Update to version 4.0.0 * See + http://releases.llvm.org/4.0.0/docs/ReleaseNotes.html and + http://releases.llvm.org/4.0.0/tools/clang/docs/ReleaseNotes.html + http://releases.llvm.org/4.0.0/tools/clang/tools/extra/docs/ReleaseNotes.html - Drop the following patches, fixed upstream: amdgpu_revert_r280589.patch arm_suse_support.diff clang-fix-substitutions-abi_tag.patch clang-incomplete-field-types.patch glibc-2.24-libcxx.patch llvm-install-CheckAtomic.patch revert-cmake-soname.patch- Enable BPF for all arches bsc#1026191- libc++ must depend on libc++abi- Stop using otherproviders() due to an rpm parser bug, use self-conflicts instead as suggested by mls.- Add amdgpu_revert_r280589.patch to fix an amdgpu regression bsc#1021577- Require LLVMgold and libLTO in llvm-devel, otherwise we get in CMake: The imported target "LLVMgold" references the file "/usr/lib64/LLVMgold.so" but this file does not exist. This happens when requiring llvm3_9-devel directly, not llvm-devel.- Update to version 3.9.1 * See: + http://llvm.org/releases/3.9.1/docs/ReleaseNotes.html + http://llvm.org/releases/3.9.1/tools/clang/docs/ReleaseNotes.html + http://llvm.org/releases/3.9.1/tools/clang/tools/extra/docs/ReleaseNotes.html- Update to version 3.9.0 * Clang now supports the G++ abi_tag attribute. * Clang will no longer pass --build-id by default to the linker. * Improved C++1z support in Clang. * Clang now has support for all OpenCL 2.0 features. * Added support for all non-offloading features from OpenMP 4.5, * The static analyzer now checks for incorrect usage of MPI APIs in C and C++. * LLVM no longer does inter-procedural analysis and optimization (except inlining) on functions with comdat linkage. * LLVM now supports the Intel CPUs Skylake Server with AVX512 (-march=skylake-avx512) and Knights Landing (-march=knl). * More at: + http://llvm.org/releases/3.9.0/docs/ReleaseNotes.html + http://llvm.org/releases/3.9.0/tools/clang/docs/ReleaseNotes.html + http://llvm.org/releases/3.9.0/tools/clang/tools/extra/docs/ReleaseNotes.html * Fix the following patches: + arm_suse_support.diff + assume-opensuse.patch + clang-resourcedirs.patch + default-to-i586.patch + glibc-2.23-libcxx.patch + glibc-2.24-libcxx.patch + lldb-add-pthread-dl-libs.patch + lldb-cmake.patch + llvm-fix-find-gcc5-install.patch + llvm-remove-clang-only-flags.patch + revert-cmake-soname.patch + set-revision.patch * Remove upstream-included patch: + llvm-nonvoid-return.patch * Remove patch for removed files: + glibc-2.23-libcxx.patch - Backport upstream patches: * clang-fix-substitutions-abi_tag.patch * clang-incomplete-field-types.patch * llvm-install-CheckAtomic.patch - Add clang%{_sonum}-include-fixer subpackage and associated libfindAllSymbols%{_sonum} and libfindAllSymbols%{_sonum}-devel subpackages. - Add sanstats to llvm binary list.- Change update-alternatives to use %postun instead of %preun, which is now what Factory maintainers are requesting. - Use the minor version to set the update-alternatives priority so the most recent version of the LLVM, Clang, and LLDB are used by default. - Add LLVM rpm macros so downstream packages can have some idea how LLVM was built.- Rename libomp to make it possible to have multiple versions available.- Split the old llvm package into this version-specific package and a wrapper package. - Implement update-alternatives to allow parallel installation of many of the subpackages. - Rename subpackages that can be parallel-installed to a version-specific name based on the associated shared library's current .so number. - Various fixes to support the above changes.- Sort a bit with spec-cleaner - Remove the latest switch for now, things should be either coinstallable or not, we don't need to bother around with compilation like this- Update to llvm 3.8.1 * See http://llvm.org/releases/3.8.1/docs/ReleaseNotes.html and http://llvm.org/releases/3.8.1/tools/docs/ReleaseNotes.html - Use versioned libLLVM (to libLLVM3_8) and libclang (to libclang3_8) - Change versioning of liblldb3_8 to liblldb-3_8 and use a variable to control the name instead of hard-coding it. - Use bcond_with and bcond_without to enable/disable build options instead of hard-coding them. - Put buildrequires as requires in -devel packages to avoid linker errors when building packages against the -devel packages. - Add ffi support (disabled by default). - Add oprofile support (disabled by default). - Add valgrind support (disabled by default). - Link cmake files to the normal cmake file directory to allow autodetection of cmake interfaces. - Remove unused lldb components from main spec file. - Split llvm python bindings into own subpackage. - Split emacs plugin into own subpackage - Move additional vim plugins into vim plugins package - Split libc++, libLTO, LLVMgold, libomp, clang-chekers into own subpackages - Make python-clang, llvm-vim-plugins, and llvm-emacs-plugins noarch since they aren't architecture-specific. - Make packages besides llvm, llvm-clang, and the shared libraries conflict with other versions. This will be important when multiple LLVM versions are supported. - Various spec file cleanups - Rebase patches: * arm_suse_support.diff * assume-opensuse.patch * clang-resourcedirs.patch * default-to-i586.patch * glibc-2.23-libcxx.patch * glibc-2.24-libcxx.patch * lldb-add-pthread-dl-libs.patch * lldb-cmake.patch * llvm-fix-find-gcc5-install.patch * llvm-nonvoid-return.patch * llvm-remove-clang-only-flags.patch * revert-cmake-soname.patch * set-revision.patch- Start conversion to use cmake macros with now introduced compatibility for ninja - Reduce number of threads if we don't have enough memory - Add patch for the nonvoid returns: * llvm-nonvoid-return.patch- for ppc64le set memory to 4GB in _constraints file (failure in Factory:PowerPC)- glibc-2.24-libcxx.patch: fix libcxx testsuite for glibc 2.24- Build LLDB separated from LLVM. - Re-enable python bindings for the LLDB API.- Disable libcxx/lldb/openmp for SLE fate#319582- Update rpmlintrc to whitelist libLTO.so- Re-enable glibc-2.23 patch for Tumbleweed- fix arm_suse_support.diff for armv6hl - adjust compile flags for llvm on armv6hl (fixes Mesa build)- Update llvm-remove-clang-only-flags.patch to remove - Wcovered-switch-default flag for gcc compatibility.- Use gcc for stage1 bootstrap - Add back libstdc++-devel dependency for clang since libc++ is only available for x86-64 atm.- Comment out glibc-2.23-libcxx.patch until glibc 2.23 actually hits the Factory.- Update to llvm 3.8.0 * See http://llvm.org/releases/3.8.0/docs/ReleaseNotes.html and http://llvm.org/releases/3.8.0/tools/clang/docs/ReleaseNotes.html - Fold lldb build into llvm and disable python support - Drop clang-disable-ada-extension.patch, libcxxabi-exceptions.patch and cmake-host-triple.patch - Add revert-cmake-soname.patch to fix soname handling- Add glibc-2.23-libcxx.patch to fix test failures with glibc 2.23- Remove FFI support because its fragile- Enable OpenMP for x86, x86_64, ppc64 and ppc64le- Enable all targets on x86, x86_64- Update to version 3.7.0 * See http://llvm.org/releases/3.7.0/docs/ReleaseNotes.html - Merge aarch64-suse-support.patch into arm_suse_support.diff - Refresh arm_suse_support.diff, llvm-fix-find-gcc5-install.patch - Remove llvm-fix-parsearmarch.patch, upstream.- fix build on s390x (one typo in ifarch and one change in filelist)- Update to version 3.6.1 * No changelog upstream- Add llvm-fix-parsearmarch.patch to fix parsing armv{6,7}hl archs.- Update to version 3.6.0 * See http://llvm.org/releases/3.6.0/docs/ReleaseNotes.html - Add python-xml dependency for regression tests - Removed the following patches, fixed upstream: * arm-remove-xfails.diff * libcxx-libdir.patch * llvm-config-lib64.patch * llvm-fix-intrusiverefcntptr.patch- Add llvm-fix-intrusiverefcntptr.patch to fix build of LLVM tools with GCC 5. - Add llvm-fix-find-gcc5-install.patch to properly find installed GCC 5.- Add a gcc dependency for clang, this is heavyweight but we need libgcc_s which comes with the gcc package (bnc#893359)- Conditionalize libcxx{abi} build on build_libcxx variable - Turn libc++.so into an ldscript so it links to libc++abi automatically.- fix constraints for armv6l/armv7l (there is no 4GB RAM on 32bit)/sbin/ldconfig/sbin/ldconfiggoat20 167410303511.0.111.0.1-150300.3.6.111.0.1-150300.3.6.1LLVMPolly.sollvm11-pollyCREDITS.TXTLICENSE.TXT/usr/lib64//usr/share/licenses//usr/share/licenses/llvm11-polly/-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:Maintenance:27474/SUSE_SLE-15-SP3_Update/2d7c218d74313ecc216ae83ecedad511-llvm11.SUSE_SLE-15-SP3_Updatedrpmxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=37763448d03d47f3ea16c8f6b9211f7ff257ceb7, strippeddirectoryASCII textRRRRRR R RRRRRR R R RR }3utf-8c101ac93f8e6a14e24035e3f2a2a5d4df09daef2d57e0fbebdc17319ce96da4a?7zXZ !t/]"k%}"FCM`IjsgKAR'KQW+W7Jw̝ f?+Nޑ6bN;7 2y]ح$4 ޴-Z>ƲYt!MBeE!޿(|$aYq{`j:7eےS8LLn+r1xVt@{B7Jx>9GO_qovK2jHG[> Xke nFUF|1NH#vl@ZI- f2TmT{]!}Z]lχO޺]́u4?{5o7=i66iaM1>lVx$x:Yxo6}tnH+==Rxd@iuc'VgBp7f =B4JĴM7(c`NQh&N72(gӍHĸ""(/zb,H꼠箿;1pvۃ\h*@0vI;s}h\N*D{w3,7O 'z'`!9pcl{)mE)y͓SC3 q>8{ܭt#0E*M&g-dַR"wKS տiz+}NzeK#T'.Sbk 6@)o:+vgO̤3Ub`:im fWi[(ȕb#&con5s":I}4A_/.@|Bc @.bS#xr nRcQfמP6vJ`|]=;5GBm@-~#TV@@<'="|R4 URs?W^|G"dױ;9*qx/+ǡ6;ҿ Y'POmcGԙ,>1s8!S\]N]/Rb#b-Zl>KWǥ:R16>\ٿrZ) Edz^hCUI l'( J03z̝lN1zRMè7v6ʓ@B%'q>*"?_Əj<-b~qg6_b`&Vx۽xiޫ}ܺn&j@ SM1 bԙ`/Seͳ{_`&6v*B+=b8:c6ayHtB[ocA I %7 5Ҫ Ć4W)@G^o}+N?As {)(°BkJً84oqYQuJiZ1[ŢO#y\PBLVvtC-(ԃuK-!y7B4@Abb!ԦT[Ga6 .6F1!gߩ@[sڀ3 ~q,Jͧ["y{ |߸~JN@t Ly:Hrg`Q颦⍮r2{T[XÊ`_дz) gȳyYbK)!QPhDCf354Z;AqeLNB6oK -3f-RMId'q+jA/0$ivL H*9D|W;SƺO w؅s10;lKW0 4F)5xXQ`Q_8v#G]OR-2yadhv`<ަFJˌ$ CcsQsʏig5QtȭӪhKhǂ&Q<=; ީ@&(0Pzws`z.KWD`WvN "ș"@ 1/1cM`<2&,o= %zhj:RC)QuBɳ X=B?}KZnJ)jbw^"&΀պ[0? ]s5/U0b+ߢZtՅ#]J^mŋGV`%ּ¶dcI/"1Ү#Fڐݱ| %A3 A j {:ν F^)97&\㚔ev. *[{46D?2w, bWF٧w u4E uB6eʡ^Vxޟ7 o6\(٥R-7 cÚfAp+`F'5XţoQq aVj;(7ȸܰs딃r$R_Fr^&m c)ek֪,Sk7n/B أjasa&/8V o\_E+JNc-VxzV1ia,'-Y.yj"\q}4׶^ Ŝ=sN}J' ZDюFr췏V> n15IhȎJN@t$fyynC@?D3Lv:0mWc3^E%*~G8:$J X`S$Y7qCоbr7cQ(WyF%\c 8!h?]XIjW2-7SWƔ]ޭTGk1y02i4~$8Wm_ѦX1-ƍ}UT>L/G ;'B]p#Ws^zAjWReh 'mA]+!T7-J x#^n/Bo'L!Z.(Z3EU?T)`CUZCHrpgC ?nCbx^$1(oA?V}rW^hpeWH#7陷mg$$_ 5y=$*f&낉 Л1oY'NuY{Sa(1pNE58cEYb0,Gm!},Ci9QiP^ifaK+JhqZ,i> i $aBzʐ>K'ehd6K_黉YS䣰=ؤ<&G|Ւ>ܧ4G0ι'KܾN.h7 #V;#DTFy ]fPU=0Ѿl0#kʊ)|\G_Yb NsZXZ8-:.Dn)D4ud'  7[0)>*^ǏρIcv]}/ʾ5o26 5Ӝ7@Wx]OfV~p>~ܫߝS.aIXp,]%ww8{;MsoxHKb<y}Q)PDGRpE#VTii~VCJP5&$bh\+:iY0ϐ79хb4W&G_@fPBJeҕºbHbz:,fF,w)!7dK qx 7XK[ײ&b*bw+|B! ߭WnDU6]@p"k?E<&M oG:Gf`yߕ#^ؕIܸڀ2RnB=ӤR<(xΡ)Ujx&d@>^^[<+#ſϺPh92ĸw\W q`p~^M}p͎xޅ';枷6g9=q<#8҂Lq}qm: د H{uCYTn%܌5d ^AJ}2Դc]T[WqUUhȠr&6hygTf^ +YrXBidwT^ͬRHJiʤq"A*Sѣ`gd*+Pp5痙; Pqj{4lB7B_"Z$\h>?J`uDcD .ԡ=ڱZG$ 4zn'Zd= kDxquv7ujQi;(*$ ?F'ݩ#LڴDh#$ڬ(bM7Ж m2Um:L$:џuPqğRe|(FGyǶi;P1}RF K@4& QqkPx W͉X\lOy(1vֻі(ثbd0 Dm DJ\O{CiZe0L)2?9?J;@eєX Uf2HއF=&|qي7^$oa)Rۉ,c M@¤];1WSJw,]B9$zqrׁ"U҆փ[02*E[Cz}y֪Ź CFDw2 -sH xm" ^B;ZZ.VW]:&ML9`Uǘ-\o^[vok_èU<:;*wr57"fF_VU+ Bv@?ȼI60A4tHΨv\ l,-,* 5|8IBreăc[&KiMUAo`.27 4^s,gҏi8TR3Tc:F RЈD[㩵$.<1,K+.u01:cqskE\(XkۻE3&)673g,5!< |zpg4|Ɵrq1#̉4;+fEvoXk[5ww{!&)qmP`Q 6Y !yNLNو>*y=siݶǝnzB/|l? n2G#c brJ,FSszE4F-cfj殒!p$3tw 졐DfjL<(LyIִ3! ei +H7t/ tܰ+*cϏ@H}4PZ{I=f9d@p2cb~\gc|L BͽlК=SWj<>lNu^a8vc h;* +_47RbDSBlh╀" پDO` |>]=f1Cu]&4v#0"U|X-!Qmm6+:u"Jd-ZG[Gߠ&j!jg0_xF9?.тi{tZGiVGWdu (`-N?K?[&)I 8l@,t0;OLPܦ{%3m(;$m0fR1qfPcSJ#` ˓4%->f k^VN5^"kU!> 댑M]bN [@H(lZ b˵nO[jfESH'W'=#f .I$OofI~׬kCk ,iѷ'Է<ӞA&qAfÓ(Xa.=\9Sh+-qn8'̪hq=W~)8{7Tyd֛Cr )qc E8<~zLijAL靈:8kg0@Ha Y)*Ylw q& L>יyy(Nt:|ɽ&Dɤ|=w- TL){6Jq.=4[<<<#35MO@-e+lKue+m:1^{n0fP @P$enl&8hʢ/(;*9[LX5Ÿu.<`o̤,׺\-Q:{Iϫj!`Ffz5kKK_#)L 09T9ж$⋭rvc_&vfSmNT? 0وf 8|x҆* wՔ*>8gl"{G<#,JC!*%X7J"vZ+_1c)]ZI#.FN:6ʁwEAk9jfX{Ƶ|J9LwwcG)%kUr7T]VLR< ,ggV8DKȘClL0HНyU弚 5^&4ݼʽ3RA{%FpuqeoR@h8l I  [j9]wA|ͨAs,haex G6l˹KLݛӑQ(,Ajq$|$mSf!p{Ghja],k5ٷK$,u%M9m}z DUR6lYY}8/ޟnkxX}4]H KQT@'ajVTq/phiKce)8[(߭J aa )@1hUi\bMVsY#Bxn}&2v[đPUPE8_=:Nz[%6&I%Z;D\Oxa&+mjZ !4#%n}?ob`3 OpfX?_2Ge9̌=zs:δZuC$+,7$cA,Du^w\WI]p_2~S{Ko-Iʶ܁|7U> 6^?k)|{F% m1NrPm*rUx'i貧3w @+ 4t <;8b<6؋-`zdس9rl;'o^;4|\ |A|7hP@54 s3gD >A?>cZn8XjTH9GnbVs)aGDH6 \a~,٭˾ԟ-Ь<Ҏ/|H^8ExaVtu) dH:tܬOSa9Ҷ@&:d2Uf p9i@ &+0Orwɭ;'?'j*a4vU9qX \^ -Y:;I#A\(|' !#9u~A:O颖@`DmHs+oVmF8{.ⱜͼ`(BAN;օ)1TL|;BN4$]/GN4׈"p& ձuu{^0XgO 6 8jO4U(zzPSZ5`+HF[e(gj8צƗXd ),s EFΟ*iV){4[td;A锫N. +^vc_Ddh9޲]U5AYz)nvԧݘ|HY'Po\QH4oNpq=oJ~TgʚS$_4&|9yѧ(})QksNpn,Y,1HKo|V@1T@%|מ iaT)h 5XG5a)+e!,Kk|4~DˮXgܯg-ME@a;HYae|SwQ`Mob𭒺"+!ÅoҰz'L9VqƉKttp ;C7@O<*J=8zKL@f8ʍvc7YT#Z_YGp˝E8=D V<*GLVC%-9h3g]X=U0BRSa=mi>[n,[2fFi ;k =\7pU88`F5M\JFH$ Cav M a8:cW1tt69&!'2 G+*L.Xר)}R۩iC"]6v*ѻy~_jZ(=dOPy{%q[ض43h| =$dB&^Λ묒wS#_~A*kNmmgv4{gDZ%شnH{ YmR0YjquwϰxطpRlۨM(XժV7 8hDl0'%vtYV_?RO7m ", "37lִ쬓ևq}7jI1vc۳|+ tJ"J3:+Osnn;9 WymrC qp(\1zN ̣KU9Ev6>xW@-gة,i~R|wɥ>&tSe-{?_#Es[ao[N ϰ%]=x2W0[Dw O8{=^Vu,XMޛ/Y+ !uXf."$T [X%I+Ag)a^ݻQz &O?pq kjϽ虐^n}x7L2}"n< 0Wu7jegd1^CJh*)}}jO|jO(m=T\B830;&U>jp.iȻSIŧ꜉ n_xW9/Ϲ׽JX1 cP#| #ܷƯ< #{N<)`pNyҜᒼ1R+nظMg T+u84R.s S-TPoGeJGޡ(qb &KF2^HyTP'8\߾E`{"tfԙGhPF r3jTE@pUHԠ6k]BW Jf+Xb<nC_iLjAo Ħ<'"4` ݴ_p^2SҴȩi| q=:7Z.8f)3tWoN\ 3dp'"$o-:Ъ/2 )VM-sc.Ȳ/sK_bfNF^m^A2#Xe ڿ3I'ɱB hn 8v@eUq@0+*@7av.kp&1' 39 Exc'Vg#?am_j6Mԯ&!4gdC4 o~n"@ElѼFfȜ(6Cq!q"Wqr/(}P(vp,`?fz vWB6?gբsvAg @Kr\ >/+->yU+yoXXH8pJN5h|,vOR<H.\D;EaF=?q,*}_Re#IZ'B1L3Dg_:LR$º7إ|g(3=q(Vbʈ.x@()MfUJuv+w㤒g#aJzqH`G]Vj/v¦c_A?{մ >_R>&KR>: ZhN{FOՔ{1W ys} ֔Po2`:.Gg_3?ͿM±pv|h௽ȴ6zB! AKYԌ.+^~ܣb {#^ BY@`WfhCYLL /f2a/\ua #.|SY$0EG8[-B8O=a{hG..8#SA2:^0yI$`@|(MM.B\ŵIaJuLfE3 Ɔ@-$+}^*y񹝗fJt)2mARҾ`F4tVRl_/-,VdAS1DJT_\w# Csb?m A :K9DPe'R յE9`<=q@]m\993Ս82ֻ:Msb?ëDYsg? v|bGkT0_f@&ՓCW pGW4SK I[Sb9(_/,^"IF;|H fUâɕ]Apkilb31ő[L!2>3oB&Y+5aczkQR.1$_} k09NX4T:}@W'x4;"YS\)RF9|Pdm$WRzT[Դx_^CAkIe##1BFMԺLR="HQ+;xA\ 7@)FįTqOHpjB֥s Wrש֥} \$ߖy#p!c|dX+ 01Q{(܊ J3*t&%V`E-Kϥ-,`Rw &Hn3zz9" IYB ]L6A4 ; A-p7ŸAO}eJLSEvpJyQɔtLL[Pi޾ \7[X}$/>=Veim_` hk1//gKH嬎1T7/vޝo6+G<(B"9_M/k- ,7}dM]<JAFm?Y}WϏBls&ʼoȤ DK#2/?? J kL<3?ܡLC7҄Y4;<4rAZaWƿ8v"pakLAs/~`5& 7 σ'}H2\}A<"c׽6\K#oJ_|;Ҫf"ZNcQ]σwasTp6,p 5jm0y0/ bQԷ!a ;z?m$Ob"[<*^Ė &t1nHYXB@".D q&\(O3 ZLFVxA8\''2~Fԅ CfyfSTpxu ̖. vt]j(g. lԿ~Etͬ iH6 7!98C \ٗdĎWQ)謇5p:rG@PB̟#@G8p(VkDƘ0 ^#ײDR "gaޅ Ɂ-% y&'l{ڿ|5ݥ=BK zrɌ. o]-1,}3i& .D3y'N9c15 /댈m!l1`?#*e޺~p|5Io F *f/eP  IC !-epD"VRQW:O2r;F%mO`3ZtN- B~JVP9,5/Р(5TFH4ǚ9)K5s񪁫Z\Nk>tZS *QEG(lg]ŕwq01m׍tbc H$ +$HyNXq.hٮM;<_b2lJi|H P9t@<& ZXr^Lڨ."Ov魶հO"Ć}E-O<'ծ)C"r.+a&SyX˻)Td4BXMIM AetD'pomoN9;tk/ !+=D Sޱλ9բkI#9Yu4ݧB:r"EE>7UcG#w @dl*`SΧ5CFMJacvZpXg:- KCQ(/ЌeMz)D{rQ 9;Y?IxIs$IF8oSNZ!A4'`a`Jډ$ZIYm*7b܈O9lmc7 N[ACĊ]"lDo>K>:EE̥ C`rI!JyL(yADUqG$%_^!rDBs G~AV}:}3JgPJ(t{h0]9_IuEbR[1UAފO:s$yV%][ kWk;uLj?B+=zA1IX;Dl5|kWDbE hdʼj|WU:d |koUX5aNJA d w{uo yO+}RX^Us6-¬51w"^xeV棺SymBeXZ_^fAFY,yFTq{lHUldJy7,q-Ku"\W>+\;RՋH2hMҳc_-Uy^k ?Ǐ|CZuv|mU&rQ˔}vuL E G}bOj~7W} %v5 5MG.Llu*Яwžm71`g}:'ۊA8BNDfqQRgȧ'23j@pƃfRn%j.],5IG㪞E / QWdW^˶f$ֈݔƪ]†ʱ*š$Hh~_^%R^I:gT9>HPROxX$pu6e;~{p!81*9qj̋a (x\=8\ EaݾۡYZtر7 "}p2dZ6є ;%vZy 8dεS"`DYLZ~9mNX'o:L_t9+F Z+r:iKcc@C  EZ~X R|N&8ʚӲ\VEܘYOk:`9 $v2{5C?N|)tGt$G!4ӽfci[u"}Dpz(y67!c@vIުϦLئm @n0Mi@$E)78T e`6; ojnrQh18|=,v$ X챟#ccWwE+2`pqa~[ .(-`% N)9'D>Ͱ"֊kgsf*Z[P`{KZW+Vr]p`J^p/C9Q %'ITE-U;F׿Y"OFl=)p\|Atw˽Ș*j/If G8m6'!trq6U!' Y* 6& F+|^/r?m cW#EI2K5L?-F"㿪Tf2Rk}~JNZG?VUߕ(db U_ UF FqPܰKDzq [briuD?Ia-aIx6kΨfiwϝ 2OBg7q{-j:O>}vU6ChP'=oo\?:b.7pt=v<5g@Se܂?$T Xo]g%!WQ)͍jz6 Y/rψ$p |8;)"k: =cDq ZvZpODb MW7T%ImtRXG,J"$&7>VŞ"bbO= /y6t*,γ3-?'3F)$Tv2?DՔ`Zܗ#{ːesaOQvݪ!m2̚ae~~dEA}&i?p L)drUtԊH7_e@|3Abb,NdLXnq`Mێ9Ud"[J5(hCg!΃7&m$™b=jv^fjo4>  |{Y\.Oy>ʵDdGRĢG(uLQ_{uOr #z },"Uڰ'KҹP|P P+@y}^=4k ~ \ c^m .#Bbf:-D UvM[h:* W3pȎ5@;W"{ڢBoWxl;_j2!_TgBY\c;b YP'x]ɴc UPmH(]RE5f̜6J;!72aMD38`ۆWtAnOJ7Gz@2eڑ:\@AKuw]}qkBC\·mY8p1bk &fX"XbsrGqbLFPmN.M ,TؕBH^4,6tbhzRh ֥V)AcB;*џE\t]&(wuQqY2 IBoךFjDj;Lmir-l^ygۑGŇRNN~tuƆ| w>Yėۼa6_b[C]X>Z*#Z ǓŸYfPuC!"#܅M?ō_ ÿ_Ȳ: >Q7cvP(O7cgn]~g!)G؊gjN-i=t|퇣k/WZVT8bb/2bZ](wezGpYFKu._*[|JɄko(Trbq<庴LWnSlSUGgcƐI|Oe̵)w۴kSkH_N+E{a4"8lʪV&-p+BpzqnTz& *fB tW[?٪=<£Xq8!̭$:gf{]ȪB 3 =7"\נhx-G!K C15m׽ 0e2$3Jq\[[ U( =iٻ`9˭\[>b-B+ -"IP{Bv+*^r9rZ[YN@#) ;KX7kÞAp%MWZSB T?FR.Qu*AFw(E>+)\p|ZО('!Ce9'Su( ^R{CƙcI/6+T Db#3"]ֻ' +r䪈Fh4u P };{X, D^ % r#ѶfO=8ՍU6=0䖭`ZҷtSmr=!r )*T,X"Zc%r̹!j8䶛@ Swrŵ5`2噕ZYC+[,澓 kp8Esۧ?|$~SCiLcR8kZC?uܟY9rGW YdOoH}چZ-h 9/NR橹CFhK-UTqƲQ^'*yeh kP U f=AFO -L;7QT,?};EV'9h D<&,Rwޤƕ`kM~ 4tw>PD84* ,.7O H1whWC&#& 5I XLwb\32LI4P`q [;`*cW3"I[VZ&KIS`滞 ![^ K B_}:hÿ> HҺOP­K'Cj 赓I'b>Q{+3mgwC%mgCČ0 ǵc9)FuUOhW\3/T(k‡SBcg.&#?K qI)X8C$@"Uaaa5c)iPP*bƑU2>֓l&-LVd,HQ#p{ eI^4"ѱosǺp]F9}I6y`TgmOWq8-iR!Γ⬟L"~vg*r@þKY5s̲CPfpQX %X]=0%tv!t>F q\=q݉0w>rG2x3Zn;1=u~'~Te9&;<֨X 9f*~:j/ 5j(/$c΁KC9z%.źP`!IMBa[ͅ5%7*UԨS[8:N݋Fb HȳRLtἭ]AR-T G!^ %略0ehP)E0ݢU\ǤqpH6[uuSH. /۳@jq딩S^aoxv} ~W>uGOaXq;:?XeZ΋t { %ΤBuJ0 !ђT>`9U -@z5*Y?VyՏlj;Wi3PfSug(=" n,Ez@eٙ1nGO A?.]VdJ'p>2\}{qtq B:^꡺}WF_7Ett$Y'=HY??<4sdXpyσ]K r I):Zj+`6bx[dXuU-A9"4f0XX>(?S-n!DeCҒZ͈YCBk6cruNߤPuQpv>jυuo`i⃟b܅@$+`-NYR)\`o))@|bV KD(p)O ݷhǝ +՘(Ndt.4BhUdH4ЋA08V3;Ūe^1]uv!lw& ڱ˰ ѣGחgoӒo4SEm6䤥;`v hftórm` (xswڴ#9bəÏvBP0 aSD)g# ݭ펻tWMǧzÀY?SIٜn+~3 J=Ӌy1 -CovQd:#mNG<=H88tT*TWYg>363U6`, :Dy=OjBH(3n ̉yMy@(B,^MѴH dn=բ+EH(Ce^7Me"c=m`f: u-pp*u"0| 9%kB90ݖ;;klZXҳ/4:ȼjӎVgZyr 6<(Xs)vpuᎤ3qo$:AX%,[o~ %tAK ~-ʤvIhy~.է]M*,QVm}31dAϏNjBE5NkkcoZA'K~UC]Fp8,rnRo?ܪ l6H̛U7)Jm^4jeMp7hj *,j)PZOAC戏^t_Q)ښEVt8U^pNyl&"m8e#,CwU!-E^kÀ7UneVYg\LWO?lz_.N2AC$C01*8.̉fڅlyGN8pH@&k &52O'.[ 2"Nʙ76'd= iC9(_QD%X 61鯘{)s 8l,@EZ B˴>xƿX.4:z"ed9 !Y{ eXoۺVc#0`>!چQV+&^.\B[ ږqw8:qվld|% qA@=G98?:('.uzEd}܅/>"Xk5R7huY ;-̊Tv~lVUL46v$X=*]Po) ~s z?*> %}zYejs1lxQ9{o {|oRkW2D;LN2uSq*@C#kQPv^{GOkSR8Y~j:`"!7G i-)绺.Iy<FH/Sai St]mBY"R6p3s~WbTvs蕎!' fi! I_,^5!1F=?,{rz/b9 f Ee$ƋQ ׈5~Z@w0b$mVս=Sv(~t֦Z(ɵBǖ.*EUKX jWCa~3)Jqo&3.8/17#Jk=|DI$Uf:蓌!PϿnn55ѝ򵉡*^> %I '%ǟXj3^v/\ZV@_>UIo=l>̳ 7Vvp&X0_ 1}(_CrRA?ToTd O^.a s en'TĊw1>ssw2`)-bxTKny:Mj+{#~{] g_@Mp!)ug0Ѣd(ucqTicB/Yow+>Õ4l8)jX5~0Z?a9~jpvVuqAC![P`!|k)`ϻ!:NR}20fo£Bawnt5 ͝4>=Z&@]σЌ!Q$c:)SߖF:ok?Ē'BoxCG$҉2F: 'F }[u8sѵ, l$%4jE7})rܿd=m-Mb- K mk3Px̸hN[ 5PV4B *Do\Txbډ];h:fXM\̆,ۀU xYk&ǶC&۾Nc%HR_ԧtީs43wghx@SuϻǤ2?|YT^C`} S=6nͣ? R5mÓK&LkٞGv2}ĿElrԽUZH\#!ÿc'NvU m[GD}B}M4t80z%j3'v|DYqZU8`U-̮A+ )Ton@O U9f!ڷܔýi1 U9;[)1*v46$8}kDbY'ٵ<@Bj9Sm@mг}{yO-aRo}RWJk룱8lN* XqkEՕi]n`٪M(>9Rݡ7d#v$/zlmp~6$dH@4'Ga)kqZw`)&10+Gi{8}/#wӹN%_kfdQKn$ZW"~zM?F[U]?U}0S82t.UD=UkkE?_XC\=DShF;" 64YvFd;_23nOI3N_6#.;Lr['u a:Ba*~[ e/<=X>fiD\W{fT}sө ~=FqHQ^xmp+M"6$}_">봌mWa[O̰<r>ZI&OP V@ ]T6Z8cҾ󵚷T<% $@`wp!r˙F@5#bmm+_Ѭ$E4bykI~_0| ̀"Mq^ 0|^M_[BRl-ex#ځJBO|a*yv۵F2B9%b(A]BvVH~cRg1k|mv`R. <6 j5CvZ@A yy<.5:qP1$B I| `G\@N6}KQ' \21dYzGylЍ?rwB4e)sNi&F @gF u~U½BfDԭho(FD/#e?iϺ儕)B<4Z,\ hv\AgrXZEGuKU;׮YuOՓ,U4>%ZaS2Md 趍wYgi9_;dod^kU14mc]2Y)쁻9{aGE郙:&DO=Es?y~صlD4&U/ZY̏4m+`y0O.Nz燀RRH'aH>7}>jΆaҾΉeX Mp$(ب0xse^B%]s rtL5t.V4"A_B<*~q$1a,tV9q[~{:r/ٞ3A5b;qXOˬwה!q6oDc1)5A/4᯻r:J~k1  v&T6fg1>4_ ֘@זoU.ŎGLRF <%cP!FBMEb2'ܴo=Bv~f}79\r1M?#DHqLBvc\ *+5yԿ :@6VR?Ȝxc76=ٔbu@5NNw4`@m&TmJAOꗑCA28Pe1!'&d?[ {*j2;nE5#*K MlrWkg`krJZw*8}B88}{NUw\Mwzp![-$LAvrS.yrpU&Pd[=У7*/*ݡ.J+dC!tO/Y]Tظ!$ D/ @KU& b:~C7GkҢIբ s0 ҶZ.k`Iѻ5}JWOM w\ ń'SO :+۝<$Ưw{|[]70>TRu}:(um-CjQr!C1ʐDGv!ot̸ T`x{wFF@/ncvA]`r;12tWy>)\l )͈ߺ{ =Qk4`نbx̿KwD̴*9p I z> 7~MNJO\ЧNe:6} _ AS:@~^E~2auc\h:aҔ| d2MZ)lewC&ktqܹ`FN-$SFd[.IC-v7Z .E U T so% ydHK;k)R^WC|Rj3k:ԃv F*5r[]EeUy@~ֹ+ur2FpP|ͬ̚o1ʲ%V*Q)Ez1byYӆf563?A L상ޯY =QUގY7A_LoԣNeG6]ۙ0riۮ+ziGcB 'KZSYVB;`sok|5Un'P7J,=5)1܈C8$(^+u-]dɒ{:gB-rrNHI?~=(/m%ZM\/&Njk"9 _=rS^N.0C"AނD(cc8:+,l oRcnH'KN>ǒVB=i˅=)e{ 9esU}rNq jWϠ3Cp|?F!Q!H)*;QD/5Hada"}K'q=4"h&zR_bA7dnCA:,dncQsߴ蕑}xh15FZ%%zF_Vzh(InLڣsp,޹Boƒm,NJiİYOS"Rc6T624qzvClkJY.ISQ]~MCv%!Cٕ~Bx.r^adeE ݝhQ,s d-,Ev0Ř@@??:N@(WlӁB#vlTwˢcu嫏lm @p*Ac*cȀQIjoVPfq{G ݞU:?ROvL ot((%3%őwr^XQpQ/.5Le &"YMhۣ r\C"_VHn!""B1! I[٥_BzCNמ1. 7=:~ST<סJ]ȴ|~d~i^WY K'ﰭ"cEHqFy0n $X _}s[ՍJz}bFPɱD5jԱ٥6jjfξ>w--=L6[˞}*L}k.M)c !j¥IN2ÂdVjZzÎາMjU#Y ̶=֮J#Z<3%CvȄh&HrAu!ϐ˪ܥ[<.!E2ZTK{FG%+2j3F9A w{ Ef3K9kt+LIN7ř LgmLUjZǝd>U652[L'>`eEN}\KHÖ!TiD҈I&%AS$XՄGNJNC?ζj̫aU㈯=U 2EtNo8/v&m ö.:*Xu Rߌ 0 yg7 q2{n)yKq' 㞁2G`Q~"wƛьWw'AbLu.ivS2 /69Prg5e/S:gz<,7m26hmdVل2H4 1`!yˌI{&@nҮ/uԞHMh-1BjgJI_~fh7!׃3!55qV"J}({"Cί#BG3uvAC>Vɍp/hR=eᮇn!]ts~g?!eڞ@bhBS-"AfOuZgIa>ކ-h2Qûl|o(0S-/XpLNID' ʩ`ȚE ͳ/F:4ʈڛ&v⁵qئE~>g!)(w&ĵbDv_9[|@if>C*Eb/}<$ ;cW-,J# VypJ!eJ?˙L%S_Q2 ص-fU`JQqO}_Oƨ7~0kbnTUFsMWhCkؿNYcOaxk!Zh3jqҚs Hinbŝ7TCJ3Ӌfsgj>i}v> ;r$xqII53lW ռlڍ,vٹzӽ+kKui2΅)4Zo@v!L9wҿqMS";z&^7(^2vEQ#:/KC؅ؔ^.D% f#ƪ8b_:AFÄ5l WVǭJep%b4 j8Q\>qj9ek"vl=Gx[:k,p]̟+e@~Rf㛒0'ۡ@AO(6uu=W =-E+eMq<=ԍ|RUZu8fĜ :ќ~12U-yA,c,}O6Q`[!<;snXuw]q5D3+I1Z;FrzuUrU@T0Vˌzi}M@SYLkz/o'f'9DS ҃o&moYf.rs-Y0d2{Iwq燘c_QxqsϘhwl~D@f8iҐ7dW;qat@vs%Qo(in4њɾ`ĕrݛB? ;/*ћ!o$Mwo,m2xp9V6`@&A@}M96&lSB'AE0ٳnɾ= GLdUgz˲Hu ҥա{DG L8a?(D']U_)24FYg U '}Da~,|5ORwF5(FC{'vj`X}'k8QcN/ 9`܊uؓLo֞k .7[/Z>̀1}׆vJzpcgΞL@GL:1;ZH5>%N֦×?iN./H58DK.nA)&0`kIꮂ&F$T}.PpFOE;ѝo=qtD*>gD}FӅH* u稞qF6bJyC6N?VOSF 1mSXzK &;ghyqn?{)p?iL'QKh_r e3m970kg3:4QƦI&;>HL ʼn^jlFb7=w!{HUm5A۷Mud1y6EE󍀢5+v|yO]_~D\Y>z ,0^.܍UG'9@!|ՓL|JѐuV=OGy^DڂEB*&db^h}UZW"X}&TQ꫍ÐI4vc bs(G% hh- q2L%lϯ7i MK8Wm}孖lVEYJ D}(>nVYdV~ N?l&~%2+oZ)Y |gvfX ߩkP mR#).qZHr6NoXՆ_Sdr,Ty~P$(RWedΙ^_Wupr(B`yOqbZųX,}>ƾ+^z0$)$B /M5.Fк\ɮ$}^VTޤ # rmDbRd y X0:)'+xq;ߪ~귛A7ff]+bR{>y(hk̿nOPPcrk6wE 4@RZp+%Ea:#{Q9 yeY_xyo\)>;J iш)Nrd :se!%8 ͸wm*MpDzywA[c(lcfFf܊#tqblgXաD{OTؚ@N_JȀk5)$8$uq ljNQ8*'I2ĿZ@Kg@{rl\h.9=W4l܅Lnya~ U5Ljhfipd_=լFG-7 Y?yB86O+(YIwݔ +70 YaY9lf5Ll8w mY *%YL;ު,ZXn(Elo7;sCoY®^ nWsdtyS:srq>2~?uAC ;7$#ŦAK\hSPS)6:\4WbgՑjJ3y$꭪6-Ԫw5p(u߃Jcw&~&Xagx4/$d [36BDu]r!A::v=kƍdM ǃ3fOi+wE02}]P4ҥ2g|qW ,(t\k/M5GH6bҴUx?洵'7]>0`BLkBwͪ5+&63S"ioGņu\_fG7i]=`wv. ȬXFzv\!R ׺nc-]x+z!SH7gu٨ o:SS/Gף X1ZM/N|YieO':˂Y$! ~A)8طBNK\7,7)JA"TΞ?HXVl9N,IάIC>-'f]nd\/-+k_VjZaS;Aj+1֣нM/g^ISyӿX05yy3clVf>D o,;/NxebHnC0d#]B[%ɽ%2>d1<:-4'u'*`Y_^R(D#8'VW+<˰sj>}$ZY*3 œ_dq[wogKBMȮI({@ gKYuooS0e˓zOCLeE[SkTA?$I]q  orc剢Y]>Hhe&wnAu8Y4,@WpyS'+ז&{C"y:vI‚IQa U~rI' MaU6 ·C>j"a5Ig86щKȅMHېs"pVG\N$ч2᎖p(}@oUKM $[m# `7Ps}["r7<ސP"k_ҔRk]HTֻ؅츳 tiezN8kb @n{O36`pHo:#oEU q*Dv+z&=dlr\Al[4j:-*$e_K-ш8܌&:眇wI9*Ka}8IOG }͊){uݪDB=@Eb'&S }NrC-R aumWy}n+na`QI6@9TRE1`6ur? )H݉ Ro}DgT+sOU k瞫G(%N y=t?ܰ0Y&_xTqIWB>4&h$w0)0gNkhI^G;c1+Qb}v,6f_p { u %u.O3&'MJ ԡN=Qj)K_4UXU814C/,(PKL*:~3cmȌ7DjGw;CZKV(;$YZ6HkL˸"2?q!|<7(5YH/e6#٩m7( };PWϠ=BOƎ\P Nk4}yO4J>K 90X(L}hФڶɥEl^ڼey͛|,U(&QwT]*0T;?è;xX[Y6 lAV 3:3œl'Ő#yZaßYgQJb PVK/b_Q%0%: #FH⡀cA RC\KuʙuI,17`1d&e+Gnpbis`dMe{ !|R]94 S@WC!׸7{|h._)=lVJݩD؆luzbUzdrELcekB{$2[puXwtoKۤ);.B,?u2[X묬Gш (TzZ Ncr!y7JJAa7gobzkLtK 4_YNkb_BX3AԵMwN@WOm'1fL焠v2R]#Vap+ps!4Kz[5"=*dPlUtO J͡Sz}(9Wg/VսM@pK𺀇H+_)0 dpLg:DVWpXP 1SI%Es&k}MM)7>]Zj*ŗEneer {Lvbfv{l2܎ MmwF6 DaF6/#X"4b }KbQ͋.uݭPDV<6W6[J;RfKc:da١nH9-n;l9'#a}uPKvtVI~cz 91#GV5_v:A$ ZQ[q@Z(-R N,BcOW9'Blf,^4 gN|fv,P؆=d HLʽlh7> 7b-ӎ3#|dp*,M*Pq@,;ZuG `x+adē; <uSB~(<_hern.hѦu*PsExF@+V {CWUn.D"W-w7>JڨSm06+Es5`NG]*5W逯)1uzoJlI1Z6:DCs,(*2+*tz#ybрmTdM(D'nKB|b2UZv[v1ד+)lN\r^DvC/?8!e9&` 75mTw2>zex1ccmtS+ی71@~=o/?XLVyf|"]>2uMڹKҎWx6觓EN͜)T_l%gq{fv15$U<=_o.I-cNz¼8S"@IGf5ˌD^r{RF!wYw&Lg6<ȯ:4*ՊmHj!7o`M]\V}˂ϧso)%bWPYl&؃Gvi^; cʊ^b{r䳷otsGf q׊YGIUR;>Ȉ7OjNcјQYܹbChؼ.i#:63W oMsZm(g4 y3֫#h/3Je 5P˙,.<"7k;?bOho@t<*j0Q)B W{됯@(yPǢQ-_bAhg۹+ UهHMksODg&OB;*-. KaҴVO Qp9#$=$5U-:% OFUUF4oin!(#h#,#*3ӎw8 #} ߋJPМշU U*)ay#{7氽PgD{dҠ_1/-{#Aol]n?y.|#qW|!UlϏ p5UnCrva}n/BBK=*j*y9ڵA~Vl;Cc%UaQq/e , !o'#fEXW_ƭgVLhX9cdn3:@^mq | ?$>Da˔ AvUB $!atWnl!)X&5 vjŵG:~iA zeͲ1Ne#"_';d%0vQq%*AQO $3BMht5m La%pۥz ݛnF.k#JbDlچ)`/$=RvG0"k$F/X$l V{q$"dWu`-PSELbZK#誐^ҚWWsgwV9P͊ cD٤hy1kP L]2]Cų),!sx[/'^S z%=[2z 3[}|bD Юъ# T%3/N[߁yT5lu6 Xr/:Or5'+.yڕoi4pbb cB\(?1\- `Spe@rQ2^i+oxU`3ƹqQEnj!0Z!,YlT{^XI~"@Z1:|@5dju 7WsJ ssZY#w8tj‚~ {4s cvZVtnМςrhSC&{ϝ7o_%r}%I Z7($tis@䳰N&S )jJǤ;tcΈ!FA7PIF27?RGF[)=.TLg.4QFЫ-QB<I4ѴXfT+C6GGwSqSf |! e0p[4(J)H _>Dl%B=$krJ]#q 8r$E}hY0|?cD+>Tl:{j؅g_k}At~RKhLl`%:\Gwʾ̋*,m?DQNbĥ?hވ|i$p!q f=Sq;Bh vt'lF` Ųt+xEɠ{&*Bi&wX{nMNUv0{Ԯ{Z='p?-]ߡjxCH_G֯^A(Z ֚Bm>fe*75fZpɉK%\e^5_qnjQn6Nhڇ8s}~V ~Տ}{a OjO5AGwKq k.0DՖVeN&"] OZs'!Q'O^/81?F( ˤ A%3 gTHDȉ1?%āc@-]Yb4tCxrIND[Y a pzZg9Y3p5%d^Q v RKҺy"@SFoox 1&3EЭ!KS1r6'k) IB|袙mqݧzvp*ȈQ!\BC#PU̎1wZ\ST,VN&_5Ej[7\WW G.Feʖr4TIjY w,Ag.YT[Ht_-!jO-$rC(_g?wv>rMRzۓx"_u\ʽ7x~H }u,vžY x;}I*}̴!B$`{Zp z H†ȄnkT}Rh0 NC_n=HV6Nݍ봌m=eV4,̢ݘ@ϕ|w;3:bL:'צ͏^c*a (kNb]jR%rSߣQfr-Ԙ ֏L&ZGn.j3>u+?x4M~r-h24 f=9_[䌭k̝\k5b&noHm}ϖ9ܑ%K`tWK01A=Sċax#Α*;{.|̞jҐƅ5Аida YY|/a~,&LIs݆%[_#Au u^Nֿ]xbWA\< ƶǽlHz_)R.-r@ڞ=3lQ@f=s)Cǜ7S r)3B^ hV}_BBm|[b'7?KH!UF" pjXy|KB'TT C0e >dy-/x'=[k\#h˾ j1  !T ^}HyEy! 388?<&u/;baPA1ET~55(HIg»c|q)GIo*FGWb6 -j(oߚ*\;xjHYw'((Fdʼrc# )=8D;sN\kw^{oA#AWsfq  >pXK䕞<01c\&7hozVZ ހ($ͿAwȔ1APBM=tn7ے_}-K/DF{PKl}R:ڣ;s5uL]ǖ=5;cNۛ,Ċ9AhL"䍏kRea3SjvQ=G }aץpL`p_4|MtUEB ẁz'o@5 !n27w(cViȃZv n,:O oң9aa_!n%^IKlBa55R99Zq.IZGā<쵖i#OgIΌ۰4NKo>j_UٗCcg z~i`ˏA/AKtd r;sK"S*hls= qyy~>aXG`W$YLJg~ %\s/J|eVgwhgU IǷbaӁs}@AD= + 6r=pRXFkAJ+=5m*`ٯ!Ng?hTdbs/ `Mcy3|R"wQЪ$W~+@N!yN*߭խ&m~(:PkQP*A:2m )2n@=r mNwE;/`3Rhwfaz=QrJqxyh${{4Yh%}QJbik۵ JΡEmh^zun  J=WLœCd%Rζm `*,< L&nX+7W+$7Sx1;v{ZuФ9 y!z7+и E ,I1rũ沏WPӤUalc;z{ub2 7J@u-.6)p|J_k)LVt/epԦ֙TP0bOO@y{XEǓֆ&CVEcӖZxD;K.Uy"##vspH| [HA4 V*pG% >c7 G"U4K.N~kBW{”4_b$Osmadbs1 a(7ߪʠ?Ck~T.oxI !xӱNʌS1{C//i'/S٨*wUM甆5WtzKEɩSVZ5>T%YPy-Nľ@s89`i~4 YAÕ&l];OqSBUWޮ^KᤰOqs~=B KYn& A0_,8H\}L qƐ[{d~YazQ/3SvԐλ\cag[= سp }kF5\9к(GLZ2la} Dd=##grDȑPO0ˁ"%r"a(ZvhTlz.{9I(Qj{תeP^&[,,#كʖϵsz4y+Q7\XPXNߵgԺa-xWZWkW?np M2ثa(N33VvJ؁9CmX˒*5Բ}U38$+c9;Z!0' I 56#"!%#UljM$6|B*{J$N|6b5n2HG*O# dV#6f Dv_D&!^ Jc- rb 5-, < Jv2V@qcmiq\fleh7K'jcRwPjupPWkRBK(w!i9o|! kr~{ _ ¿9Bpcny^A:.xF`(V UA)6)ik#@$ךubSfnL'Ck1HGD͋[l"kv#sYxG? Fw_ɴ6u8ť4esk9k 2B6MCq]6+ݱ&OMfhr^'FWr֠R Ϧ"˕k]d/99ciNh/zEnޒ ya"p_KdO.-(H?ɆtWOuAG^ˮ=)$BR E@].1k |UN`vj"MQb㨵s峂Hj?|){> -ڍ &~`Ȣtlȸ WVfYum% RpIJOZ+$$,W'?! uӡ8tkD^8/ҁ!i'Šr`e&D &0QnI~tsjXm8U㙢:|hE[H')O4+>VEqi9yA ]Ht=:/hۓȼcK?#2틬$]l IӠY1m$uh+ 1Ch56QN \ NY* 0\Jj0Q&Ň0{z$¥?ޑb,wA Bj ܻKK|Dh| $agkg?zХV}w Kɖ-tI!% 7 VM/7>1aoI<7R?Òau |dhQ'mg+!FpSm:ĵ>`ƖN.i.TvŀW[<[08'p+Q\O>t$ ]e˫s'n~IlY;6PTK65\تBP;֯!,xA-f^sדm nBQMlnKB24񪣺/۹Ki&|5Kpu+ixTt';j&)AAWI`5Zͧ!6'cb$b_@E ޠjU`k6Sur|YM#z(/-U8֬ɇ@&f}<ͨ - 걝gtP( :1;Y\ J%iF}$BWi;G2 \I`*3 &&qP%]D:TsM2Lo̶I*6j̐~jQ[{wfe)-J$,Vw^S'qՆ(8 ;c'hLx 0/f6<6Ϟ; ]x"Yu)BhM\OY8l=YJI vtd:FPSo;L;,8gV.8:c1.D<}diIg#[oQ qxڸMb#Z~p_lQYr-f>eB<,_]/M=[Bv'í6m0Vk04cWwb=w.w&Y (긎v%6~֧zCE,pz]_0ر+aPMvA{thUbn]F􂭑q#O>2~K#bR/B%T`"F n+WlifRd>$?9Gc7E @i*}@s]w6GvѓD= Q>8rd 8M3.f!]+zp|+0.ZE:ګ`^F.0/S\Vd]k~{BnY%9N̩@g9Ls@>xaSHQxt?.BpgMRً3Et=Չ4 炯jj4l ^T`)+X=%"2魵 "Ԫv~h<% oDAKɍxHqa- a9/XVQ$8yEJ{X_/C%*](O2 4oRn?<$j/ω3vwBwjA8?†VZ/EF ^\F/V)_!.SS`T]$ekzEJgj ҧь[ǝ]]4gܘw8xN'qq5$Be2դg8L[AYw2Q .`?tc r&>Ԙ]z>kؠ8~07i0D'e2_&oDfт[hһdAx,FΒƷ0z)Xi&9y:X ˈumd T?'ʇ4طpڃ#pwy7kSE/cwz[m J|,nYCŦA p7b0n8*%o&+RR=PzFSeр|/d1 줠VHPkOKYiFc"꣗0Oh5 ›]_;Ou8a[m"wh܃.{b,9>qusSO<\ rGe ;;+ٶMYaL&>ݜ]t{ z }IJ;\= b_ܜ1ykP7h̐-Oܤd}*#d(_8>"2 L')0iALVG ˞vef]>XPz+()`{?1򥚍 Ο k[ 02dSenbbY pgQ7f,]eu|OfM剑BDq? JYwqNM4æں4{diU=r Vת*$VEfyd-)ƥly=Φyo2uJdZ_A_gbE"2m flhki#W gv^xhc2Mn}Rjܥoc}CN[?V9V} Kyn FCƄCj%S,1Fw:="7ú"l!5e䣪`vU:DХI٢og+OYJ ;Ov J^~|.* E9mWц΍ZѮV691 O=ITjP*n\7 kSb0:Dwqr,,4czǥ<26?O^_CP(rz"\j{RC)Mi>m" cVW嵴Woy;"Q>DI ƁqU:1P,sPs,6Оǣ*%X0=?ڱQ#`ע-J~>OY!mMJYޚ""ʫcC=;6>h0ՠl p';Z% 2#)72C$J6M'OpW# hб=>ϱ(jza[EbB*^wɽ|gs2r1FSdoQI~vݐDmB鸀9 jmgTs$C?Oq}! 튗 +N ޅgT,fnMņtL/obff&Hø="椦N>±`ҮWkEЖ5Ǩ^`N6}sػr3ث ~RgdhW|-PDQ!'| [yg%XJ&v]Y0/ڲaE"V)on3pB6)xGWєWhl쉂 4G,SHd:G86hYpg},xsDYz N" %K?XTdѩ؀P2DupdCB %֎7;ȂfgyPoCBׯ!eyݹ%O(l .sudo =Z>F,qZeB 3vkВm8_z(B:rB&%U7iaN V #]JElY;ÅV"D#:# ܕ {t"u1Xh| =!GL?h6ׂ!4l{L8:6.vI:;Fu,tI:$429]uNWγgz ̱s5(D/gG8p,op[0\ٟqvIJXtw߼PbO|?w %*EmM#u'Ly)B5GW;2Mb5oМ& kUAV {Cd$K{2Sڳ:/ M scW0xy~UTpo&mYIs⚬N/έEmΨ(}g  lGoU,2hH=iަיw^tS"40sdzļhZ lz` 1 }YJY\@.!v&˥ĂwDc='HkN>w\QW?4®A2ȿзm/Ԥ_Ԕ$%l:#x@re h1[.G+YG%If@':]кTf5/B^M"ؾ^drqyv@{w\N{J+e/>dubj0Np`]B` sRm4XeC]qT\g\d5.γu[Pqƺ+͗":̧lq=H%Q Az**/jtv}Dkv}v|4L$ô7f{P)F 7N;jwky"m~+nL9MUn 9Qwێ% qk Th ovL`U{/#o lm_IIY0z4.qMٹ4"SϷ C,ls8:GuK#?_g(=y~VujAƘW81а»!4'} C5jSj PaIs7 12iy"JX#HYV8ФhK"Tr#:><,?[5f`otHOaُEG1a͏ʃOnD#]Z,)l"A Y FwRޢLR*8 hsrh=O\3+ 3%T=k Bfn]Rc/7N_L:F<@6b__Dcwo #;kȶް_ۺ{I8p3B[QA'Q>a%'ٸޘ1$~ = w 5$VBn"gښǷUPk(ɓS((<]Xn꣒ؒ}.];)ݐ&C[xu[-ԪV et*tม90)JA_+ O9qN0nc=,Wc %GlB@l`{nE=\\0@CJ@KlR=RW7" ?=+q‹gʛ1nY^ĢTN.'^;k9h?<"p*1 M(Mhy_]aBރ ,r_~|Kf#"dAӀQLhxPʑ M_: uU=~'uTO[tҼ:uܲTfR/2կ\rc&vcm*KeE JΧ68pN&e_)H:bS\=# BI:RSq23s1 X9hP&T+B[s[lჾֿڀc& $BC~y-0O|C-ԓ gR{@ $ǰuA@Ou{M j鄊׏U+\MoUCM͉Uv$TA#I˧]'nfd*na53SgYB 8JbGpqv ~ce'[f0SC,*X1Ʋ"֓jKm2%g`|J~]' W} *^#tᢄ6 GA;!5Yl,F#J'H4(MbA{@5l/.8YmvTV]ޓ[Z5 zν$VF̂~Dx- ̋b^W+U/wtUX̬wŒAJGw"t_v!S &*G,H޵yq^p';r`.<>.ӈk8 դr$ɞVvABoF+W2395SNe~fn]iHOZW7 Y}/y$FO.)㷲b7n]~D6)U2kL|Z +Z)NViRSQAHxQwiAgw}: 茺|H^tM!h7H0Tt`Lcp:V1 d/PWF+|]"s2lO*s6F76nc|TLtE|ܙwޯ<46b Q']?=;I"!O.]^j7a#K$Ӑ>ٚng۟}ܦezo.eg>dRHX-]kO<@'K{L#2&Ty~nV"pycB`ͻtO3vl|L)bގw`ȬV^hXi^?i*6XW/ul(WIl$=6.㐷pR#$ dw^;[ZްwS)m|u'o]2ߊ B^ޘZr{1[X.ýi):,w} GE<36K:{]3<61$6:/]Ia,ϫTXxzmI>Taf6C^ p589 W㋼DqQ; v{赻oLӽbK1DSޫ$l~*8G[{[,MuM2D0YWty~ A#3=҅L.B)j.=A;m$@wfUY,J|mIzs!"A½ 1BȜ1`soЄᱏR0q;Pgi#Ĵ 83TY7 wHO&x!3fMVIE|` Dv5 2⸒T<90̳LGzJaPf \ȐI` )+־Mdi5Arv|MmIZTHc' b2i^aI߻Miebc($4*DSlJ"IgzO4;봫qJ~[3^gf5fb@>L+ޣ_9*hJ gNri춄NnJN[0\1DQy⇌hxZřJYZ@Mي =ovnBI9Aq>Cm,a)&bnmz?;?Gp7y1yxvH9Wu='R tӤcp12`…4Cٞ^Qܟ97+NNZZT <_&X{vzt~=㤎ב4հ?먔ʘjȺAQ!ٙ 4MM.g._hE?:df8btm 1X]۟Taax0IP?VY8tY[PeΉү#- 䤿a`h-xlFݬQ`CI$nt#'7oe[ΩES% _Ʊ쬄ץ㶿VG<3'sI P[f"NM`z)س rt֯6;)ڏv1*nX|Qp%Cm$g-pNҶbݢ s.j ukP?h+k 2%*w2| Iiclu!Q %:ncѳAs4 bƆJpI$jϙ/]a]$KkK|nlKZ:QZ9ތEy2ўU=$˔ bR[4>,'Չ@ SWєh8nP}#C{v NASuS FhkNJE_' 2!i 5/Ť{ et:t2wȼ+˹+"rG: d~o'Q[h+ۿi*SճԆ; Af++д2O8fRv̫zlm] F}{ 9s%)kKbK:ZIw\]A25ŢKx ? ܥщЅK!q2IZpnC/[Yw1Mv }]%v__d,4]h]4JmHUss[ՆmAKb}j(ՑN~8k (tuHh%]暔vVܼv8$Qnn.24]wŦSeeZS'cKzb ֟Oi-gֻ@Ɨ\sI5+ێeV$\ |?ŏ`I)sobtTT(Mܭ,?(HC:cŶTɴzϭ0[UƠrїf*ߗ4w7&bbW ؑx]u/#nϏvn1,d92n@anEx!s}@"*Xi1"p\YzZGwggB*h8#t.y9FϥK*ׅvO?/rYaH"hg"7!Īs%7U^FԵ%ƈW^+$2'Z/<,A@v4ށwW5yG8?M>kq9\Biq1iy1I=%PZ/6y=O,5JfSJ739N`2[׊-6Jz+gOYm|ǩqcza 9{39 Km+JVFA`ˌiŒ7~A C*VɎMQ -@=K4N|C˚DV߉b(&3^ ʵ):F7pȪz#UUL[ m5,-,b[~n(XODmoЬ\Mf<ĉΨzG$0PXӉ߭DN %rg5Weu՜ofN>]|t8uslFj' `6<Z?-hąƃmBfoH~~ىd:Ӭ2D7%(*Z|1tV((kD~jdS4G3Z - k-%ldO1Ϲ6^ȣ0H#|:4k >3ߣM :/QmBqs =I̋MDuGTjvbm6¢p|'6y:GXK@js!/]*{e/M9~-4ixl]UPQwiVR(3l^>$>9;0 "6ܯ8&C]*Ѕ):-b!'C.end*ėvDqSoJ_gxU';/jDM56X0Am3Tn]SKKN厈Ѐ72]vQIM<# uv=G 1lÑ\LYjh?d  [E_WZˮ +?8%Qp.gdN"Fp7ycs!y{D6soHlG(kF[&H@yqng4 t򭻗 ¬ՒTV6!$m2Tᅦ}oz-k]x1 B*D,‹CK+D&!X4olQtc0Jp =wTmDL"K!bUps,Ch&={/$>U5X}l̅Wcu x;;V$ķ My >)C_Q!(̿ώ#s(IQ}ς1kd}Xtwf nևSL Q=j̾ Q1uuS]9IHi](GΨ®"wZЁ$nIr*dq'o`8Qj-1'V9OUx]֔L5(BEfn-gVWFy g9Nw`ÿ5MRNȄF2I9'rN i'%_S&VtMqY̕ї 扤lh\5)=4&z@-.i.iO28Yqk<%kF[n ow+agk9 Q~GDZ7(76 Kuʴ"Efp3F.k.WL^g`Ȯ&$/=';4]Rh{!^`>k*+%kEL7b QU=VI,1뀹aԚ*H5  /4UD(v'_[;$@yK(bniWYE'~- 3tp óOϥjyJvW=Tޜ_͉ _ /VT^aDIrsNsrTUt\JYJC`m޽@OUXlQ8hAz7jaVfћπ RHme+.s}*ZSs?:<^WCR(rm͇>iƎ1Öi0Kȯ& ]G@Q=!V Y3ս@L0 jpg|1RZeP*ֹky$а vWLMT$d嚕 p%Y&َ+{'|uY{=cI zm_*xwc ހB@%'Fc=\ϝm,qӨɱyJdH2x#F.ze3CQPqiFk,SRW뭦OaG# ܺZ\re=r|Qro8$ HR-N QkuUGEd٥nzs-ӵ0.<5~iu)c!˗Di}1UwuZ% Ѓ-DIH >̕t[ʣ Ecר+a= j"Ɲ%)Zt.Lb:&A>ڐ ;9O Cs]`* a8yؠ3@^BQQ_PM27D_jt;lƫH#BeqȁoH 6Xbs =E3mw%rb+cz╒ +# K) Mώ5A)iLU&LV_<~kYwL Apv;\Im.+(=i0 ۉ$f92XotZjgW%MLI-xǻ۷~Ç!ڮ(MZ! lŹ3rv|!S,kjgzi:_0~KZL&/ k\ŮXVKq]/QQʝnqe"0g_@΁K掌uGh"|ϞQOՔ%P/8NAg O|["cr)HwƗKjiںϺ8>?Pbߡ0.$b?YBY_C~>|1!C\XN!gAH jKTaq옓A !sx@g>2; +IOcx13Z 3O4q랼)5(Bߓ&){!š7:ETcHiWĘ|DD BԘ*ffq/ tBlֿVL  |+}I[޿:W1ϝX9H$fb^l7 @S.'ok mVs6Pd 1J\֣n3Dgk5p 'p qpLҚ!yրgg˞w}pMc~U҈SD޲Iϻ|*d̿ :3r[vuv -?̡csWmۚ~35NRx 8V)&_LkYË~"@IZ _|;̣GRՆyCjs`nCʒ 5YO Q*Mٚ?b9wG>M{&'hN8!~"{̠S_4+!﹜!ǓJJAυAPÑ9 mTV|/.lPvbq<NsK(4V=wby34DmZʾ(82 ,֚e 2o*\ njfgsqb;0F\P}7|#-iKKDs8odC61ǚW`۔щdĪp _q"72樂#C ѷuD3]u*mXN,WZns])6Z)R0!LN k\Ͳv9Z[TC藓EJ ͡H3`1mD?^!X1w5s=Bd-E':x2JEF*LZ<ҵ·;2~I ƶ \8UcpTEiQ]:Gj`N<|&B6jyj?3UH*pD|瞚VD5}+۫|_'I"M d{o h#(xhӨy!2ẅ*PJS6*HT| tRa!Ȳ$Qm`c M;4*Lx#bVcvlEz˽3lBhUr{cZ #߷:hdB*=0fCB Ijhh$u' ?Z*Ap%ԪJb*^R Z;ͣC|u @9 ~"9G w e'b+u.E3,/g Y5!~vݶ YZ