libopenblas_0_3_21-gnu-hpc-devel-0.3.21-150500.2.1 >  A cAp9|  ߚ:;6pL~@ .WX+l_^96e4wLSXDoWByPeφ$@5xLӐ4ĦkN4e9laTpipΑ kҠdFpLB m9,)N K(;{;Uc QTؘ:B.R]suntШRrJ7:X#Xs H5b|mS[_74a638b9acda0c34b4983e1767b937b6ec755a76c6518e0c037921555cacf5829d76172ec89a778f9733575d6d7cea3f0c5229e4cAp9|tyo]\}UrAm5,FCPCZA d𓠸>^p>?pd#* 5 i-N[ q( `     H  `   P (8A9A:NAFPGdHIDX`Yh\]^ b\cdgelfolquvwxyp(z $*lClibopenblas_0_3_21-gnu-hpc-devel0.3.21150500.2.1Development libraries for OpenBLAS, gnu-hpc versionOpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version. This package contains the development libraries for serial OpenBLAS version.c=sheep57uSUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/Development/Libraries/C and C++http://www.openblas.netlinuxx86_64 ѢdHt6(~y9! A큤A큤A큤A큤A큤c_H@__@_"_"_xg_l@_3_{^b^\@^V]^AE]]QT\8\@\eX@\b@\3?@\ `[@[vZp^@ZOhZ@YYY@Y@Y@Y|xYW@W4V@VJV/g@U@U@T~@TAeich@suse.comeich@suse.comeich@suse.comeich@suse.comstefan.bruens@rwth-aachen.deeich@suse.comeich@suse.combadshah400@gmail.comeich@suse.comeich@suse.comeich@suse.comeich@suse.comeich@suse.comeich@suse.comeich@suse.comeich@suse.comschwab@suse.deismail@i10z.comismail@i10z.comdimstar@opensuse.orgnormand@linux.vnet.ibm.comidonmez@suse.comnormand@linux.vnet.ibm.comeich@suse.comidonmez@suse.comdimstar@opensuse.orgidonmez@suse.comidonmez@suse.comidonmez@suse.comeich@suse.comeich@suse.combwiedemann@suse.comeich@suse.comidonmez@suse.commliska@suse.czeich@suse.comidonmez@suse.commliska@suse.czmliska@suse.czmliska@suse.czstefan.bruens@rwth-aachen.deeich@suse.comstefan.bruens@rwth-aachen.deidonmez@suse.comidonmez@suse.comdmitry_r@opensuse.orgidonmez@suse.comro@suse.deeich@suse.comnormand@linux.vnet.ibm.comeich@suse.comeich@suse.comeich@suse.comdmitry_r@opensuse.orgbadshah400@gmail.commeissner@suse.comidonmez@suse.comdmitry_r@opensuse.orgdmitry_r@opensuse.orgidonmez@suse.comdmitry_r@opensuse.orgdmitry_r@opensuse.orgdmitry_r@opensuse.orgdmitry_r@opensuse.orgdmitry_r@opensuse.org- Recreate old library scheme for existing products: It turned out the new scheme on existing systems has been causing package breakages. - Do not generate baselibs.conf for HPC builds. - Add support for gcc11 & 12. - For SLE/Leap on x86_64 and s390x do not mix compiler versions as this will make the gfortran ABI version inconsistent. Instead use the stock compiler and set the list of kernels for x86_64 cores explicitly as Cooperlake requires compiler intrinsics which are not provided by gcc 7. - Require at least 7G of disk space for building.- Make sure pre-existing (arch-independent) update-alternatives are wiped before registering new ones. Since update-alternatives has no reliable way to check if a certain 'generic name' exists, brute-force it and ignore any error (boo#1208248). - Remove totally pointless - ie. never executed - %%posttrans script. - Restore generic link for update-alternatives. This is usually set by the update-alternatives and it is '%ghost'ed but rpmlint complains. - Add rpmlintrc rules to avoid false positives from consistently guessing the update-alternatives generic name wrong. - Make arch dependent generic names conditional.- Do not set LIBNAMESUFFIX to mark different flavors as this causes the SONAME to be different so that different flavors of OpenBLAS cannot serve as plugin replacements of each other (boo#1177260). - Fix a fallout of making alternatives directory arch dependent. - Remove unneeded links that will be created by update-alternatives. Create remaining links %post scripts properly %ghost-ing the files.- Make library links in the alternatives directory arch dependent. This avoids conflicts when both 32-bit and 64-bit versions are installed (boo#1207563).- Fix aarch64 builds with GCC < 9 (i.e. Leap/SLE 15.x), disable NEOVERSEN2 target. See gh#xianyi/OpenBLAS#3874.- Update to v0.3.21: * general: - Updated the included LAPACK to Reference-LAPACK release 3.10.1 - when no Fortran compiler is available, OpenBLAS builds will now automatically - function LAPACKE_lsame is now annotated with the GCC attribute "const" to aid static analyzers - added USE_TLS to the list of options reported by the openblas_get_config() function - added SYMBOLPREFIX/SYMBOLSUFFIX handling for LAPACK 3.10.0 functions added in 0.3.20 - reverted OpenMP threadpool behaviour in the exec_blas call to its state before 0.3.11, that is the threadpool will no longer grow or shrink on demand as the overhead for this is too big at least with GNU OpenMP. The adaptive behaviour introduced in 0.3.11 can still be requested at runtime by setting the environment variable OMP_ADAPTIVE - worked around spurious STFSM/CTFSM errors reported by the LAPACK testsuite * x86_64: - fixed determination of compiler support for AVX512 and removed the 0.3.19 - workaround for building SKYLAKEX kernels on Sandybridge hardware - fixed compilation for the SKYLAKEX target with gcc 6 - fixed compilation of the SkyLakeX small matrix GEMM kernels with LLVM or ICC - added support for the Zhaoxin/Centaur KH40000 cpu - fixed a potential crash in the ZSYMV kernel used for all targets except generic * POWER: - worked around an overflow error in the POWER6 DNRM2 kernel - fixed compilation on PPC440 - fixed a performance regression in the level1 BLAS on POWER10 - fixed the POWER10 ZGEMM kernel - fixed singlethreaded builds for POWER10 - fixed compilation of the POWER10 DGEMV kernel with older gcc versions - enabled compilation of the BFLOAT16 kernels by default - enabled the small matrix kernels by default for DYNAMIC_ARCH builds - added a workaround for a miscompilation of the CDOT and ZDOT kernels by GCC 12 - Obsolete: * Define-sbgemm_r-to-fix-DYNAMIC_ARCH-builds.patch * Remove-extraneous-and-wrong-definition-of-sbgemm_r-on-x86_64.patch * Do-not-include-symbols-defined-in-driver-others-parameter.c-in-DYNAMIC_BUILD.patch * Utilize-compiler-AVX512-capability-info-from-c_check-when-building-getarch.patch * Revert-AVX512-capability-check-from-PR-1980-moved-to-build.patch * Fix-checks-for-AVX512-and-atomics.patch * Use-CC-and-full-command-line-instead-of-hard-coding-gcc-for-AVX512-checking.patch - Updated/renamed: * openblas-noexecstack.patch to Link-library-with-z-noexecstack.patch * openblas-s390.patch to Handle-s390-correctly.patch - Added (see https://github.com/xianyi/OpenBLAS/issues/3738): * remove-spurious-loops.patch * Use-blasint-for-INTERFACE64-compatibility.patch- The toolchain and 'make' in TW have been updated to handle parallel makes spawned by gcc (for LTO optimization) properly. Thus, remove restrictions. - Disable lto when linking test programs to speeds up building.- Dynamically generate baselibs.conf for openblas flavors; this will fix the unresolvables down the chain for arpack-ng 32-bit bi-arch packages.- For non-HPC builds create links (bsc#1198885): %_lib/libopenblas_.so[.0] -> %_lib/openblas-/libopenblas.so[.0]- Fix issues in update paths from earlier versions introduced by recent structural changes (bsc#1198264): - Add Obsoletes for old package names - Handle the change from directories to soft links properly- Also build for s390x using latest gcc as requested by IBM (jsc#SLE-18143, bsc#1197721).- Build HPC packages with gcc- >= 10 on Leap/SLE.- Build PPC64LE libraries with the latest gcc available to take advantage of instruction sets in later CPUs used in the CPU specific kernels (jsc#SLE-18143, bsc#1197721). For fortran use the stock compiler to avoid compatibility issues between different versions of libfortran. This is relevant for Leap/SLE only. It may be dropped once gcc < 10 is no longer supported. - Do the same for x86_64 on SLE to make sure Cooperlake support is built properly. - Remove: * Do-not-attempt-to-check-host-CPU-if-TARGET-is-set.patch * Create-independent-kernel-Makfile-configuration-when-building-DYNAMIC_ARCH.patch * For-DYNAMIC_ARCH-don-t-use-sbgemm_r-as-parameter.c-doesn-t-get-build.patch Instead, add from upstream: * Define-sbgemm_r-to-fix-DYNAMIC_ARCH-builds.patch * Remove-extraneous-and-wrong-definition-of-sbgemm_r-on-x86_64.patch * Fix-checks-for-AVX512-and-atomics.patch * Revert-AVX512-capability-check-from-PR-1980-moved-to-build.patch * Use-CC-and-full-command-line-instead-of-hard-coding-gcc-for-AVX512-checking.patch * Utilize-compiler-AVX512-capability-info-from-c_check-when-building-getarch.patch- Update to v0.3.20: * general: some code cleanup, with added casts etc. fixed obtaining the cpu count with OpenMP and OMP_PROC_BIND unset fixed pivot index calculation by ?LASWP for negative increments other than one fixed input argument check in LAPACK ? GEQRT2 improved the check for a Fortran compiler in CMAKE builds disabled building OpenBLAS' optimized versions of LAPACK complex SPMV, SPR,SYMV,SYR with NO_LAPACK=1 fixed building of LAPACK on certain distributed filesystems with parallel gmake fixed building the shared library on MacOS with classic flang (v0.3.19) reverted unsafe TRSV/ZRSV optimizations introduced in 0.3.16 fixed a potential thread race in the thread buffer reallocation routines that were introduced in 0.3.18 fixed miscounting of thread pool size on Linux with OMP_PROC_BIND=TRUE fixed CBLAS interfaces for CSROT/ZSROT and CROTG/ZROTG made automatic library suffix for CMAKE builds with INTERFACE64 available to CBLAS-only builds (v0.3.18) when the build-time number of preconfigured threads is exceeded at runtime (by an external program calling BLAS functions from a larger number of threads), OpenBLAS will now allocate an auxiliary control structure for up to 512 additional threads instead of aborting added support for Loongson's LoongArch64 cpu architecture fixed building OpenBLAS with CMAKE and -DBUILD_BFLOAT16=ON added support for building OpenBLAS as a CMAKE subproject added support for building for Windows/ARM64 targets with clang improved support for building with the IBM xlf compiler imported Reference-LAPACK PR 625 (out-of-bounds access in ?LARRV) imported Reference-LAPACK PR 597 for testsuite compatibility with LLVM's libomp * x86_64: fixed cross-compilation with CMAKE for CORE2 target fixed miscompilation of AVX512 code in DYNAMIC_ARCH builds added support for the "incidental" AVX512 hardware in Alder Lake when enabled in BIOS (v0.3.19) DYNAMIC_ARCH builds now fall back to the cpu with most similar capabilities when an unknown CPUID is encountered, instead of defaulting to Prescott added cpu detection for Intel Alder Lake added cpu detection for Intel Sapphire Rapids added an optimized SBGEMM kernel for Sapphire Rapids fixed DYNAMIC_ARCH builds on OSX with CMAKE worked around DYNAMIC_ARCH builds made on Sandybridge failing on SkylakeX fixed missing thread initialization for static builds on Windows/MSVC fixed an excessive read in ZSYMV (v0.3.18) added SkylakeX S/DGEMM kernels for small problem sizes (MNK<=1000000) added optimized SBGEMM for Intel Cooper Lake reinstated the performance patch for AVX512 SGEMV_T with a proper fix added a workaround for a gcc11 tree-vectorizer bug that caused spurious failures in the test programs for complex BLAS3 when compiling at -O3 (the default for cmake "release" builds) added support for runtime cpu count detection under Haiku OS worked around a long-standing miscompilation issue of the Haswell DGEMV_T kernel with gcc that could produce NaN output in some corner cases * Power: added support for POWER10 in big-endian mode added support for building with CMAKE added optimized SGEMM and DGEMM kernels for small matrix sizes (v0.3.18) improved performance of DASUM on POWER10 * ARMV8: added SVE-enabled CGEMM and ZGEMM kernels for ARMV8SVE and A64FX added support for Neoverse N2 and V1 cpus (v0.3.19) added basic support and cputype detection for Fujitsu A64FX added a generic ARMV8SVE target added SVE-enabled SGEMM and DGEMM kernels for ARMV8SVE and A64FX added optimized CGEMM and ZGEMM kernels for Cortex A53 and A55 cpus fixed cpuid detection for Apple M1 and improved performance improved compiler flag setting in CMAKE builds (v0.3.18) fixed crashes (use of reserved register x18) on Apple M1 under OSX fixed building with gcc releases earlier than 5.1 - Fix out of bounds read in ?llarv LAPACK Reference: PR 625 CVE-2021-4048, bsc#1196513 - Limit parallel builds according to available memory. Do NOT use %%_smp_mflags with top level 'make', set MAKE_NB_JOBS instead and let the build do the work. Also change -flto=auto to -flto=1: spawning even more parallel builds on top of parallel build treads will wreak havok. - Move calls to 'update-alternatives --remove' to %%postun instead of %%preun as suggested by rpmlint. - Since we build with DYNAMIC_ARCH, create separate config files for the different target kernels to help debugging Add Create-independent-kernel-Makfile-configuration-when-building-DYNAMIC_ARCH.patch - Remove compiler feature detection when not using auto-detection. Add Do-not-attempt-to-check-host-CPU-if-TARGET-is-set.patch - Do not depend in variables which are not available when building DYNAMIC_ARCH. Add For-DYNAMIC_ARCH-don-t-use-sbgemm_r-as-parameter.c-doesn-t-get-build.patch - Do not include symbols defined in driver/others/parameter.c in DYNAMIC_BUILD to generate more conclusive error messages earlier. Add Do-not-include-symbols-defined-in-driver-others-parameter.c-in-DYNAMIC_BUILD.patch - Install lapack and blas libraries to an openblas-flavor specific subdirectory of %%_libdir and set up the alternatives to point to this directory. Set the system-wide BLAS/LAPACK default directory to %%_libdir/openblas-default. This way, the blas/lapack libraries will remain consistent and from the same source. The user is able to override this easily by setting the LD_LIBRARY_PATH to include the preferred BLAS/LAPACK implementation (boo#1177260). - Consolidate packages 'openblas-devel' and 'openblas-devel-headers' into 'openblas-common-devel' (these are built for the serial flavor only). 'openblas-common-devel' will provide the removed 'openblas-devel-headers' while the arch specific 'preferred' flavor will provide the removed 'openblas-devel'. - Fix the openblas default flavor selection: [#] /usr/sbin/update-alternatives --config libopenblas.so.0 - Add cmake and pkgconfig files.- Fixed bsc#1195232 for good: found and removed offending entry. This reintroduces part of: Thu Jul 8 12:35:35 UTC 2021 - Dominique Leuenberger - Do not create dummy symlinks on $self in /etc/alternatives: those files are packages as %ghost and any real file existance only confuses brp-checks, as it detects circular symlinks.- Partly revert: Thu Jul 8 12:35:35 UTC 2021 - Dominique Leuenberger - Do not create dummy symlinks on $self in /etc/alternatives: those files are packages as %ghost and any real file existance only confuses brp-checks, as it detects circular symlinks. for all suse_versions < current Factory in an attempt to fix bsc#1195232.- Use RISCV64_GENERIC for riscv64 - Add -ffat-lto-objects to get proper static archives- Update to version 0.3.17 - Fixes regressions introduced in 0.3.16 See https://github.com/xianyi/OpenBLAS/releases/tag/v0.3.17 for the complete changelog.- Update to version 0.3.16 Please see https://github.com/xianyi/OpenBLAS/releases/tag/v0.3.15 and https://github.com/xianyi/OpenBLAS/releases/tag/v0.3.16 for the complete list of changes. A complete changelog is also available in the installed Changelog.txt .- Do not create dummy symlinks on $self in /etc/alternatives: those files are packages as %ghost and any real file existance only confuses brp-checks, as it detects circular symlinks.- Update openblas-ppc64be_up2_p8.patch trimed by previous sr (still need changes in Makefile.system)- Update to version 0.3.14 common: * Fixed a race condition on thread shutdown in non-OpenMP builds * Fixed custom BUFFERSIZE option getting ignored in gmake builds * Fixed CMAKE compilation of the TRMM kernels for GENERIC platforms * Added CBLAS interfaces for CROTG, ZROTG, CSROT and ZDROT * Improved performance of OMATCOPY_RT across all platforms * Changed perl scripts to use env instead of a hardcoded /usr/bin/perl * Fixed potential misreading of the GCC compiler version in the build scripts * Fixed convergence problems in LAPACK complex GGEV/GGES (Reference-LAPACK #477) * Reduced the stacksize requirements for running the LAPACK testsuite (Reference-LAPACK #335) RISC V: * Fixed compilation on RISCV (missing entry in getarch) POWER: * Fixed compilation for DYNAMIC_ARCH with clang and with older gcc versions * Added support for compilation on FreeBSD/ppc64le * Added optimized POWER10 kernels for SSCAL, DSCAL, CSCAL, ZSCAL * Added optimized POWER10 kernels for SROT, DROT, CDOT, SASUM, DASUM * Improved SSWAP, DSWAP, CSWAP, ZSWAP performance on POWER10 * Improved SCOPY and CCOPY performance on POWER10 * Improved SGEMM and DGEMM performance on POWER10 * Added support for compilation with the NVIDIA HPC compiler x86_64: * Added an optimized bfloat16 GEMM kernel for Cooperlake * Added CPUID autodetection for Intel Rocket Lake and Tiger Lake cpus * Improved the performance of SASUM,DASUM,SROT,DROT on AMD Ryzen cpus * Added support for compilation with the NAG Fortran compiler * Fixed recognition of the AMD AOCC compiler * Fixed compilation for DYNAMIC_ARCH with clang on Windows * Added support for running the BLAS/CBLAS tests on Windows * Fixed signatures of the tls callback functions for Windows x64 * Fixed various issues with fma intrinsics support handling ARM: * Support compilation for embedded Cortex M4 targets via a new option EMBEDDED ARM64: * Fixed the THUNDERX2T99 and NEOVERSEN1 DNRM2/ZNRM2 kernels for inputs with Inf * Added support for the DYNAMIC_LIST option * Added support for compilation with the NVIDIA HPC compiler * Added support for compiling with the NAG Fortran compiler - Remove 0001-Require-gcc-11-for-builtin_cpu_is-power10.patch 0002-patch-to-support-power10-in-builtin_cpu_is-was-backp.patch Upstream fixed in a different way.- Disable lto for ppc64le to avoid build failure (bsc#1181733) - Add openblas-ppc64be_up2_p8.patch to avoid ppc64 (BE) build failure Do not set BUILD_BFLOAT16 for ppc64 (BE) (same bug nb)- BUILD_BFLOAT16=1 is not supported in s390(x) (bsc#1181522) - Add: * 0001-Require-gcc-11-for-builtin_cpu_is-power10.patch * 0002-patch-to-support-power10-in-builtin_cpu_is-was-backp.patch: Only gcc11 has builtin_cpu_is(power10) - fix build issue for ppc64 (bsc#1181522).- Update to version 0.3.13 common: * Added a generic bfloat16 SBGEMV kernel * Fixed a potentially severe memory leak after fork in OpenMP builds that was introduced in 0.3.12 * Added detection of the Fujitsu Fortran compiler * Added detection of the (e)gfortran compiler on OpenBSD * Added support for overriding the default name of the library independently from symbol suffixing in the gmake builds (already supported in cmake) RISC V: * Added a RISC V port optimized for C910V POWER: * Added optimized POWER10 kernels for SAXPY, CAXPY, SDOT, DDOT and DGEMV_N * Improved DGEMM performance on POWER10 * Improved STRSM and DTRSM performance on POWER9 and POWER10 * Fixed segmemtation faults in DYNAMIC_ARCH builds * Fixed compilation with the PGI compiler x86: * Fixed compilation of kernels that require SSE2 intrinsics since 0.3.12 x86_64: * Added an optimized bfloat16 SBGEMV kernel for SkylakeX and Cooperlake * Improved the performance of SASUM and DASUM kernels through parallelization * Improved the performance of SROT and DROT kernels * Improved the performance of multithreaded xSYRK * Fixed OpenMP builds that use the LLVM Clang compiler together with GNU gfortran (where linking of both the LLVM libomp and GNU libgomp could lead to lockups or wrong results) * Fixed miscompilations by old gcc 4.6 * Fixed misdetection of AVX2 capability in some Sandybridge cpus * Fixed lockups in builds combining DYNAMIC_ARCH with TARGET=GENERIC on OpenBSD ARM64: * Fixed segmentation faults in DYNAMIC_ARCH builds MIPS: * Improved kernels for Loongson 3R3 ("3A") and 3R4 ("3B") models, including MSA * Fixed bugs in the MSA kernels for CGEMM, CTRMM, CGEMV and ZGEMV * Added handling of zero increments in the MSA kernels for SSWAP and DSWAP * Added DYNAMIC_ARCH support for MIPS64 (currently Loongson3R3/3R4 only) SPARC: * Fixed building 32 and 64 bit SPARC kernels with the SolarisStudio compilers- Fix invalid symlinks (boo#1179764).- Update to version 0.3.12 common: * Fixed missing BLAS/LAPACK functions (inadvertently dropped during the build system restructuring to support selective compilation) * Fixed argument conversion macro in LAPACKE_zgesvdq (LAPACK #458) power: * Added optimized SCOPY/CCOPY kernels for POWER10 * Increased and unified the default size of the GEMM buffer * Fixed building for POWER10 in DYNAMIC_ARCH mode * POWER10 compatibility test now checks binutils version as well * Cleaned up compiler warnings x86_64: * Corrected compiler version checks for AVX2 compatibility * Added compiler option -mavx2 for building with flang * Fixed direct SGEMM pathway for small matrix sizes (broken by the code refactoring in 0.3.11) * Fixed unhandled partial register clobbers in several kernels for AXPY,DOT,GEMV_N and GEMV_T flagged by gcc10 tree-vectorizer armv8: * Improved Apple Vortex support to include cross-compiling - Drop fix-build.patch, merged upstream.- Update _constraints to use 12GB RAM on x86_64- Update to version 0.3.11 common: * Reduced the default BLAS3_MEM_ALLOC_THRESHOLD (used as an upper limit for placing temporary arrays on the stack) to be compatible with a stack size of 1mb (as imposed by the JAVA runtime library) * Added mixed-precision dot function SBDOT and utility functions shstobf16, shdtobf16, sbf16tos and dbf16tod to convert between single or double precision float arrays and bfloat16 arrays * Fixed prototypes of LAPACK_?ggsvp and LAPACK_?ggsvd functions in lapack.h * Fixed underflow and rounding errors in LAPACK SLANV2 and DLANV2 (causing miscalculations in e.g. SHSEQR/DHSEQR, LAPACK issue #263) * Fixed workspace calculation in LAPACK ?GELQ (LAPACK issue #415) * Fixed several bugs in the LAPACK testsuite * Improved performance of TRMM and TRSM for certain problem sizes * Fixed infinite recursions and workspace miscalculations in ReLAPACK * CMAKE builds no longer require pkg-config for creating the .pc file * Makefile builds no longer misread NO_CBLAS=0 or NO_LAPACK=0 as enabling these options * Fixed detection of gfortran when invoked through an mpi wrapper * Improve thread reinitialization performance with OpenMP after a fork * Added support for building only the subset of the library required for a particular precision by specifying BUILD_SINGLE, BUILD_DOUBLE * Optional function name prefixes and suffixes are now correctly reflected in the generated cblas.h * Added CMAKE build support for the LAPACK and multithreading tests power: * Added optimized support for POWER10 * Added support for compiling for POWER8 in 32bit mode * Added support for compilation with LLVM/clang * Added support for compilation with NVIDIA/PGI compilers * Fixed building on big-endian POWER8 * Fixed miscompilation of ZDOTC by gcc10 * Fixed alignment errors in the POWER8 SAXPY kernel * Improved CPU detection on AIX * Supported building with older compilers on POWER9 x86_64: * Added support for Intel Cooperlake * Added autodetection of AMD Renoir/Matisse/Zen3 cpus * Added autodetection of Intel Comet Lake cpus * Reimplemented ?sum, ?dot and daxpy using universal intrinsics * Reset the fpu state before using the fpu on Windows as a workaround for a problem introduced in Windows 10 build 19041 (a.k.a. SDK 2004) * Fixed potentially undefined behaviour in the dot and gemv_t kernels * Fixed a potential segmentation fault in DYNAMIC_ARCH builds * Fixed building for ZEN with PGI/NVIDIA and AMD AOCC compilers armv7: * Fixed cpu detection on BSD-like systems armv8: * Added preliminary support for Apple Vortex cpus * Added support for the Cavium ThunderX3T110 cpu * Fixed cpu detection on BSD-like systems * Fixed compilation in -std=C18 mode IBM Z: * Added support for compiling with the clang compiler * Improved GEMM performance on Z14 - Enable bloat16 support via BUILD_BFLOAT16=1 - Add fix-build.patch to fix build with -Werror=return-type- Set DYNAMIC_ARCH everywhere, use a base CPU model for non-dynamic bits to have a reproducible base line: x86_64: CORE2 aarch64: ARMV8 ppc: POWER8 s390: ZARCH_GENERIC - Remove workaround for build failure on aarch64 (boo#1128794).- For s390/s390x add TARGET=ZARCH_GENERIC (jsc#SLE-13773).- Avoid compile-time CPU-detection (boo#1100677)- Add build support for gcc10 to HPC build (bsc#1174439).- Update to version 0.3.10 common: * Improved thread locking behaviour in blas_server and parallel getrf * Imported bugfix 394 from LAPACK (spurious reference to "XERBL" due to overlong lines) * Imported bugfix 403 from LAPACK (compile option "recursive" required for correctness with Intel and PGI) * Imported bugfix 408 from LAPACK (wrong scaling in ZHEEQUB) * Imported bugfix 411 from LAPACK (infinite loop in LARGV/LARTG/LARTGP) * Fixed mismatches between BUFFERSIZE and GEMM_UNROLL parameters that could lead to crashes at large matrix sizes * Restored internal soname in dynamic libraries on FreeBSD and Dragonfly * Added API (openblas_setaffinity) to set thread affinity programmatically on Linux * Added initial infrastructure for half-precision floating point (bfloat16) support with a generic implementation of SHGEMM * Added CMAKE build system support for building the cblas_Xgemm3m functions * Fixed CMAKE support for building in a path with embedded spaces * Fixed CMAKE (non)handling of NO_EXPRECISION and MAX_STACK_ALLOC * Fixed GCC version detection in the Makefiles * Allowed overriding the names of AR, AS and LD in Makefile builds POWER: * fixed big-endian POWER8 ELFv2 builds on FreeBSD * Fixed GCC version checks and DYNAMIC_ARCH builds on POWER9 * Fixed CMAKE build support for POWER9 * fixed a potential race condition in the thread buffer allocation * Worked around LAPACK test failures on PPC G4 MIPS: * fixed a potential race condition in the thread buffer allocation * Added support for MIPS 24K/24KE family based on P5600 kernels MIPS64: * fixed a potential race condition in the thread buffer allocation * Added TARGET=GENERIC ARMV7: * fixed a race condition in the thread buffer allocation ARMV8: * Fixed a race condition in the thread buffer allocation * Fixed zero initialisation in the assembly for SGEMM and DGEMM BETA * Improved performance of the ThunderX2 DAXPY kernel * Added an optimized SGEMM kernel for Cortex A53 * Fixed Makefile support for INTERFACE64 (8-byte integer) x86_64: * Fixed a syntax error in the CMAKE setup for SkylakeX * Improved performance of STRSM on Haswell, SkylakeX and Ryzen * Improved SGEMM performance on SGEMM for workloads with ldc a multiple of 1024 * Improved DGEMM performance on Skylake X * Fixed unwanted AVX512-dependency of SGEMM in DYNAMIC_ARCH builds created on SkylakeX * Removed data alignment requirement in the SSE2 copy kernels that could cause spurious crashes * Added a workaround for an optimizer bug in AppleClang 11.0.3 * Fixed LAPACK-TEST failures with Intel Fortran * Fixed compilation and LAPACK test results with recent Flang and AMD AOCC * Fixed DYNAMIC_ARCH builds with CMAKE on OS X * Fixed missing exports of cblas_i?amin, cblas_i?min, cblas_i?max, * cblas_?sum, cblas_?gemm3m in the shared library on OS X * Fixed reporting of cpu name in DYNAMIC_ARCH builds (would sometimes show the name of an older generation chip supported by the same kernels) IBM Z: * Improved performance of SGEMM/STRMM and DGEMM/DTRMM on Z14 - Refresh openblas-noexecstack.patch and openblas-s390.patch- Update to version 0.3.9 common: * Fixed a miscompilation of the GETRF functions with CMAKE The size of the memory buffer used for splitting GEMM tasks across multiple threads can now be configured in the build system. Imported bugfix 390 from LAPACK (missing NaN propagation in xCOMBSSQ) POWER: * fixed several compilation problems related to endianness and ELF version support on POWER8 and POWER9. * fixed misuse of the absolute value IAMIN/IAMAX in place of IMIN/IMAX * fixed a race condition in the level3 blas code MIPS64: * fixed misuse of the absolute value IAMIN/IAMAX in place of IMIN/IMAX ARMV7: * fixed a race condition in the level3 blas code * fixed a compilation problem on Android ARMV8: * Added support for Ampere EMAG8180 * Added support for Neoverse N1 improved performance of the blas_lock function fixed a race condition in the level3 blas code * Fixed a performance regression on TSV110 servers x86_64: * Fixed a long-standing error with undeclared register clobbers in the DSCAL microkernel for Haswell,SkylakeX and Zen exposed by gcc9.2 * Fixed a long-standing bug in the SSE implementation of the IAMAX functions * Fixed a cmake build failure with DYNAMIC_ARCH on x86_64 * Fixed an oversight in the cpu detection code for Intel Goldmont+, Cannon Lake and Ice Lake * Fixed compile failure on OSX when the compiler name contains a dash (e.g. gcc-9) * Fixed compilation with MinGW on SkylakeX * Improved speed of the AVX512 GEMM3M code, added an AVX512 kernel for * STRMM and improved performance of the AVX2 GEMM kernels IBM Z: * fixed compilation of the DYNAMIC_ARCH code- Add support for gcc8/9 building (jsc#SLE-8604).- Update to version 0.3.8 common: * LAPACK has been updated to 3.9.0 (plus patches up to January 2nd, 2020) * CMAKE support has been improved in several areas including cross-compilation * A thread race condition in the GEMM3M kernels was resolved * The "generic" (plain C) gemm beta kernel used by many targets has been sped up * An optimized version of the LAPACK trtrs functions has been added * An incompatibilty between the LAPACK tests and the OpenBLAS implementation of XERBLA was resolved, removing the numerous warnings about wrong error exits in the former * Support for NetBSD has been added * Support for compilation with g95 and non-GNU versions of ld has been improved * Compilation with (upcoming) gcc 10 is now supported power: * Worked around miscompilation of several POWER8 and POWER9 kernels by older versions of gcc * Added support for big-endian POWER8 and for compilation on AIX * Corrected bugs in the big-endian support for PPC440 and PPC970 * DYNAMIC_ARCH support is now available in CMAKE builds as well armv8: * Performance of DGEMM_BETA and SGEMM_NCOPY has been improved * Compilation for 32bit works again * Performance of the RPCC function has been improved * Improved performance on small systems * DYNAMIC_ARCH support is now available in CMAKE builds as well * Cross-compilation from OSX to IOS was simplified x86-64: * A new AVX512 DGEMM kernel was added and the AVX512 SGEMM kernel was significantly improved * Optimized AVX512 kernels for CGEMM and ZGEMM have been added * AVX2 kernels for STRMM, SGEMM, and CGEMM have been significantly sped up and optimized CGEMM3M and ZGEMM3M kernels have been added * Added support for QEMU virtual cpus * A compilation problem with PGI and SUN compilers was fixed * Intel "Goldmont plus" is now autodetected * A potential crash on program exit on MS Windows has been fixed IBM Z: * Z15 is now supported as Z14 * DYNAMIC_ARCH is now available on ZARCH as well - Remove now merged gcc10-Support-two-digit-version-numbers-in-gcc-version-che.patch- Add gcc10-Support-two-digit-version-numbers-in-gcc-version-che.patch in order to fix boo#1158727.- Update to version 0.3.7 (jsc#SLE-8492) common: * having the gmake special variables TARGET_ARCH or TARGET_MACH defined no longer causes build failures in ctest or utest * defining NO_AFFINITY or USE_TLS to zero in gmake builds no longer has the same effect as setting them to one * a new test program was added to allow checking the library for thread safety * a new option USE_LOCKING was added to ensure thread safety when OpenBLAS itself is built without multithreading but * will be called from multiple threads. * a build failure on Linux with glibc versions earlier than 2.5 was fixed * a runtime error with CPU enumeration (and NO_AFFINITY not set) on glibc 2.6 was fixed * NO_AFFINITY was added to the CMAKE options (and defaults to being active on Linux, as in the gmake builds) x86_64 * the build-time logic for detection of AVX512 availability in the processor and compiler was fixed * gmake builds on OSX now set the internal name of the library to libopenblas.0.dylib (consistent with CMAKE) * the Haswell DGEMM kernel received a significant speedup through improved prefetch and load instructions * performance of DGEMM, DTRMM, DTRSM and ZDOT on Zen/Zen2 was markedly increased by avoiding vpermpd instructions * the SKYLAKEX (AVX512) DGEMM helper functions have now been disabled to fix remaining errors in DGEMM, DSYMM and DTRMM POWER: * added support for building on FreeBSD/powerpc64 and FreeBSD/ppc970 * added optimized kernels for POWER9 single and double precision complex BLAS3 * added optimized kernels for POWER9 SGEMM and STRMM ARMV7: * fixed the softfp implementations of xAMAX and IxAMAX * removed the predefined -march= flags on both ARMV5 and ARMV6 as they were appropriate for only a subset of platforms - Remove not needed fix-arm64-cpuid-return.patch.- Update to version 0.3.6 (boo#1122186) common: * the build tools now check that a given cpu TARGET is actually valid * the build-time check of system features (c_check) has been made less dependent on particular perl features (this should mainly benefit building on Windows) * several problems with ReLAPACK and its integration were fixed, including INTERFACE64 support and building a shared library * building with CMAKE on BSD systems was improved * a non-absolute SUM function was added based on the existing optimized code for ASUM * CBLAS interfaces to the IxMIN and IxMAX functions were added * a name clash between LAPACKE and BOOST headers was resolved * CMAKE builds with OpenMP failed to include the appropriate getrf_parallel kernels * a crash on thread (key) deletion with the USE_TLS=1 memory management option was fixed * restored several earlier fixes, in particular for OpenMP performance, building on BSD, and calling fork on CYGWIN, which had inadvertently been dropped in the 0.3.3 rewrite of the memory management code. POWER: * single precision BLAS1/2 functions have received optimized POWER8 kernels * POWER9 is now a separate target, with an optimized DGEMM/DTRMM kernel * building on PPC970 systems under OSX Leopard or Tiger is now supported * out-of-bounds memory accesses in the gemm_beta microkernels were fixed * building a shared library on AIX is now supported for POWER6 * DYNAMIC_ARCH support has been added for POWER6 and newer ARMV7: * corrected xDOT behaviour with zero INC_X or INC_Y * a bug in the IMIN implementation made it return the result of IMAX ARMV8: * added support for HiSilicon TSV110 cpus * the CMAKE build system now recognizes 32bit userspace on 64bit hardware * cross-compilation with CMAKE now works again * a bug in the IMIN implementation made it return the result of IMAX * ARMV8 builds with the BINARY=32 option are now automatically handled as ARMV7 x86_64: * the AVX512 DGEMM kernel has been disabled again due to unsolved problems * building with old versions of MSVC was fixed * it is now possible to build a static library on Windows with CMAKE * accessing environment variables on CYGWIN at run time was fixed * the CMAKE build system now recognizes 32bit userspace on 64bit hardware * Intel "Denverton" atom and Hygon "Dhyana" zen CPUs are now autodetected * building for DYNAMIC_ARCH with a DYNAMIC_LIST of targets is now supported with CMAKE as well * building for DYNAMIC_ARCH with GENERIC as the default target is now supported * a buffer overflow in the SSE GEMM kernel for Intel Nano targets was fixed * assembly bugs involving undeclared modification of input operands were fixed in the AXPY, DOT, GEMV, GER, SCAL, SYMV and TRSM microkernels for Nehalem, Sandybridge, Haswell, Bulldozer and Piledriver. These would typically cause test failures or segfaults when compiled with recent versions of gcc from 8 onward. * a similar bug was fixed in the blas_quickdivide code used to split workloads in most functions * a bug in the IxMIN implementation for the GENERIC target made it return the result of IxMAX * fixed building on SkylakeX systems when either the compiler or the (emulated) operating environment does not support AVX512 * improved GEMM performance on ZEN targets x86: * build failures caused by the recently added checks for AVX512 were fixed * an inline assembly bug involving undeclared modification of an input argument was fixed in the blas_quickdivide code used to split workloads in most functions * a bug in the IMIN implementation for the GENERIC target made it return the result of IMAX MIPS32: * a bug in the IMIN implementation made it return the result of IMAX IBM Z: * optimized microkernels for single precicion BLAS1/2 functions have been added for Z13 and Z14 - Rebase openblas-noexecstack.patch and openblas-s390.patch patches. - Remove 0001-Add-a-register-to-the-clobber-list-for-the-mul-instr.patch.- Reduce _constraints to a reasonable size, the old constraints were probably necessary pre multibuild. - Enable DYNAMIC_ARCH for aarch64, available since 0.3.4- Add OPENBLAS_INC and OPENBLAS_DIR to HPC environment (bsc#1125547).- Fix https://github.com/xianyi/OpenBLAS/issues/2014 Add 0001-Add-a-register-to-the-clobber-list-for-the-mul-instr.patch- Update to versiom 0.3.5 common: * Loop unrolling in TRMV has been enabled again. * A domain error in the thread workload distribution for SYRK has been fixed. * gmake builds will now automatically add -fPIC to the build options if the platform requires it. * A pthreads key leakage (and associate crash on dlclose) in the USE_TLS codepath was fixed. * Building of the utest cases on systems that do not provide an implementation of complex.h was fixed. x86_64: * The SkylakeX code was changed to compile on OSX. * Unwanted application of the -march=skylake-avx512 option to the common code parts of a DYNAMIC_ARCH build was fixed. * Improved performance of SGEMM for small workloads on Skylake X. * Performance of SGEMM and DGEMM was improved on Haswell. armv8: * A configuration error that broke the CNRM2 kernel was corrected. * Compilation of the GEMM kernels with CMAKE was fixed. * DYNAMIC_ARCH builds are now available with CMAKE as well. * Using CMAKE for cross-compilation to the new cpu TARGETs introduced in 0.3.4 now works. power: * A problem in cpu autodetection for AIX has been corrected.- Update to version 0.3.4 common: * The new, experimental thread-local memory allocation had inadvertently been left enabled for gmake builds in 0.3.3 despite the announcement. It is now disabled by default, and single-threaded builds will keep using the old allocator even if the USE_TLS option is turned on. * OpenBLAS will now provide enough buffer space for at least 50 threads by default. * The output of openblas_get_config() now contains the version number. * A serious thread safety bug in GEMV operation with small M and large N size has been fixed. * The code will now automatically call blas_thread_init after a fork if needed before handling a call to openblas_set_num_threads * Accesses to parallelized level3 functions from multiple callers are now serialized to avoid thread races (unless using OpenMP). * This should provide better performance than the known-threadsafe (but non-default) USE_SIMPLE_THREADED_LEVEL3 option. * When building LAPACK with gfortran, -frecursive is now (again) enabled by default to ensure correct behaviour. * The OpenBLAS version cblas.h now supports both CBLAS_ORDER and CBLAS_LAYOUT as the name of the matrix row/column order option. * Externally set LDFLAGS are now passed through to the final compile/link * steps to facilitate setting platform-specific linker flags. * A potential race condition during the build of LAPACK (that would usually manifest itself as a failure to build TESTING/MATGEN) has been fixed. * xHEMV has been changed to stay single-threaded for small input sizes where the overhead of multithreading exceeds any possible gains * CSWAP and ZSWAP have been limited to a single thread except on ARMV8 or ThunderX hardware with sizable input. * Linker flags for the PGI compiler have been updated * Behaviour of AXPY with zero increments is now handled in the C interface, correcting the result on at least Intel Atom. * The result matrix from calling SGELSS with an all-zero input matrix is now zeroed completely. x86_64: * Autodetection of AMD Ryzen2 has been fixed (again). * CMAKE builds now support labeling of an INTERFACE64=1 build of the library with the _64 suffix. * AVX512 version of DGEMM has been added and the AVX512 SGEMM kernel has been sped up by rewriting with C intrinsics * Fixed compilation on RHEL5/CENTOS5 (issue with typename __WAIT_STATUS) armv8: * DYNAMic_ARCH support is now available for 64bit ARM * cross-compiling for ARMV8 under iOS now works. * cpu-specific code has been rearranged to make better use of both hardware commonalities and model-specific compiler optimizations. * XGENE1 has been removed as a TARGET, superseded by the improved generic ARMV8 support. armv7: * Older assembly mnemonics have been converted to UAL form to allow building with clang 7.0- Update to version 0.3.3 common: * thread memory allocation has been switched back to the method used before version 0.3.1 due to unexpected problems caused by the new code under some circumstances. * LAPACK PR272 has been integrated, which fixes spurious errors in DSYEVR and related functions caused by missing conversion from ILAENV to ILAENV_2STAGE in several _2stage routines. x86_64 * added AVX512 implementations of SDOT, DDOT, SAXPY, DAXPY, DSCAL, DGEMVN and DSYMVL * added a workaround for a cygwin issue that prevented compilation of AVX512 code- Update to version 0.3.2 common: * Fixes for regressions caused by the rewrite of the thread initialization code in 0.3.1 x86_64: * Added autodetection of AMD Ryzen 2 * Fixed build with older versions of MSVC power: * Fixed cpu autodetection for the BSDs mips64: * Fixed utest errors in AXPY, DSDOT, ROT and SWAP - Version 0.3.1 common: * Rewritten thread initialization code with significantly reduced overhead * Added CBLAS interfaces to the IxAMIN BLAS extension functions * Fixed the lapack-test target * CMAKE builds now create an OpenBLASConfig.cmake file * ZAXPY now uses a single thread for small input sizes * The LAPACK code was updated from Reference-LAPACK/lapack#253 power: * Corrected CROT and ZROT behaviour with zero INC_X armv7: * Corrected xDOT behaviour with zero INC_X or INC_Y x86_64: * Retired some older targets of DYNAMIC_ARCH builds to a new option DYNAMIC_OLDER, this affects PENRYN,DUNNINGTON, OPTERON,OPTERON_SSE3,BOBCAT,ATOM and NANO (which will still be supported via the slower PRESCOTT kernels when this option is not set) * Added an option DYNAMIC_LIST that (used in conjunction with DYNAMIC_ARCH) allows to specify the list of x86_64 targets to include. Any target not on the list will be supported by the Sandybridge or Nehalem kernels if available, or by Prescott. * Improved SWITCH_RATIO on Haswell for increased GEMM throughput * Added initial support for Intel Skylake X, including an AVX512 SGEMM kernel * Added autodetection of Intel Cannon Lake series as Skylake X * Added a default L2 cache size for hypervisors that return zero here (Chromebook) * Fixed a name clash with recent Windows10 headers that broke the build with (at least) recent mingw from MSYS2 * Fixed a link error in mixed clang/gfortran builds with OpenMP * Updated the OSX deployment target to 10.8 * Switched on parallel make for builds on MS Windows by default x86: * Fixed SSWAP and DSWAP behaviour with zero INC_X and INC_Y - Version 0.3.0 common: * Fixed some more thread race and locking bugs * Added preliminary support for calling an OpenMP build of the library from multiple threads * Removed performance impact of thread locks added in 0.2.20 on OpenMP code * General code cleanup * Optimized DSDOT implementation * Improved thread distribution for GEMM * Corrected IMATCOPY/OMATCOPY implementation * Fixed out-of-bounds accesses in the multithreaded xBMV/xPMV and SYMV implementations * Cmake build improvements * pkgconfig file now contains build options * openblas_get_config() now reports USE_OPENMP and NUM_THREADS settings used for the build * Corrections and improvements for systems with more than 64 cpus * LAPACK code updated to 3.8.0 including later fixes * Added ReLAPACK, a recursive implementation of several LAPACK functions * Rewrote ROTMG to handle cases that the netlib code failed to address * Disabled (broken) multithreading code for xTRMV * corrected prototypes of complex CBLAS functions to make our cblas.h match the generally accepted standard * Shared memory access failures on startup are now handled more gracefully * Restored utests from earlier releases (and made them pass on all affected systems) sparc: * several fixes for cpu autodetection arm: * Added support for CortexA53 and A72 * Added autodetection for ThunderX2T99 * Made most optimized kernels the default for generic ARMv8 targets x86_64: * Parallelized DDOT kernel for Haswell * Changed alignment directives in assembly kernels to boost performance on OSX * Fixed register handling in the GEMV microkernels (bug exposed by gcc7) * Added support for building on OpenBSD and Dragonfly * Updated compiler options to work with Intel release 2018 * Support fully optimized build with clang/flang on Microsoft Windows * Fixed building on AIX ibm z: * added optimized BLAS 1/2 functions mips: * Fixed cpu autodetection helper code * Added mips32 1004K cpu (Mediatek MT7621 and similar SoC) * Added mips64 I6500 cpu - Remove c_xerbla_no-void-return.patch: fixed upstream.- add openblas-s390.patch to build on s390 (bsc#1079513).- Switch from gcc6 to gcc7 as additional compiler flavor for HPC on SLES. - Fix library package requires - use HPC macro (boo#1074890). - Fix unexpanded rpm macro in environment module file for HPC (boo#1074897).- Add -mvsx option for ppc64 archi (not required for ppc64le) to avoid ./kernel/power/sasum_microk_power8.c:41:3: error: '__vector' undeclared (first use in this function); ...- Add magic to limit the number of flavors built in the OBS to non-HPC ones.- Generate baselib.conf dynamically and only for the non-HPC builds: this avoids issues with the source validator.- Convert openblas to multibuild. - Add HPC build using environment modules. (FATE#321708). - fix-arm64-cpuid-return.patch Fix CPUID detection on ARM (From OHPC).- Remove migration %post scripts for old library names- Update to version 0.2.20: * common: - Improved CMake support - Fixed several thread race and locking bugs - Fixed default LAPACK optimization level - Updated LAPACK to 3.7.0 - Added ReLAPACK (https://github.com/HPAC/ReLAPACK), make BUILD_RELAPACK=1 * POWER: - Optimizations for Power9 - Fixed several Power8 assembly bugs * ARM: - New optimized Vulcan and ThunderX2T99 targets - Support for ARMV7 SOFT_FP ABI (make ARM_SOFTFP_ABI=1) - Detect all cpu cores including offline ones - Fix compilation with CLANG - Support building a shared library for Android * MIPS: - Fixed several threading issues - Fix compilation with CLANG * x86_64: - Detect Intel Bay Trail and Apollo Lake - Detect Intel Sky Lake and Kaby Lake - Detect Intel Knights Landing - Detect AMD A8, A10, A12 and Ryzen - Support 64bit builds with Visual Studio - Fix building with Intel and PGI compilers - Fix building with MINGW and TDM-GCC - Fix cmake builds for Haswell and related cpus - Fix building for Sandybridge with CLANG 3.9 - Add support for the FLANG compiler * IBM Z: - New target z13 with BLAS3 optimizations - Drop 0001-Fix-power8-asm.patch; fixed upstream. - Minor rebase of c_xerbla_no-void-return.patch and openblas-noexecstack.patch for updated version. - Remove installed pkgconfig file as it is not adapted to the library names we use.- 0001-Fix-power8-asm.patch: fixed power8 assembly (bsc#1039397)- Update to version 0.2.19 POWER: * Optimize BLAS on Power8 * Fixed Julia+OpenBLAS bugs on Power8 MIPS: * Optimize BLAS on MIPS P5600 and I6400 ARM: * Improved on ARM Cortex-A57- Update to version 0.2.18 ARM: * Provide DGEMM 8x4 kernel for Cortex-A57 POWER: * Optimize S and C BLAS3 on Power8 * Optimize BLAS2/1 on Power8- Update to version 0.2.17 * Enable BUILD_LAPACK_DEPRECATED=1 by default.- Update to version 0.2.16 * Upgrade LAPACK to 3.6.0 version. * Disable multi-threading for small size swap and ger. * Improve small zger, zgemv, ztrmv using stack alloction. * Let openblas_get_num_threads return the number of active threads. * Fix LAPACK Dormbr, Dormlq bug. * Avoid potential getenv segfault. * Import LAPACK svn bugfix #142-#147,#150-#155 x86/x86_64: * Optimize trsm kernels for AMD Bulldozer, Piledriver, Steamroller. * Detect Intel Avoton. * Detect AMD Trinity, Richland, E2-3200. * Optimize c/zgemv for AMD Bulldozer, Piledriver, Steamroller * Fix bug with scipy linalg test. ARM: * Support and optimize Cortex-A57 AArch64. * Update ARMV6 kernels. * Improve DGEMM for ARM Cortex-A57. POWER: * Fix detection of POWER architecture. * Optimize D and Z BLAS3 functions for Power8. - Remove openblas-libs.patch, not needed.- Update to version 0.2.15 * Enable MAX_STACK_ALLOC flags by default. * Improve ger and gemv for small matrices. * Improve gemv parallel with small m and large n case. * Improve ?imatcopy when lda==ldb * Add vecLib benchmarks * Fix LAPACK lantr for row major matrices * Fix LAPACKE lansy * Import bug fixes for LAPACKE s/dormlq, c/zunmlq * Raise the signal when pthread_create fails * Drop obsolete openblas-arm64-build.patch x86/x86-64: * Support pure C generic kernels for x86/x86-64. * Support Intel Boardwell and Skylake by Haswell kernels. * Support AMD Excavator by Steamroller kernels. * Optimize s/d/c/zdot for Intel SandyBridge and Haswell. * Optimize s/d/c/zdot for AMD Piledriver and Steamroller. * Optimize s/d/c/zapxy for Intel SandyBridge and Haswell. * Optimize s/d/c/zapxy for AMD Piledriver and Steamroller. * Optimize d/c/zscal for Intel Haswell, dscal for Intel SandyBridge. * Optimize d/c/zscal for AMD Bulldozer, Piledriver and Steamroller. * Optimize s/dger for Intel SandyBridge. * Optimize s/dsymv for Intel SandyBridge. * Optimize ssymv for Intel Haswell. * Optimize dgemv for Intel Nehalem and Haswell. * Optimize dtrmm for Intel Haswell. ARM: * Support Android NDK armeabi-v7a-hard ABI (-mfloat-abi=hard) * Fix lock, rpcc bugs POWER: * Support ppc64le platform (ELF ABI v2) * Support POWER7/8 by POWER6 kernels.- Change library name suffix * drop openblas-soname.patch - Add RPM %post script for manual BLAS/LAPACK update-alternatives configuration update - Use update-alternatives mechanism for OpenBLAS variants (serial, openmp, pthreads). pthreads variant is default for x86 and x86_64, OpenMP for other architectures. - Fix build on ARM64 * openblas-arm64-build.patch - Add update-alternatives mechanism for CBLAS - Provide cmake module - Delete info about host cpu from openblas_config.h for dynamic arch - Add update-alternatives to 'preup' and 'post' requires list for libraries - Add README.SUSE- Update to version 0.2.14 * Improve ger and gemv for small matrices by stack allocation. e.g. make -DMAX_STACK_ALLOC=2048 * Introduce openblas_get_num_threads and openblas_get_num_procs. * Add ATLAS-style ?geadd function. * Fix c/zsyr bug with negative incx. * Fix race condition during shutdown causing a crash in gotoblas_set_affinity(). x86/x86-64: * Support AMD Streamroller. ARM: * Add Cortex-A9 and Cortex-A15 targets.- Update to version 0.2.13 * Add SYMBOLPREFIX and SYMBOLSUFFIX makefile options for adding a prefix or suffix to all exported symbol names in the shared library. * Remove openblas-0.1.0-soname.patch * Add openblas-soname.patch * Rebase openblas-noexecstack.patch x86/x86-64: * Add generic kernel files for x86-64. make TARGET=GENERIC * Fix a bug of sgemm kernel on Intel Sandy Bridge. * Fix c_check bug on some amd64 systems. ARM: * Support APM's X-Gene 1 AArch64 processors. * Optimize trmm and sgemm.- Update to version 0.2.12 * Added CBLAS interface for ?omatcopy and ?imatcopy. * Enable ?gemm3m functions. * Added benchmark for ?gemm3m. * Optimized multithreading lower limits. * Disabled SYMM3M and HEMM3M functions because of segment violations. x86/x86-64: * Improved axpy and symv performance on AMD Bulldozer. * Improved gemv performance on modern Intel and AMD CPUs.sheep57 1677671904 0.3.21-150500.2.10.3.21-150500.2.1includecblas.hf77blas.hlapack.hlapacke.hlapacke_config.hlapacke_mangling.hlapacke_utils.hopenblas_config.hcmakeOpenBLASConfig.cmakeOpenBLASConfigVersion.cmakelibopenblas.sopkgconfigopenblas.pclibopenblas_0_3_21-gnu-hpc-develChangelog.txtGotoBLAS_00License.txtGotoBLAS_01Readme.txtGotoBLAS_02QuickInstall.txtGotoBLAS_03FAQ.txtGotoBLAS_04FAQ.txtGotoBLAS_05LargePage.txtGotoBLAS_06WeirdPerformance.txtREADME.HPC.SUSEREADME.mdlibopenblas_0_3_21-gnu-hpc-develLICENSE/usr/lib/hpc/gnu7/openblas/0.3.21//usr/lib/hpc/gnu7/openblas/0.3.21/include//usr/lib/hpc/gnu7/openblas/0.3.21/lib64//usr/lib/hpc/gnu7/openblas/0.3.21/lib64/cmake//usr/lib/hpc/gnu7/openblas/0.3.21/lib64/pkgconfig//usr/share/doc/packages//usr/share/doc/packages/libopenblas_0_3_21-gnu-hpc-devel//usr/share/licenses//usr/share/licenses/libopenblas_0_3_21-gnu-hpc-devel/-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-SP5:GA/standard/264e45871d0368e279790ba60ad51bbf-openblas:gnu-hpccpioxz5x86_64-suse-linuxdirectoryC source, ASCII text, with very long linesC source, ASCII textASCII textpkgconfig fileUTF-8 Unicode textASCII text, with very long lines(RRRRRRRRRR R RR R RRRRR RRRRRRRRRRR R RR R RRRRR RIR=||_Tutf-8e0a5f88cb76412bb4df622338a60a7af7392323721ca196bf912f638c12a6a73? 7zXZ !t/] crt:bLL &: o47ɋA}DFq.+ R [l>>bș TjmpY1("R`g6%ЈkbҀ[-3~#bqSWaǴřS۟6mq7$'?mtڑ]eN'*v٬;Afq^I&s9i 4ڠȬ.DƫHi^He ̗h5ut BcKiNY熘ÊdNs-𷡌*e9, e؛$V Y7<jt5EHڤ[+8J Ωc5_Y]4$&2@z>WHD{*PUIhCC:4u(3hֲ{Dv̵ ;(Z]@ '"rݩYjB犌%2Ma#ehgB@y[? ̞#NM7#*9G%J';0T6W%xC0ݕ(,{ LL)(zODuEEƾ;1hGQ?7=. 7LF2u mC9mڳ[FG tV^#ߖzi''da{p7@!m%Qg=;wfT+OUqpxMs_(Ņ t1=<iHʀIYG.3[%$y\OZkacD $ne Fv&-=񮛑X)Y`Շr)fM͎54*HwHUZ;/ |WcyWם?'ldj'S{nBa]ŵ݂xZJ0)Of/d^Q=: V)C-9>V(q{e?or7jle=Za} wW>xm oܭ^\aq=+,t٤>S(F.]4N\{@hz>*y᛿1̡2o/%Tލ+^ =nrH-biFV2%}tQmm%=zL M/oVǍ"#" [4R7h>x;~X}gL߸/$oCr>q&+O X``'-۪V/քgP$O4ol.&{Y$eo5}"MS $`M1v)tC8pWlQ&zBlX_o 2e(U""zĿ (HKYh/H/EgP񝒕ϡITh'2Jތii |HGtfzH_'oҒ% 9/ rUK($/ 6%N-<G$ISPvz'x6cg]`M[\[NZwÏ䬨Rboh~v^yo'nC@ [~Uٕ!- 1zf˗Yf#+JV|3¸lki:l΃I1LD}-TFx ʺ4M1$+2MH-`Qf`VX-86K3&ۜA']\S3:X;j H;ղ+uZƹ؁q~yWXJhFv!xp,h)>$2fDAdv'T7ϐy\A>Wm?F Mj{U B4umˇdh,hܟE8[H@/AG׮W)zfOas;s`ԑu b;dPhJBI;^Eu$,eOE*m?}98}^Ujm”X_Bk,uIb?$VpC 5`\ԊFag} 3Vw;Xj{C2j]wz>˦(vתA#!e-QuN /Z-/2 7 G#* inzJǧC+]P5ޡZK;h"T62 Bb렶/2٧ \^XټKGNd^Y,xUgIafNf6/<Xg] X(7A2P,5f%t0gib>u fʻ{0KR+~EW]?͛bg)?BOK|dXȻ*XڟU EÔz!F۴OKŀ&Aua .TCw}3/|*F5ªY'8J}#[nD$uЅ2(:xY̋.5%Z,A'ra&q i7wU Rj(kG-bZѧ6pO{F,.Ok2?&fvge.EXz7q"AX.2!;s=s.XG/fQo6J}M XYAZ]h:cnȪvH..Gb8Ҭ#5vlr $$ Goͼa2Y'r\EeMХ,u?'#Kz9g9>]2W[GW)OM*ACWfr0CII4# l @ z_-KUGp̔_-m<-,Pu[8}&mj* ^tdSOLAݽ?fjzYB(|x {U/PVcI~T,Wy $.tXiO'Jy5.sl1RqX(W(}[vQ*gxkK+ڪXYxY|RÍEBi y!Wg7ܽYMkp(am }sxiT,y.[k7iYLOWc߰ cGGBCo"ы%t]_p}|=CĵUM`%Ƌ| uSH|e6t2.Z8=wLJODB|7HGnTx/[[e!%@RM & puVC0Gnb 5c-F`|ʧW(cI>zIo%W,|=Vw~a ]&]t35(E.~O0w]Zbw-.Q4Iמ" SaXY(6}X!t-#[9IԂoK7Khg1 7Qt8 KZFOzv HY`״_VGDŽ=C%GkadzٓP0PV@:r67}2] rtZ\Ra08l̤2+ǻα׉gχ>9ȿmE^ 6@3M'R6Zԛ&~>>07d8f2Vy|%#w#¦|+,IUVhh.#3)_s~R?q.5iDoMIdKpn\ᡔP)s_5XewY*_#IGxK:GP ŝoZVG\nr2&X9DC*k)M``<wx%判5fggeT( %:?"eL5xHF~Au쿦2p+]9&לX:`` @V9e`ê|}9E//17o"^9bq;sK}=ޓta,V_Ա $hPuvÇeF+ 5K鱬/^M!8v9ms?8.i^\HtdبZd>}X7uٌcjsv.DnbOf Gt-33 (wəU0zDgݑ`=mT+j'&Zz6ngSjhEl. jIUh0(8΍C;cz#dĤ|{mWqBKzTC*y EÍTi)>c-/&ae NS\?m&rS%SN5`[֯Yq{B ^)?HCcn_ #.ԩyFuɥng!=lr/i!uo=~ fe9a x+/It8mViIܫp[I5Ȁ@z>I$C  I9oNX#֊b^)%G֣xB;ბZ5/8aV2X#+M`!:equ;*fS/L*aU|I:Gq#lsʡgV l>I@a%dI^52f _*.$M}T$FMDTދ4'2iҧudץG {JeFxܧe8uȽ݇&߫Es䛉},QLEJD"u $80 [[`1>WHp0EO+AbIKW z:y*yS꤀wlѵ,zrLݍ}]pv&U.*T`eYT1ye+ʿLV (8do([SU'{K؋rAhхg 0ʿɬ#4xi6i}-<;\@C-g-Qp"~`ѱmx|=WY XGL5ҹvz8[pp? ]>1tQ%5gh֩Jl6Nd'9l6y҂8*#IW6?Ov#-K 5Hd"4z5SћZ.6nڜÑ O&'6{~`/<`}MB|dR#XhUtʏxҪ^en<;TX[V]J+?ӿ1`5H 37X0CMsH WYó͍MaBX\W妀[|x M>勾oH7 &.yY*Q_ft8v;XX?߶Oa)](SjXt)]kEyҲqNhMw8f`=HW!,I8j_@6d8vzO d$1` ,Jqe [DqG#zQKzXejۙ{Oȳ˃cJ!jqum5}ݙ'-Z.,첈SP P¹֣n%ŴdRkA $hg 1{ QZ .Hg} ?|Zhxc7SRUBnA (8h,:e~>6b⯠q9@Wxt/*`turl@zYV nqȇ`EPs͚;%2kx%"etм΁H!_BU]u]eKlI#k$k*. |q>/sJi %J@%z㩊1M|m$Ԃu_^AߓN4E--Ѕ;|zf sU 03M٥|=ݨQE-'g#JFzX߂Pr[H!ym1 9NNqʢnϗs7X]HCM؋E_N x绻&tiBgWݴO`-:qf t:]LkNG;<-yB4\T;Wp'ӓY1#ARxKt@Z=\N)?1! Im1r.(,ǝ= cR\jabǣ%pmk-6u[qa%)C(QW9m?K&msk{W78੼׌ *NwLԜf/'JU&owX"+:=|%GKg]t/ReM7lE_NpzMajo$㵾pȏWψMP˃AqMq<#i(Ca,2[X WAWvFճV!PtɿiMΣ"__jZOsٕuDNfь'OnfLj&(t؟`iANFi֘,X& \,Hb4GDXJY2Qj!F[1 oFHg'iZ~l"\IMSz|xŝkL1_mt$ j ݚճ7 Aq!t jfSΡR; +rc/7W`=s=u߁*|Z| w$ZO2‚r͈YQ0[|O2ZRYٺz.V4G|-tXQp6}5x+'‹2>!=Wjٺ ZmM#Sƛ'T3^H֠M94ICY`ۍzdDHE%jeedxl6n(I6wUuͨC KMy7`gG[ 5sR&Pli>EX +㬀L|CTpE:1猌$IU ;QKZ?qMe vkoa3`LS5FbV3 lK`™/$nT(pPG0Y5҈)&vn@E S8)e?\!# =wPjW;P5N Jʘ,X F+ B]cq`-JB5Da //#BQۑ.mM@7 M҆b>LM;G}ߊQiYMHǣ **t#Ā#.~}H+҆$ GKg][L; '|!`Mc{wዟkY>\-=@WL{k$@&-؆J|LEWh=a:P/_Ɠ?~D+Lxg(m\nb Y\EVTxlRcb" Qs,&kjUڹ`Y0b2S}|HLI$*68Q9Iyb~1Ǜ)LȬA?{߼ws*G8"7POL E93–עE}Ö'ONN JAhЏP7P 8|p\'8%0]'OQ8T_gwFFf 'uZԉ+hKoBwSxS4a)8xDZ;8Wq s뫌 ,V%4dٹa︭^/"ZKAxY#YXH\-*cX.9LK)i9J}w꺭FgK4[< O^gH#Z"GVbݳ{6рĚU 8fysW'ZhE:з-mۈ=I$C'ֈ'g[F_$P9UEAX^Ȧ0(g4pIKB9:@ܸ7}=+*]ROc!,%=6fz]62%5͏v@U[odIf_-meC̥U]y=wOxծȏ{U[MUApĐńhh=)psǑ 8$6a³ HGJXȦWuvqwe9JC*~[ \ެg™=PlѹY0LRۙ!0@ P`U̇n@m40s  fDXXPs`y`̴ LᴒZ*H56 BR0'jW;Xr9^ r/nU41gL2E4@lX]l{\PUl ٚJ3N laŭ-&Hȑn6-0R&6q>YJRWXG0-;w/6x!5R'6yϘ ]x2Ͳ̂Ƀt@'@_'AU/ץ /sz⃱"iS=FIFklVlI`̌yYOZU;N$0 v-'M?}*yG,vZH%>FYMR>Z (ΈޖSeAI+uy5&׉@9Ku^^97?eek!䤳00kKΣ@9Lr?K`K+AuX h M!I>mwaU >S!mbn̡c9oT܅n;@ol~^*flfySSdž!Xְ֡\eo-fqeۅpahZgbWm5YCKc[vsP ݧ?``;MLvM8콊]?j! (960+]^KCk\ 0Yr:حr#+UPWYk c?}#͆3K!,fiD $5ļuCƮz MJ x[Q D3\=dM@bzGLt[#@o7oxyHL=|Ђԙ%YRtv%bV`1IXyLOde2AJMcp[𤋮j^HBqศq be$2'b\P뛳_33i &9)b3UH|ږ]nי"-o\E[l wG\Qڳm&PIW PT %U䛘ͼpi.]}Ǔ1-|,(b"ԑ5Iq6+²K݋pFW;hfj_f#TB%] N"s+}pJtLBwE% 8+]iĀa. #lju>ftPB/@PuUa]Ue.|Yg"@6w<;O&u|wC}0pu?#DT3y w62ԤK>j|{D^"\~dܟդ@twHf}"ŷޖ9MiH+K^ʨ9Pw0ٺ"cU#P0使ҧF%9;gV]h3țNTB%mk4ő8GVbmO#B>Åxb)ϱ/Q?^_XBla2)ƆȅVլ3v뙄,2}瀵=$ QS$Eo5CH&W%lx䮶4r ۋd.I5ֹܿrx|;o,[^lDOfC_15!P`sksTNr9nfTp!B7~Gh}ygRH +*&On 7\E=LjR6 w}V>":<-S& uB]eٕN 8&KCޓZ/UrsA*댝&{f)fDܕBYYsUG=εgvSt_)}Mg[;5AZ,‹B@Ħ䂩qWn޳[(9rY1N5x|z:WVǹ7#6 70L c(D'}-KsNFBoPW1D1yQ91sUv ]Q'qS] ުW"6WSdKaQbw |TV BkKhaC j`D|6ff?&%]>,r|4'IY~3Y5a2bZJxGO:}1xt}f'SoQzl"'ƤimF%֥D*d%UU@t#mK3Ɇ!6ϼ̈oM:}_o65_w<\&$[|L;JXѦ.8ރvT-`dE]]>r۸GEo,L:v:LR=^VQ ʿR*U;,z8wjA&4Q>ew^{qmuf06ޯmkNKfPQmeOTqf7ŶlNuJ+ ==T::(v-[۽]64(B)wum+ZDx)Nѕ9}&/<"4@ ]ݗΞIOLM06+\J^3_̊e dl$:RpES>V֗c ~'}apͶ j.*x_,dY(W[Z(:f$ 'v/:;JOKdR"DDӑOPK=iRFߥ]T@1D~ϔ_~LK{IauUmZPC_vx$g15bP[րxmaޤq0B 1$fbQIpT >] @mEOBc2zdt.|p{]d'p +Hwx?8|(W1WiGEZ} i݄4'{#]l*+(,MVA`iݧ>O-X~ SgAe|Z]!]Ʉw_ȭ+%AGjj tB ,!Y}DxȜ`6sq 3D2)6v^P`FD4%Ï-&mf7yX]@ЅJmТGsĤ*<%1.X*Zx%ʓF( yѭ ":2nHo! ptY$6Y|17 4'IO͊e9z&6Taϛ)NmX2V; ՎB#ݰ1FШzF2FrW.Airv̹%!+mLJ19sYdO%쐺R nq6}5(>Ԑ⌫!~AP~y }H KԔU|MpQ.b6q5F;6&sr*(U85zq$׹U xM>z&73)8xŢ}Ы'2P(db3bϣLXskB773&sbqַUHʫ;1x0!T6V~HTޕ>IcZ jL7SP'oCS .;Ē3Kó?ZrDɰvjwwbIb !gL:j̙ybi4\ƺ0%]T-+$Z:a:O)7l`Ndud Qnڢ!¼Rde)o&PJ|FJz0Oܒexq4`*ājHNYk.HD_>0G@[*Ch&<(5 UwSN˼f ˘/ޱ+{vzUXWD8=U Y⥽V& }U"[4ͯ[G1IъvkF,FzRO}6*vLP挲4,@ď2Bn !&ԑ'ogL(j%ԕ߾F1:8@ш+ L)ȩJ4_>[M~$H,ңBl]#"̤Wto j19-%0>1+z 39=H?eK`H1C8 q#%{AɲW^J2ZznYr{NzЮRgS O93kW:ː,Ъh3Mঃ@sOȲбjmʶG怿!#NOBC7,J@ ˛q݈־a(5Lu6i- 3Th[JKN:k'%2ܰAm͔D]۞Ty:>[mՃ^ bfy 50$ Oj׬<>-Mi(_vd+}weFO䜘U)a1jl}R*jI,R;*U E>Ѣ"u$+IaxwUǭ{iOI.#++L>"sM0.FcI9X$es۸,]2%)` j򗚵K}Q,2j✚"9 X*y'M^SE(t=+zOVM2KJzLrv[y ,ujV.ģ`6u5Q5 kꜽAxTt]?K8 UJ/;2 ~k15M@Vvς]}g0vs `v4N7ժ,hff`_{M  3(?WS'~ #a8YmXں#6S&} NxO7v٠*I5HB}=[ ƯOz4K]T\Iz;%OnjWPO_<.UJX' |%8IX9J 0ͺp4RGtwKx[20:il `[ G_뵝-#_T& 3@W݇x1Rv P1 Wbp`K!7QF9_73LOOoj/2:A+$._Ճ+<X(|U-$]]Ph7Vɰ$7 ֐7k17J@9%,Ai,28] !InH(t3QĞ^˂OK jQT;֤}adKte2<6#}^UQن$EpYO t%8Ő닏q"%K"CݘlbD%0FAH̪xgxQNQփJ Th G :炍??!رZ?׻c![,z쬟3%'K}Ǐ’:ܭ|2z RUgy luG۝j$SJt[ dXVU/\3p &ߢjHkj8L 4C bYbzLQgOXY؏y5pBW6>p6ְ˅s9#(W;]jL)vD3:hBLDhW)xaAW"PXGv<_{ѐ\DrNG );D^!>2o#vyR<قGY.b}Y eNV ${ *ڷyyMiisRIIM_$bxs uL<DFi7qR(?u nBZ" ęȕ1t=3"xi`X*cj1V`KQ\B)UcJu-u{R9ʄ8.4ESh8wIǽ1b\I KVu_eC pw-) tFÉM7 k '!_c/<7L=%׊M,贈x߽5hMQOY>ĵ4VjH;:ARn%(s;HyzO~]ܳYX)<|ȳƽW{b՟W7SauRihOGڃ>#MmۋdԴk@KdP^0+ ?!ܵ O0( $(f wdg[ے:D/a}AXo1tn|Ը]KBpHX o S i+B@h)FdqPc瀖ǃ5>MW)kX.4Jә+GPy׿'앾Že'@coa(rmb=/Kpiiv.Mp5~y4wb?Sor`BŲicV;9eŗ;U` X:ͱRԥBY}W|U d2w&Vutd&e`x /͋ }gЄ}`j!WlXXns9ZHNl$&}Y5`3{XQݾN4zֲ`4ۘi> f P ^y{ƅ3]V g{QW"+߰4]Ԋ9b}|~p&jt0{~$7yp`BBY?!7Z]yfRiUN|6kh1;dOЦ:/PJM~wPGc>3? J/;<CZz'0*A LEo;vdw7f [RQ+V4Eы`YঅagːAsӯ+]ETz-r[܇MwkA߯g(=دx(r& Te'mA{5LֳВeOdh/+=a֮u 8h& ah ࿬ W|Ku]Zeh=AuG5M0_[g»ú T/ ePnOr_1wGЮ<ֳ sPw_;/^ rZ {e g,xy2 jeOY9ͨ81 m,f1- /15XO7#nַ]_F‘DMӲxRrY=;{`9syE p=#n%^v$)*sLW8ڃq(,t /+mRM7Tϻk/OL3 f~5G错EGp#Tzi 1m~LhܤQI!?rd 2!OׄfNV&P"棯/(tKW]*-S_:+ɚ/igdr'ŧ}n870 guhv"@ jܥ7Ά%|/W_10[ҦR!hGꅓņC}Ϥ@"d}΁8Ҧ/UIǁ3Lޤ ٿw/wOh_ c0~oHgY1gyi?}oʂ5qti!Dukv`( hZP KE;NzR5Wg1d$XNs HZx>g _lձsثq:S.-,B]; 0/}L2NYssqZ"8 \S\Q@U< {eO?ɸ{H? JI/zc_\bǒqog{iS.iz~L,rӒ3cýxa;;kXYHdAax5_zST +3܇;G1w zA*_kڙˆOS dQKW[쮒0wu3(_ѵDEU] D[좈 ɴU4/_~}?/p4N1i}A!i5C_kS]U]5p>hL#e)lg-Z)Cfi]_>%sӱAۭ>WE݋b0.ZauVbP\C `)EM[br_U)^jBio2M@&ܬ;ozyvGVki)m]сHN(r@|z f/DZW'>ζ2u+{NK 5 )\%,C_(txW̵C@Ȇ\8l0Z*;sL}Ȍ'O!6)5y&xBďh]Ѷeؔ9$HJ vXm7i񐂍E)8\>_q_P_ GۻXS̨u6p\x1ÌjcHnIqvUpVbDG݅ixhU/dpio r9BL9 f0o#=&Q퀔0  ѩڢGpyNe\ٿm_;iPPߔ>Lw}|u~+/Џ*f2J@n%,蜷 (&@YrK!۞NExG&"T"lz%m6Wl5}p ]!!fr _F?x9&(i|/h]V.A~䣫1QhbϜ3<تwA!%Y56ʑEJZ aQt L1Bj}*)~U;29 bOL2Zs Փ^I֒y BBHgtY*DOΟ= x ʣ5i֡W 8#2z&]4]jg;=*H׌`8J:c=6:sq2rԘwNLZ~6HD\67?k^7VXYɘg$z:CL g2?WKe)@{| >9v,.ƿt}tA/B-E/ J yM|zk-)Sg` jԪ\D+*(1MU⦲!W'9<}ьgGϓMc,-ɮF'ʫ!3%^UhjkɂAKkMan1k*8~";ӭar :_ȟvJc+u[HkXto~& wC3S'jEji8ԌVvsR:0S,Ql[j@2Icοʑf.P/_;>V]w2o 1rD?8bq& >"]8" ufqNjG`hHiey\19jbiEnݎڥf}_N׎9Z=J.w?O.7M8pr"p榞Zb}6lÛT[;8+ЗYH:o(V jcM+Cb~R>\1P?V[jzNJG<ֿfN06㟵b 14Gb%WϛP8*{661OAiND,2RCeM$/<^_Qt]KB3Ġ23wd"PNXﮤU v%^ȓ@Jڸ׌ 9ٗz0Tpx|e#ð*ƈu[d-t|{{ 6{) N[kݩ[ u+o'H$k:(D:q:Ӱ vRYG6۔3< [rZF/,:tfS&h]~gb-F 2;w]{>.N;֋XBM&%xͪpwuơWHJ$"gTv"G?"gJkP(:l_)M- m(~hT|~bru|=>t? x=(y1+K^ihB̻ 0px ƾw*zc_NJ6FCͱ$"n)0wfHu(fD< p |j ߎoЂ;;8\BnN}At̓t>o~'RyK֚;T$"=GDVCm8ѹVOQ 򭪆%nPT ᑑVXo갲щ /Nc`[ bt^L9d3)[}zATn7`{ YR|tE!Lob`,DH>O+V?Ev0=\}M(vB0 kZ|xڈnW| c ٽICcmNO> @԰Cf^(=@'*a !?UCg']k^k,L+v^k,tHw!zP'+Xb,m%U"vŅQ7Y\">sraDnC |ͦv. 2A?]^i,,S[\&4PM2M^ESUc|02Hj̣gF4Tv^UpoJT+6_Ϋр!wag{iEl:Je- oy[7IBèa\R)W]ؽ)G[a8AWЩ.6+29G 0qbQEV| +h+\d[}#x Ca1t0 K=Im覑T)]g"4!@e4.YZhEV?C$-ԛ;2Ru"AW}9˖ E~8ˊA9j+He o9rЊPr`C<}'"^p3XhԶ&H|W#DTĖaB%Y~ _scDHN-#Ζ5 VjFZ{ @X8ӫxFx: 2G~eùѣKG19^V3ܲ 9p{6:iDHFڨ[8psQt;ƧWʅ6H+?޼뽣n4zvI@wZ&daL%a q\;(އ@Kbc =G $HNV\~r1HGr1_RhTgdE82Ƈ!>^0#M#\ =E2 7x85{I-=C%}"{)}}&6q;&1giRm% :~m )G@B*hc.pB 1-|( !{H{l1|SQWȔ<؎YLnsSSIVnЬ]^L$ 4aJU$H_Qt/맵 X#Pӝܠe^D.&)u?vQS<%c)D;IXPP&9g&X fI`vd[qu#(ѩXlCWb5_u\8/p>4a{O߼c6Y^O͍*S#7R2iBEg`=.P9LN/'@rdUN)7]'j&"F);"533uH9 HprA'50!׶M)D߽rOvv iPT}@15Yml;wY31rYҨQ&{¬*C?9bEݒCV;IyE,Fްxxq3hxMy# u]@l2Y17xa9a"U.˚= mGπ8Aon'ێlYSP`/?ar'ΈYz#$<ih'M73R%IA_鼽L}X\.prY߭Sg `"Ӧ̕bfJ ?C<.O!\B{WiٷynDp K+s&LQsc!ޢ+W$S\ fXd٦ef܌|,ϫO|8(/Єb6Y\l#Ƀ<,Ieiq'!vw1Tfk!h/59jW -^IW.A:f4(!+}m-Uk3 M@igϜmWvj+K%8ZU3̙(sQiss |d#(ůK9wcʟGw5tWq *I L:+B*s9ýErF7d*0z QS9HBN; {$>0$s=|,3cXɱy\?"BgInB1)5A] =t2)ZP՜+)$ź-ޗ҆kQ``kI 'K&y{XNYi ڲ,YgzR#U?E:̷(zqxXTTRئ-YXtb10S<'vã9;6Z2mU4N mr-yo򬗖yݩ!q^Rk&'0S>l ֲ4PG5X=~ɉ Eo46eAjyj]>i!ikWmDhiU//fHeRV죗Cːqʣ)K^]|`ҥyZ,^xDz)zՠ͉Ee%ݩf3H7!C%/ɠ'ђ|r$ ba?u5GRkKZ@Xc~qWn<%Oި`~ܢ"|TB;bu5Ih3̈:ئCv` Ɵ%QڏmAcNMQ?7Dj#VCw/O.A9xjs` r"Hs4 .)M6_B h-т 5E\F(]ICs* ChR}7R"*J-nZ 7 "d&O|/3pLT%Q7k/Z;6hT6:~aaTh󍾠1lDuV#q1VgrA;ܰzb11$=ejuQC$I2w%̛j'ᴑRϽJ{aj#ؚ4Lx<e{?nFk֩>aM B "RpD3𥦂m;_)s4>-uE* qz+v:T%'rsYBB TԟJ-KMC_( nf4 \WJ {A  PSCf?>S1 cwӎeOAc-&gv0%y $\kW95XH~Ӝǜ䗦-_"D c/fX?0C;Y٧. }\C $WA7TWckp:%}3W()"N/C  %<5sDm`n!{X+P6U5" $- +XHztJ Q@5U/?BRYE a_krDhnczߪ]nrkOኄ޹NA*qg6_N$Q MPP^j-R1zE쇈z\ba3}e?H(l|SN(Odyٳ% Yy]^{^ӣUdˊڭ?yvY{ 7 :קɻYD0֏vJx~IʧQBqQpɦnuҺLFT]UBjSA0TDůNQ>/{jP3LUW>VmзmM3k*޽l<`UڏangG"P`^Z d/řL[[WTAGl-:7WFrPl>9P{YLD儷ެkQnnxOy<=-p#6ts\u]SÚ 5,AgCѸ7'NI>Z ev@ |ke$y,K0cU~(1Fl+.#yerY;tPBe 8 b1"*R}Ne䷿uR{vMoQ"NH(R|=(!,/)R. Уom @uha;,yWT=_]i?[/uk]'XQ^;!DoL; r@;zz"yTy2-Iȉ7 3p^Ӏ pfZ6`W(0OtE3N2||`I,wK(̂9`@~Jh`9P YG4_N82no1Q;nIP 8ƿjnceJy[i!ffԑ(pT58̵aΘگoz, ήF$\7U2XCQ `sb+9!nm7A0ԜԁfL](Qf6E%c퐚XHGH6,-]WEi Lv˻,܉axmp]gaZo"jcF9/w N*BД_TgprY? ↷ Q\+`k0f؉~0=1 u'LN֛q Ԃx=K[ K" q/#kDc߯.g$8|r8ɲk|} m$l nrFU[ܫQN4;eI|NC_OL< L2Fwqߐhϐ/ ŵhXՇq^i u!~'P1GRlI'Ƃ?ZeN1*ѥ^hOgLU[K굅wp\,;[Sаv}̙ }CgVyUp4q?r(Amh)0bVfyAK P:d٭/#Eѡ>>n =jw~ĘT_0\3a>~p$]%c, 榧ͥjVG4(ʖ2F/ n~'[Ȱ롌eaab=da_J 6Bl02:Ɓ"l+%"xw"}Xv%e8ϐqS߃UC?cڠVM & q} E"*(o |s*>'8c~ԉ*Z# 005: MDsz*o'G7 %n1MFy~s: ^f1^}:iJ6pY6 "dZ,.zOءϟ|ϼ:ąa?n@XW\ٹpMA.F>jN1s,-ÝK6l- ~9= H Į .$8)*;^/^X;2ĄLbAs̕fԄ(ŅTE8GpT8 \I^9AJEʢ1h}S%FGރЪvE4Tiv-z5} zV\Đ{mr0Z#6JQn*#&"<21R8GcNȏ=Ϧ:} ծ|(R:zUʷWܞY^9'}H W9I8(eVpB +`wyP$\ 5k"ͯ*]8[1-vl[VT5 @%N؈ͫ, nґcGkHVMpgEMTiո3dv 4;]yX* aqU#^LK[Vif繲ȉ3-Ts{bry:4yҡj Tny#<4&C!թ6c ?ſ\h˹msa Y/Af]=ǹK}gиk0>ÌP4 JdhѮOGҸI%\%Syx@bbU*S,DξT[]O (>{%H%$_Tম+JOiC%_v {3(ݥr ύLcYƋ5萐 HP+i4jaZDD%w=lIM}*yA!\-nff#rѷ[]HRS(oB~E:IcWH5c SpR5py~  L*T4>}C|iR.Sh .GՎ䱾HDв69hA6tn aYȢl:bƠk#liSEn`$v?A H%a_ͻ)se cHpyF:ǢRWQЕ* ~`LH"(hŸ"$>ېl1$^9 Mu_"#OOrX1bK:IHV80#Hw(nqa"tґ6~켡A"ֶn^Ŧ T_ ,_wuWg{;"| nӉAVCŞV>M+r>7RYơQu|4xH] KcTFyY*ykLSVlسF3P vx?_޸B#f}9DkKC$啾w=| L lVߗ0+Nvcnj]X>$Ev e/falP\?g {> lF&⊦#ZwTxA#Bc.֜?K_"mfcm #k NٝoR)+jL`<ܜKM:UwxϏ[@۝#Upg0s{nn3%M%*M3L k:좚>KV/62{G "Ƙ6E[\$JX~"$p\__ҫ0 Zَ;6kII'Ҭї':l+UKLF{ N_x*J0)!-_f͠+hp[E$ŕoZɔ]Pr H50Y@,Ld{8[%r+0YOgau}KG^]C/2r*7_#暰E\ =dy|52yVҝBO`c3"r9Z=tt'Z.kSnak@q/:["0=׫˜bN>dI}X.  R`/<&뒺EdL[ER,P֐1-%Ćc5oNB"gS覌k9kO|3qD(ofV&JQڥw c!{rc T9!sR"e&1uM]_}DIRAkI]t !WˀQ5? iUՋ[-|]% =" _rl Fd <9&ka35V|q7or6Ncɬ8?V;cQt]oރ|{h/LRX6aSȝZ]95Eh* ׫B?> +$S~x8e4.BR*ma<@ᨬ%dYګZ[Hfr,iT G[JYBUV vWi5eNхP% pɚR[AIic&Xh68O6񫪲"^t.qȣ]SFږM6{Y{%鎔/էHRvDG 'io] HHl923ѐ')FҤ3״#ba84@\ʏ(/S1|@똛9s6f2-1K >/B21sQrW=e)jQ{(LO?O\*n-.ZW ~Cic!kskvjK 0u>s0|_Z:~zt`lŝT^d/-Ĉd4=O0M7rU>=>uKcX:^(ߔ1hð95>=ۑBÑYBk' d cTm>vV%@R 0󇟉T۔ .Mۼ D-k}+ $V?;۩C0K7ie.0ʟ>z:#|wT_;~slN_YRեQBY+?vL=9e[4?=(+%7Yc;_#sxoسp ouBl(ćN wy\_icՉÂc_xGR% ; 8ifC1ȝjllQ+kNʴʥk?iM gqP [0v^? e,qhkF/Y["vF?P-FqWƺ<𬊓MoOejub :Wrxo'߆$ҋE6ȣ8bbt;!'T8rq-M;/ek3$TdbFm+HP]c!OC4Etч? Hz?.7` d` @Kta ~}r|ůyQ~d; Vqp6Sb.sqh u#85b-Yјk=nFW 'Xצ,<\c5.Ÿs6}/ tC mʫ {%bysI^o<~6@KN$J+~Jt×1\3 7Mn6kG5IGXvrp Хp]7ǗuAS<4XzSTkV3Q<7Ƴ u6D q WYOC v;IJfjJpD;q[?,M@H#-1έ85#AFp- ˾(!rE)#KK0h=w(pOp zM~|zI1)xy*ZӗDwh.y=Y{qY ;xfv8H i2%nlu)¥Vl/ۦw Fzd! \Vcsmy@`R0{n1YjOv&cC|JezӰ: vZPS_[ˌǹƥ]M)wnuo$1yz 2_)HxzSiV~?.dh.~\J(b܋R=RQՉudpT>#$bd#堭h~" ED5 LdVDUrQN0 v!.td^GPj*3R'DtYgoUȣ9K"EIVNOo{!݀Hv1HggqҬNgLD%m4Cn:Ύ^rZ~Ș|5u> R0F:21t< xMjBa{#t2͗\# '^Q : C.͆w5zN&Fk`8pbQ0GK/Pv y=EͿ(:ϫ%ޜqé,WOAYv3쨶Ɗ#f, Nm6e;=o&AB9z6t U 潔S-DxkzO 6&Bxw麻0Sot6FpcHĸ rFUff!}n3-O-[YL!_{~7?cVa9W|/o [Kaαo1"`1g~'Kː ]aj0q0m,d~ak!ʒ̇}($Se1K r@ A4@XvuĿi, l΅vEbzt|iJ#3u>D`v a_O\H{E־gkuBjSmZZ ʓwø=2`FfZi(\U<cⅵ΀MٮYnH፛x\>1[@FX֚L'=r>@Uav6DXI}:AJ54sm&7Vh :{E > HC^a%ո֋=12V7@Z[Kta*"j`P]$7g<dSk*4h2\": 8X&$p *:I )1=e$LqQ_4ow gZ4dRnNbi&ԿrWݗG2tօ mERË&;*e1|$NM&t%<v~N&ӌgUYFTL&qȮfo}HAX F,qE|~L~ -Rm̬h p-$Wވ$1^T'Rup*7V1חq | W>}7)۝W=4Xw~~<㯞Z}.&)e k`CWBp"!Wp]݄jy]*DG#*[(4{f`Un"d,X;(B=W^!q߃ 6qV6vA*p =t϶A7`tюݫi0~Q4_t@ń)-wOQh9~({*3QaE2q\ ܱf-Բ)7A2/;_cp3#4XpuK}S'u%9R6~M"H6NvsU 3u Nј8Z`UX Y +-} sTm々L(|LAV fy{&(na d2^&*Vw̟'TMaqnɟG.MB4f?$^ޤU'@]TL k$R2dmܺk?^Q VfwfHѼX'E*BhYA7MFٝ[hY@^<8d].~Ȩ@PGGXjI]%oYʏ zS;b4{v.&냖* d{`P _0_nf8޸(NӯRm%׆֩wc6قdl{_Y Ix!ड़AEEH(OaZSwBd`z"*,SVO$m'uY@AgFe'h5m) Wj8(KCIjͽcbv(q=S9H]ޠ7Lp?oIk1-3.bpJsdP\.j*@RV BaޚQ +w4=s\!CQ׌*T9h0OG#TF;2 \Ci.~Yp%vRH6žG~dGS,sk ;"\7NǑٽ,e 5s̩KQžEi~wŏڞE}zgGY]S8k^[0cEwX:/jٍp\6~̖4 #_x 2ev63 kqs={^o>"lE?8ɤѪ{"O`ZW5khj82.J=.vmQ'-m~=*1bEƂk>j^ފWG+P>G;TZB9uyT|1 8"S'x(1l, =Jn] `21£ɜA6b~ :b S~a(j/ˉ{/_:em~pxNϮaoϝr~*~sNb^䎋di!_@mV֙ ٖ21< 'Uw_ 3~{WS9|)/BaLRi},PrNp[s[G~KX% oX|eֹڅ@g7& d I !F>ʫp+zRGXh$d50S#W=W'( jwN }OD]\yIoH3#">ڇ8:g 4<bZ84g~rn:j^ЈsgTT$S̎8eUwD[='gJ HEzWpn858)20*fptXVȴcv|))!w#P3$c?Uz_i>v@z[l@V}L_^s~aЫ)Q8FF0!B/xb0 N k `:Q1?ᰑ7KW~2X;MaP_ /X˕<_WKEfydC ;dWZ,!~ݳ%+*|e; URA0[v İz˹X#T%Nxц|Vk!4ہz1Ys~Կi^&v( Ϻ¸"q*H_Nh"p By_=Vߠc1+]=@l?V\d(j\q>sjb|Wւx :@!`}"LVNhy7&'HqZQxqCDX)N%?xf]WJr펞maHcm]_qݒKO 1%"3)nzC]=]3|$ ط҉W׎Yȷr%l\Ry?Qɼaai7B4N A}4z1&`ly57M(Rr^ af L֐9{0#4n txUfݞ=08Xb-,{ӤPQu} rFg<>sHR C [}jgZRg*U,d~~ĞVx ]Hty0P氲8=v-x>U2v/s=.q]u!xAz|"8>2mmlM0%̖hGwSUjr'W [S+VQaHfvQOQdy{R!~?_d{G+[[Lb =ra,`=%A8nM˃f+x`rs?% ͸7^"-?#H-gӓF9 KmݸzzePkǚ?R`R11?zii!ɀ[չݡB-Շ#CjK3NCIj!?$UjT:HjvI >ZMw,^ ?\^Ӄx)0D=j&WSQ^R_NuE2!׸]L@;ݪ*~<"e R0ew[hKIKBDžs+#ڴTgd3RJӹ(!{Sp1"z WGCdDNjG=ZL2bNJdP7VkU.DopMꎏro+fAj3M$2@ttDA eμܞ`(GI6 S&lF8{hk Yo/^yp/bq۷5MDG}ѸL]"]Rm/ &)uKVMx5BdX) !!Ӊ!"㦄 )6۟ԓ0P|Nhq؁,B ޝH̢[qpC3 yˤG>A@Iޡ,u&PgqOn,kbb?e!gYĢJ#PIueZO0xo){aOȆyj&V *+c!>(y_&dj~\J%{\y680\+wORn,Ys͚(Ȣi  3btЛpdB4D~9:VާiwRd:>1^J91lcWuO'fX{\2z=ڥ6ͩs2 8o`~`YD>!lL%Jѕ.18st MfX25:%'5*!9P&rWrZ;b{`wlLa)tG{ŖD ; ޗyqI\1rQQ`i!I3cҒ'pAɒdjiW /mY͕hU \*_rGP٤>_…~Icz!%K,m> 6}@otӎs3skY!#V:ha3*庠{q#jR !wccbEWS_5$Z)gܿv sB̴U9󏮣7i4,T+'^1Az9>]TDrҀ1Z 핳7uINL]킭xAp tk$:]1@Q^XYD:CΞe'0n`pճD\RQHL9K܏4y>PGvko51{*& Hgk6ΌBK\$܏pA˼,!|]VeKM Q8:UϗT /cXfm'L/xfW}zA~ӫS\o$^XJFJ0'7QYc@@&$) A8Uohv4y r@sn"Ľf8Wʓ-}yd,DEܮx4t+F&5Gt>6#'p${q=3u"t|*-n/:fd|v xhsl=Jnc3;}+4<'>&-+M9i 'ˇؐj :vn.L*G6 m+E2k|r ]&cɡo;=$z)?|*3w]_7ڧuI'ʉtaF dI=ڴdXKQAӌq>QtWJqu$aTnt*c) H5J!c'5~w;!p@ȴs}qnmLPR3Ocת&Mܸ)xAEu8s3f#q>pkkr[LYAU'x X's~hx)#3=; M[Msכ<ʛqR)dyUqfph 8Eso(f!5rZx ?ozvi*b¯s4_wu~0( (eM ;VkTK{q ʔ[2_!Yv"[D,i͗wL#c b.['P'hi6(݌z.nkJ:f`I jʡPq`֣^W-I{g`66m>Cpw/Dl|1kQpfJy,9Rg.aS +RtMB-[rX>+u DY[)hh%LRcdQ:1(!dݯ04'¡U"OC۫mdDL~z)a,/کɑȽ@_9(Ε/@`5|nIh }&Rf5Mb(tfR(QzSSh3]-nN:=]Mshz eZق7OW̔6 [ar,U"}~#}&NjO-EiZS#-Y}?"cӚ X`b _'_KH$ .8nMr`N|E#˾Cݓoͮ0iTPN.Z,a݋q%:l9Y_Z 骖BEKZy;崬B"j/,U:} YJn@ށW4T~:?59[=lMOTŽw' W$Ysyeҏ|^pZiy+` ֗;Q,C6M$(ǩ4ei(&iĒ7qc&T"uo(k7+n)B)pFjs[mzt~\pI.ҵ@ʰľJ^\{e*ʦhW K%d 4̺ ]78CלtZ0ꗯNYCԎ+w%N7%Ի@s@ˤvq(ț#żtJuҙLHRҝ-q1U2s+W>b\;%bT-`po r0t\SM ~5Tõe4}=XO :ޒ֥|+K:`h'l)pu-.t#ʒAY4`-9HRɭW Έ3 >/v ~PBw{HbDN͋#>&%L6ܺ .Zf?ƍTZ6bI{Atjj@i߸Bq٨ tv>[E0LC5v-3Uoo϶![q3߀$o5b_EW<.~̑zڠ-4Wx֣&:vg[~;YHp;Uk{rt4ӝ\դ)6aЗuNkMfKłi^Awf!Cﶧ#K]Õ G&}}ػ[$Wl"IhOt "V6ɷNy+a0r,UhlD4Dos@Kʷbg=vsB_+~Zq/bb,j ޟoG›xTLjكta:8«пE&?d~"7!#*qȏ,^} Ǎd0ѳa ڞr6w d?[UM>bS[mj8 *XMDObei [+#JxfbͲ~_З붲&s*gBH< Pzx¯*M{Oy`eCϕ{#W4-Λ/%a0 ['dMH :T p~m@RG f_Ӂiu *~YBh{m"HB~e87i Q~?h 0{C뗑TP2͈LH30hia;yy {㴏iQ[scF'Iu"0O!7A8ggF5ڸp#+*LTuv[ ~8ByU(Ot@Fv7.b!eTnJtJ2VAw/m$*mA:tJI}Ţ/8m~ 9()Wˍ~HJV?0M]RceTأ!pffx-K7by@{ cIm=nS) ZE!4bWwI"Z>0`kA7~@/&^c>49 =0֣#>l5)`[Q[*q'y)'>h<~B#:_ށ 6h8?phD4 (u 3ơHvAb2/KvQ;W<%+&"Pů SAOV“Hj=OzM".Y\qCR{WZRqW]urm]nj]N\bSǻ"m}LLRfP(!R_bهF{!fnZKRqOo{[읡ϧ(0U1p bEu%.SآC;2b+u*ԣWMcV-≘,mX'3ѡGXzuiY٪RF}Bޒbu |n^~bPbH@Lem94WXl/UĦpqc|Ս9ѼR,aI5J?DSl;gD8rt,&;HR& +ב&bWfu01'˂ՉFzC,RC|N-68q*r ikk z:fugb5%w٥ۍցva?̧]MpwnKlDgpdXA3v IƩkqwi*EF-E<L4@ 7N)X (M tEҞVpϏ׳93h*-렂ϴ Yuhԣ=bRW E~~f>Y^lòI+SpS䚒m1 Rʹ&L 9od+Bv2̝c.E1xt iR~{mH/u(kWF^!\̈́nM 3{R6Sǒ{|3T`ҸBDZXZmP(>2&{nZr{ ,xdBYQG#66bEP0@rTD4kaύ@9;HGp'|LڝmR\Gz'0~r*7~Ć|>2A^= p$'p&\)Gpli> v]7j9xV;[_ZhhnЎ 68Aip Q w(KCٝ!% 849BrxJ&T@g t5p$\t>d7ddʜW)a9l^9k6Ⱥ+0~dAܘI6+ (S4%L'Kӵ޾?b)Ģm=%X{΢.Gu)6DYVq;0k,\i;y'=nknC94fJ2JEA-$snV =a*a7 _^r sؼ,Yۮkǩ÷{t q/kkwE%sή4ՖH]˞@(, '}9L Us2+`8vSu*Vxj%scb"^+_E$z,"pfO:sI`Gy!;i[DP;fs;SD^bvޘnPVbH1Vze@l6iFy̞ IEuVw' 8V)f>kX[5nT dc99Tns?8ۼ t k>&Fj6ushla#'9gXJ5#78 p%^&ctT-^PU: {JF3ՆvhF>'ZEaCKDROWs7<- f __iDct%?>/>) GۜQj,QS @V9|1-"!R%/˔"\d& IȇM=%9+Uo*1 vyxJ呉9QHրbx="Z^Ypeq&z<]=`F]~wo:.NY |MVʩhJUvsAH,~ Vx쮒!6Ѿ$!8Ȱe}}Q0@ \ ^)U#nj##Źj<^0ϛ;j*xeTs;CI [_P;eĚ6/M旡zռ֚ͮUYPCA/i^J=cY )+z0p߂26;2soeWFv}̗?>oTq-=}{jV6@ bGd4F⿜}Y/_!k;$IVQXW/=CG9*B쭔V^H2; ûJU7UaQ2 l<+,hS,]_/[ 8a\498|cr{Mqyqف8`{+rL*|V!%u:6t4GVMSֿW}m}Q,Q d,m|}SsDp>,`.O2(/sVi~i{PnoՆ-5`/}h J8\2~e;<&zp4Y9b[d .p*yL~yv_KY.fX댕} $,l^[Dt`R9^RkkV/fCHY瞾 &ݎ e=@GA4}|* NPP$1M \M۵׏F]z ٶѤtIE^57TVh.I.r_H&Pݫ% ߐKA-̪X-msG#"Ί&pRON+ʿQ4F!cH̿D!~+?O]gOA~m;-™2W{#(nH^#g 67 l-9y fRyDpMew v f4(/jmnpoαyz+ps3GN0HҮ]Hrv 7lotnz(B; jV?z\VhfӅ5sL!@UnI#5TcLWQn B3F7.ĈӲ¿)} plV~H61M, dtQBPoLHSeH ̇LW'>zm[f;p=O>&`iFNѺV+G컽1#Z:Qx|KBa3D%[4Ȧ(ޓ rk"3=j?ȥGZc5dQԙLR ҪzxB1 W:3%D̃~f(gH#ఀljšw>s]n{44#V 0-7y167@4CAۣ˥SD9qSTѶ)jel-\ )DN.gI\R/{.Y| 6vHX >Jj"nme쉬YIC :>DJlw ̳Z=4k[NO&$SMi6_AL2KW݋ɜz&qu1U; Ԉ];n{n޸!ٞMj1?:(ߔ2a$'eV3bW$qM\>ĴW֌36& >}]!hWnY.Y\v4U^6x/ J"IqN'$kA\Ҡ}KAgB"4U 2;HacV o ,"{s=?o ;ªTJIw:0DeC-Fa)P1׳=xD,|B'o #nI(<@ީxPmr֙&:Lsfז)'XZV Jg2J9E*[\nga V_իldސM94rδ6H6ƠIFdήw7@遆h.W]G@̮hnisx}b8V6a;֢'ᰇZ=X(ZL.ID*QN{(`Ʒ"m3ٰ/tLEfįcP8؀UX)Ji^Qܯ4vmy xv~ 0夛N}334{VAv\7P^ɖXCi4wd*dwebWTKZQUNv,\ݦՠ2w (kZF x?;EXpb$Is$؎Kog4qoFY SUC;:xޛ`ğS? X7t,cj":nH'Q| D}\lzG. w&S35rѱGWE$NW!4go>`5 N )YǕ1"usoJpl|e a3*R3,yH9$zNy*hg:qB }tgj`k31ͅ(R` KIM@RmT+OU_I0M{7ibn=--6Φs[Π#wЗՈQCv!ŸI/.4rg~(=y8O_j4c32U9Cr̾(t 5rlߗ *3m`Jcmp<'Z˿0洴$м¡A,d3} v>ǽ3ĭ?.Ţg)gSYߠXH i2OG]kӏ'Db%"Ww?k\"W;!X`[xݭd#?tnID6g|gj7@ S ^@,%5kW;C@'&E3XĜrd,U,}Q$AŰ@N>P A–[)حClOyR :Ic ӎ)8HVevD.8Є-VpSPJ4H x\&ȌJ&!J>K Yl呍-(^hk'Gr&)7Bsq$Kr(t[5ԶH CvUyh.PU#iIeм>ǚ3@@&<ǐv!Mj>fIGA"c YmsuguvH ̂DlH'Jn>BT׻Щ/0ojl$O$>8ܣlџ2x.g؛͡2|>- {q~<%[Y8u> 2&v47_ ~;roSCS&J[%FZrBuyRL51i8蒢/Ѱ7CiƜn ;!]F]I3îb%L7镀~y5XMJ4Ej/WN MUw Xa;G4 &HS="Xs=ڃvWN[hHճC=?~Þɴ4o Y_s|g!|9r@|t+c47uPbK3rcz)OqTLb†<0+fũN;mνl8w’1(w%z ʊ'np'OVt^P~s S1QM=^bXn=\ObibIEdЕ$E w\xKA[.(3*>G,muTnI-!n4/mlwddoBWa&zxA=;ͅZ"фȴ+5sn( U*/.I'NӞrd2WK =Ye@6C1R,3~_Fts:v,NY$hzֳRBX׈dP%`Q xNYUn ,sי %_-J9p>eECMsL_Q[VtNwƎ!t[笠ؤes} /S)Z|j?F c{-]Χ^=h`X(xR9HLqV0ci6Hޠ80F?"}YiYi0R  Us).B.cj:Vlt:!Io{{ye= ULB|!EUzd:~lyvJz? p@eLT aBg0tRq&jPk, U0.hvcPo8nZa=T¯I'B}-wT!n=e(f ]ިMU s~st(Sc1G 遍s)OTe##K$~[񫖛C,MxFI޼@!WSt0xbB gLP*?&hx$7فӴye@71%_Xĥ>~-"Fd!@##MYZkF$*µWVkKWD;].ubrs̶+z;kcօjbP|Ш念VŸ.d3)E>bN2BEO$D |1Vym:oR#oԄc8e[+ӓxgj ؍q')x<8 CA#_DuĪ*P1K D伣Z4[ș6 8_\fG)>?X2xί $0>h|4ƾ5 um5F\r~ $5%?!t3p}e9Jx!$>T{FE;8=]5R)M:G."*M(q\ x]%+ͲeƿBTHggJđ?RȲ*IIXU-N1tHJg/ < J&[K/QδQ\MЉ? RvmuˋLIXA'op mwʰ!qg3H;@Dq?el֮:4x!ww$6D?.x-v]ԑWTcB  Sp ~7KBN"SIz~ _q @0&r(k/"PT7>O!u"9mron8Hϑ;٨ cPAc'&M둏0ShN^J@H+߶x@BHY[!0 /Qwq S9E*Q4Bs + #*:8_餳KwڡV"ΏTvbX$#-]x :X]*88mI #/^P1`am*&X;9<#81'gLHZU%L3Ӱ5:%DOuK#}-΢1 eIA\W,gd&)2]r5<[jMra0seoCCb^6R,f#blyܡ/\&i*[$i*-Y6 d·g3] |cUT`Rc= 6('+4+b\9XU 3wrGB`egъ BXK ̫:%Q}֩B;[2הNjR^eTnޗ&x|}5݋ǜ5# R"ӰXHn?Gq|PSS~."5>. LbFF Wwzc4UXTɛgYc+6xeMO*ѯ#bX>.T^lox6ra,dVs=G0 5 #ۿD,ŗ e#'KHg&V >DQ]qh\D (’ cxQZXr+&8޾D5M"d֊b*uK&G78L#Tc{! S0,TOH,-1q!겕M(ӫ[pTکo:S&tyNIF2n1XG]xe"G<(Nwټ4˺JUs3嶇ߖݕQRHL#\Sm+b}1g|^0D(}wЄ+Har7ˆZйuMb5 q _" +; {W:|9qXeTxmi?sZQ)*Cc5 $T:Ǣymk$A4?a1A˜|~vKĘIYTG I$VΦp{t{iӐ1:un$ ?\AcI Bv~B' ,BMcS2hWFQ)ۚ 8H|갓Ip *&|DÄ[&F-Ŋq\Au\ָ<,JlRDQ>TSLf"YTN)hT{q&p/~nI'/ |Z ߩdRu,oZb4rdЉMd 11ak L,oD&ᨰaşuTNM4AR9v8_d3dܾ m/RV Y{\߹c%jm:~=.lݨ'M= 1S[<=|P\ech7msC m o~_bjU+' ~K̑`mR'QI;ԗwfhM)`LYN #v B'Y ׽_i+A5B]gX:'t]ӡ RߣaS-mf_)SoҴ t<(~u ,bz$SnˤqO=w2"**`2]:_mrS["+){/W+’ˢ΁灿h]Rw' uY~ 0hvֿ>}lˎg{\ YudqPy-U#U'[_;8qng39)\V xahPlm&N<&F=/uMgA>!MaxjjE[cD2SZ4X?^hl73 P?YuĀ^JeblXw8U]cSou&&RqtNouPO%Rɿ8)ԥXrpJGF !$^d?_e^ElQw sщ6l畺vaב!Ijb38v<5v K@VщPtve>*B@(vB(D[`]?n$zC` 7 / r>; qBtJpZE+0|7g)V sgwQz0%E{GZ 帼*_V4šOMP<6It\ł|y6HZi |UIvaHn1 hS%5;#mTO| 1xtF]qX}j(-7ً|"M Ф."nn 1pa?t3v.`' @xHX= u)ڟT ﵠ'0T9*P pT@V"c}? =v!)1j};yU"bec6Ci'F2~5kjڕ%a?0 9YߵC12T-Op/.!IfM;ݵEQ|@79 ;[A !t^۪\ЙxtW+&Ʊ #ct6mux%&"ӏ轢Z1oCR4zץTDCo~H;?ycsp]kLSt[vJ xt?0I>6m`fXns2dO;'~Py53ɡMNz^\r: *qoӼ4DFu"ɶAOXPuBU^;@.yB]Fݞ.`9#Z8b~md-w^j)e ƛ9iNݎW6_ĥhZnkxΩ@nW>j~\Ea%DovuuRΩ MK0= dMȚ[w;2SZCTTѮ2pԄ*VsH--Y`TRkshN< B [=ZlUQD,iBhl{[$( \.Uz\d@åcuB DvEn>N;+ASXubgs'#FS jjTLAQC':ža؊L͊d) A#:vԋ$ aS@}2&<3Qe^5RaJH7pu8~"e5|ghb uv30Ƥyt#JKhYE@i-97oR!6# qu}MWdBIԮm&%8U/js8> ,kb⟉,:kO2K}w2~~m;Yeh` ,֬6Q#¿< ST2T)>Z'΢= x?Sl1 '?el -U WկƖ;>V dvox2ϐ?kJk-*wzM26;@ytXa4޷+Au{uF VqBC$7Jh N9/[Hqog@ (K:@VzʹoqpQ[L$iqh) dO(fE堰}cM)ѭ3f>C#.< ~H_'ap/{;s >ܙM񣂨 RۃDYdE p%۶(ÃSG´Ow*uލ,?^9F$08o9 }.@u| `ﳷo:l;>^kw|fA#'_o@J @8lQV9O#=n|$'M9C1AT=vBlh`_եgǧ>\;uIəgo 0&!;ڲ=arZUMP374Rܢ&%r2pىÈMep}k Ae>uũGsѝb[EwAHez; WExpGX!}E]CMϜ&WJ:g D\!P8CYr S{)Ԣ努(nQow6~zQ좕ܻ^ki!A&2A$<HqɆC*2_o]73P`XzVaH~́ȩna8&8STiюm/Nfk 37 ߯ 8Qv_:TAʰq%~n]ŷxb`7O ]Oy I/қsUBsWb9?=6Ժ7o]mU+$<ְm)Z$Al*ݜ/P[QSxabr 5D" tEź?uhRJC LjR_lxeca7Ȉ>^dɠ^LqH9:PMv 1-E\7oJ,)կ-LYGjֽqk.HMh8 6A/ROHlZw> D`G R=F29g aG8םFg3֌Dօ~~ۭQБ0k- ;ܒ']M0B'-`s aM9 Z&X5!޸h`%Rjv;n%c3~0#*ӗ`ыcB$ 2ۣdqp'Y8#ugm,@lMf\}})g"}5)RzkTy˴ Q yAï,:%oa#l++wBUid2ht6Oԗ$mJ{]w]kO:Yg'h#rQ#wWئz,-k,&h6eE` 2 VN JY])I}Ha<kPx>hY(C < %9g|R%1)%/IsZ9s;S2pa7_9uOBSewnqH4N{xTTC:RT5*ף;ȏkJP Bf}wk<{CL.P j|)Y>E!P*͉JzZ,bOFj8g_}bR~69) b5̩y)?ͭ|HUn-])JDPB\Pԅ96k*(P]U̸ݩJn>ɦ:IL" 24,BCE}j#3.k^LE{4sHAQy 'EI,Q!,U_ b Jyz  bH/b?,uf̊n^s)@ ݳ]b]sU#?3]~̨ 5@n_66Ek_o?dBV]+ؘy|XBT×U%=+?}A˗1^y 5{r ǁN$6sN@C^ov s6н{Q`DO5E}f1;*smP/0eW/QƄF@]TGK[G[=IШP𸪋UfihKHG EZ% OKQ>&\1zNWps4FbnC{2GՂE*EUTM 'C.dz7nIZSׯ:sok~ Xhe6 /zjAZ(?c.)wS9hkE|URe(s-K&v;.U7i#s|j?o#K%Yk/WCo څ&?tCl0Ȏ0ShA#P絵pڋ7qbu3!:FܿG>E!`J cF#ˣ ƦxA;>l^ۥ8獊"u晷 [&G@BZTizq1YЙ|^RgUEֹ%HczcJ7<˧CdD"CNVQ?mO?bNUMx!*c_Kכ9XS :ЧYP=!Y!vg י\ L {Dm+HY %A&e|ĴXaS{C65p`5ΧM_=%x8ڠ^ )rb2Y Ӳ@szsVJ*S\Bك >j|!tK:X\ӥeV)&/òu{zO xŸ#):ۃvWӇlUwzߖp{\v}Kgz;/_TQXYFILIrҞ }l49F8%>l'Pyph_;Lզ߹_0zZef9 _EbkP)4* |!%qXJ}GN3t/i/Ejx P=L*aYPli41\ N~~ LJġSGlFVԯ3I+a$5g߫ |Nш_9=p}F&OJy(Jh.ϩ YkV80!|1'Ѹg-=Ru,^9(=r ?EA?x *!hBRgG9):pI6@:@Ӌ7L"=+kQ`1_csqAG:a ~xL8|B2j@WOˌ G &=&{$fLY&< 9z{~r6&zU8ǣj2s&26ΐ h˚z^FL/i)ؕR|Hmwm& SZk5"س'Ake/s,|Zt?I:)ڌ0&~4 CӌopҭBd `D5bP+6ۧ!:3۴h4s:GJ|Co4ڬן{00]9i z"х+ZblK$:CtC1d ssc9xfQftw vxC,+5?c)ֽB:d$7RD`j9Y.1m_͋THDjԄ Cb~}`E6 e,|";meT i$nt>:|NWVhNWNYUX"4嘉 ^9d+\̿l\hXbW2wM K]\&j)pv1p.>X.HHέ]w=r:+c'Jpׂ Z'@zo@Ѵ nѥ. Sj*3G /JJGЁX tC%Ap7F&f@@1>׸%m& oƱNY.d e` h7,GI[RhE%ԫɯ9(=pQi {X\,7nj+%S# bs=/CLJŀz]kESB{-Oazf3s'sRkqF@o0;j.yuM-!CTPʫLLFl =6혂\bBx}]`#I FaTc/}g@ń;M/ٰ@dw!<@ֱmY2(χpj6YNXl}R^ӣxZmR7RQ=*RL:ߴhpVu?Nie;>J&qZ/ʦ&X'EFҌz.b-ߴ9\~ H|Z$:h)[('$湗[j3X]"~ڀS3D@ R,ٳlyzDN#Vb4P`aĚc?iD>΃2!>Oiiv1ZB0ijA<#aYg!2$ L ,i>TUu\'GΓ3xS86v]ŦT GK-wG1.;|R%ن1m_M*Hnj#u.ǣら\ .,Z~SPNڿ}ʘ[3p%ޟ*8ZY:<u f1'u7Ct9y.Gi\$AxGSg]=.Ӎ~<]i#ƹi cHi)Zb2ض?0OF8*Y dO$E}EdaF,O'*S$ڮ _8p>7`tq$Ѽx/5Wܞ =s[]e=<6Ivܰ)d!+ `nx:TY ɒxa^uGf(A:-'xlsǔa04SCM%*=#c[YeaetN&ю])i;|j@XnpkYsi<`aL+ ae-ĒRQiSt'Rl6H oB4uG1 r"4w^k|Ѓ֨d"mlD nKzJ5B/ t.WDGI ѷѧ(5~6E%f&4 &{;ce Xokԯ۝1p*M _[,+"Ɗ&]\㕃B?4; 5=8ۤ9:2NN$о@)4eE}M! 1້*q8 Sry9^@Q?cp{9l܏/~TN7 ܳ㕷iP%K_.\Y8c[3AEӤ0, & ?LuH!EW~bߚ4jnI6oG} =XbRE7W}qg:w?]rӥ Y/%YE䚢71v'M[ ^}!9Rj:R Lgg #HMUeţDa3/[jdƚm)!$Ӓ1ƶMmCP0wjЅ(p䪌`dY\C1 15!ّ(.`}=[YZPhUFava(ZwO`7 w$g wIPAu*T:g4˗g 6σ6f|EAͦrV5Pl'N{GP:k#V7ٷ<^iy2{np)x%|ۘZ1b6MfnLh9E[&\7 ]oݯVGË=Xd4U6a WF;Uo\: ꨝ; {3hsh>1IScv:ڋS^ˀ' [DK_G!rP^&U8oM:"l~` Y@C^psbе?s G|В" $ɮթ1&ɳAiE}BӰ\.҅ U蔓@ٯI :#/OAˬ+Ab xwf˕sz|b 6H<~ sWl&ȝÎPi@$*ީْ ܸ_P&,[UzgP&TKԢ .`/q Ȏ]Wo*Wc<릓 ?>ŒbM !n)B&WFoN'5e]].U{3Ҙ[K$ȖzH%VWZQ{ `OxuV2evmYwr/0Y9NjnǖbzUh%C =`ݕ-P>q Cl:5yNߛ9}:T׾kkΝ.`<ôιadDmuj"erxp)L̨wxz%fC[?c)@~TXJ"vT #AK;, 4d2zo(e>nN1zv7s3e 2˕ 7ϒݎӫL` &v,*Av H@2C8Աkw˾3Ɗ$!&EvI]"O'Vv0e]k#Q3i>L)|t5S6ud@)ʗO`$`ik6Z\93 =)>C{|!umfQ96"?&L'ỊuG>ݣ |$S"I4%;2lbJRf_\"xvY<0~rFb Dw-hO( ="B|6=S-G),g X {AUR' m=|M༙+̡^^> wP Џ7soeTss"RЏ0JSO֝GmoKBZa&d\WF:;'@S#ۣ{d* :%90[Ka)e0խHWo\,B} /}8y)BF{8*mXD ~Kq7`t#6ʦ47SFQC;in9~kS Geuonw1eOh|].f$ly$bJoΖhjҟ3ٶ_ d~(;lz6D]ۓPw#0nA%u)Ct]ïZhMl>cۥ'pTW?ql?.Q~ Y]# + pnWiq"`o4wY2qcoa!;s۶ᑸ7[S #ԝ&\$on<_Y CQ/-_N~3,ǒ( І?GDSzݕDBOy5>&b̆(%/T=8I$7``cQ-u>&Mڱ:_Pv11)dIIxØ%u=4iVM$TTK[vOyrxWpv O]5':QH0Xe{+2L>8bCF^G^L7anq@'*mU]?PT? Q{b ֻo?r}Sڋe}_-g F5A / :;Ek2~Vfc3 .~a3 qCﺨU+:4~j)zUk^ C۫ШG٫/!1Ɯ[}e)nQS'Eu>p.#rQ=7ZHlF3ĒB|&a8i7ߴ:*Q8<,.‰Ti~mMUB`6Kѡ]@5DZK}Ѳ Z\ ط՝R,5E.Qo%VVv4T!MՄ3Uԧ}w+'s^92xB#ZZ{(_"h$ f{RvLmXepI>6]MY 4^h3@W{Uq 3ü?MNG8܎5J_obnPjkIS P'!?ձ%F9έR:A2'VG~R4dhnUz9HkAl2v9"vE8?g2k._﷝;J=bݖ݊hʱw),kF]{ymE|}(+3BJ dW2{fXsbAgp5FGu364%.Q2sMYW()d /Ł,PY[ kY4Ʌ:>薜RXnFd汥rdqhw(} ^Te,&D{.Scv}y I>%![tI=a I4~y@tcW:Q"$:@H rDzj F57u@P'd!GPnԧ IC|xW3>4縞v+6P+SYivcV1̟@3Ya^nhUn{y&D?:0@!Xʓ*+<0uLhxxm"#?L`1IJwE6Lv5Mȑ {nt:;pA;oM-y`ۚ䮞F#}c]CXvW_pX}Ü_p?DiuRly#Aw8MHN~\ONÞAR:Uit˽S 8k^4 l # ڲ"",aX!TX7'_gߋH8;e߫깯5ECL A(oP]巔g YK^[;3iN4ܗˉ@.|$^:۲/tȞ S~iU0T_`J˴nU^V] K%9@-X7{bL.DHx1B/GcIE;)[%oEVH7m'ևw' n6;>@3YK"P"H_Hn+HM#h=PJ u A" )|\*99~JU>_ ϖ~Ī?5f {~z701(׎-X48ߣΓtz $쌍)6"]DTOMhڻWM- 6i%)Jin`]MRŻ·N-6/əKjfB5#aocGPBR.:#)XWo句X)n`=|.b.W t"VZUhE՛BJ/ݖDMۙ`B qVmuݍɖӵ:mC0Tυ|0iDFu?cJ" B;NEav7 o"s2#sX(j>iNUJ-{M/ZM6@4_m3 t 2nrbrm:.gH2r p0$݇uښ67i{s+pMv[jQ*m(=X$dUp< =;$ vWd<^ T?TgVU܅ډ1nL&W4Zllޙ/pG=i{$=1`uŒlT:9PItg)UbNǯ6}G`y ȼʞggp(||^y7("0r '-n9c^0УL؄;;TFcY8Co4k}8h6b`" m#,WK̬/(1>/2 ş-> Iw4WQdAl[bd/4{8Mpv^.64E08;݌wh!JXK'QmC➃ *IG '>aQHɢ6WoX4%I0Df]Xt+9bQtbvWXxPH AP>v0:Z&HwnqۉŐw2a!Ǵ>S<hɜ}{zaa.JQ,j eM`< S]͸7Piic/~`Mfy#'\|%XgAVMǍT#9hSNUDX(&F;조 K2OHlj(ȒMLw(uS;\kM Drˎ4K]dq3d*J@)R7ej|B􁸻.kX|PO`pT2Bq1X☯ 4'Rjb}"Aw3/ Y.{l\[Վ}*g!~_WfogjVG2;n W? "<_`{2/Y|8 ;I=Ɯ9 'Qm&S't&HBqk>S> ~oguWz-֋+ ֠mޯRY'Bނ(L_:ꯩs;O 跪+砠{(Oo\ӧuɵ rؠ<;-+^µѹmBz0-zugT)_\~ڒZ.;@Nu-;p/hG̍'I*Q Z]9;R; {o'eڕ-t[ SPziene7&2kp['GI{HW s/E4XȖ0t@]rk 0%.fÎ-/Tj2,ja x= ܨ|S|#`QevȺD=!25)HʝDo7Sc\=Yoj\E!|| (D"L,ݡ =PFuU(6s^NÇm$NcGCxobpj%Wgjz d W9yWgN*LGSBoTҥynZJyTzc)}LFg! CO[,*]Kv1FjTx)Wf9R<]m8ut'`W@'؉!2sW]M܄ ~ZW|%l&! {Iѷ6ؕo+j5LH*66/,6*N ɿ,1⇈Z6=}>1G5b-+Uۡڐ͇gɎjkn43_찧|5-bV[> lܨH ִQ|8$3CA|HK)TݯÔ(۩lna ox:`5),5LGAHbeR&'e"؎Ӧ[BҤׁQ%jZD3]:%k0;>A9 }ck.S;(I:[ .t l}@Wia5ټqp=h뤤'oe˝얮?gJ="C9$Ŭ9b}賮pRyc{|72fR%nCmyO qS:A+7< 1{,,`P)sLxP(;Gʪ wOO%?m,i#=g-ݳM_t:wD}˪"V+*`%G&^/E+ץ|DA1h0D! nsڱ:tP_ok8MJ_C=e O$bzfLfEZb"WAQySC͹~ \28>x;7,`F{Q!ޞTI+@P¯:3Į/LOƏ jDfز5 %7dpnD_bLj¿ta#l__, ,y8(f &xfh@qQMeKq4bH}lVhN8ͭ6GNm0Q;ȺM|M yWy.(*2dY.)(nuln>|$C2qkfM64] qk@"X=*/v#(zL kcbR2 t[D{SL ojt5zm6P"b=Fcw2e c?25]@.y5AIO֍D]4(wy:q]ns>n>/쵯ގ}P( EaLai?K1jͼ\8>8&/D{8M, s:|W89 2z.gj&# UvKkw'66ZMm0ny'S/(l֔h ?`#MSWsLfdiCPsG6Fc9ff/rƍJE ƺ9\ >+iaOTZRۈ-׿R溠pJD$|ETzIE.oxe۞؜459XˀQ_]+I\2Gg<ӎyi[9 ,Ơ*9ݗx wCFV>xt 4 ngS6s_:| h䫾cD7';8o QILqI<@rA*cT"~d7P^sjؐ2/NACxsqZ <ǵپi?I\6n7 X(:ikf+#K=aIXkF,-Bz HZ V `sr<ǨjvɫV_^ob۩ 18E2n5~i9dաHVw^ǛݽRa3g-rƩwLH<8;c6F0$9 2ȹi/(мR# 1̤LeĐp[xU>%"<#☩7p3!,'I!NF6eǪ_DTq. z{XvZ/ctGopW x3dgoESgt>)OAѳ~˅T;%sKXwNDQo;8bQZ/&ظjVnsmlܞk<. Cn6`xՏZmC^T.`o~9ƒ J ymZEN+=O6o.J#t .t=2stԢ_QC3=nr@#Rݯ}eF <<#8n 3MK~V-DaoxSZV.ťfSQKԉ_ L[I]|> =:ig%{ k0$mNRjUV8}!.ܕ@2h[x_R6g .^a$%D?`f ,h+C 桬ښ9i8H'e16hdSfyMQxF˳6v2oK.FFk H>kqJNAs l$)oV$B^^P"aSĻRlYV* D5^4aN@o*0+| !Dh$3l:%lej:?Ol5qHl.7 ގfX uپ)G#J$m3SyFCBct4ZWttr5f4Z8{ ʠ.gEzL%M5jy> db{ͳE!ܲ^Yz_!>#40\Т Qh>%hs´p,5_׭=Lx^ -T[Sl䷢͇DŽe^'`;U1iSNuTqU^8F`{ќ`ĊUQAJ ^w5r0d*%[c Ƿ30L_F]9Wb#%ĉhF띜. 60lSK#AXY.9@0 Z1^-D#Vg%񏊲$OH($An_Ϳqut߼/? t?rOFU~Eʧ\dw$jߍ&kDNE@7?tJI ǽh.me(BXiQ4#ZaHlҀؒO! ; Ww}pRVA7nhV(*l=\1X!A@Q]_߂xcm5 ?| Rv;%CT0?PG3q?.cS_uM+y1:|&6!@wTe0n.;9H-"03A|O3L4t'X('L7.*WupՅZIeiCX79ymS_Ae1/x6w7fꪑw>FC;ֿ?1BIRGoc,XfS ]Bd`w2ˠ|Ah{ 8.x\?B~uCH]XgxYz$fj5jPt\ze/r}UJ &Lۋ׶'O}V#ӻP){ #o^ 'BvEiӲag 7o%2)p ~c# VU7R?18Dm~*^\4}\v+(:jW٬,Ұ:j-kb%?^_7H*~TtFA빂N!'%ofleDk w?Wz=E>ppz#כړfu'x0i947}}-;'գ]fW%>]>r3[TRLu{o49jUWhAI 1*`N 7(* xƘ u<\)j! (6\Ԁ FGο)y}~hꓦH7;3?JH^N-ql}jkxHdq,]J!_8#SP5`w_=Aw#9}Ca cZ'lݨ3a\goxxv%@Mr*/+o>bs)rS~vOA 0Y uf*^x~P.&_[붨B ? j.lMݘڗ ¢~J*(J4>~`9YcH<6!0w?FL[ƍŖopջZ>b,&ح.pP zEֻPJ S˅WnD*69<Mj\2*.ǎ&Xz,%[[V[g5?n% ف-\Sn0#8B`N:KfCƸ5h2hO RL8Ψy7DXfJ!!n/VۡcL3iMpմiH:Z\QszI^g`xa>85l}P&d9O=lnǘ!%~T#.'kYtH-!$c 8/ #pRl~~t"%-ik"X֬ V)U47#\m2zmj@٤o?Ʊfq.UN <\BUn|q_?`ƣ#OZG2ǠUWBYGv3%MK'=5(2I LDY)aNK]>tBuG&Кr)G&[@~OIq$D ZlMPhgW3(A=>_Csn)i |rbi-5hk÷W,"xљ`5ެojhl'(V7+(c@Q!Dֹ: o|\^ RTa')\1dm-$f}̈l[{|{1M8-42'VPC(q Ti_]+XBYhݦ6T|]& h>?5T 8̱L)*P-H>o_J D# UjTn ̋]?aBNɂ8l\gf?FI’;+T )VK7vNa~i;^7KW(z.öeN^[u?ڵ2LgPL|$k#FTӔ}j))WMU)D*h뼡RQ5v K %Rџقg3c>g. rLTD!;*SESB?U.f4/PжB-RTv&>faV1Pg-5e:L?$!j(yD"}Z ?4Eh2ض J u; &,8 o$d+BW2H|w-zU E3AEB5c-*isZ\7@4R!"Őtruq}qߌRO\?ld8&4@=O5Cq=7m[E8 ^%G4*BdGPFW@Y_ٰ ,z#q  V9٦?N Tp 6W o8'6Tɘ9@J 9r>ilHLQf1qOMCFUyo!^ISF)1wߕDT 9qȜDqvUQɃ AڄXcU-hs;+oL|Y[Nf|)'=8<[2D`2v}%k/9]N/t%{>$*]1]cAb?$(W{LJ=c_WVGR+aW]U+}Xrdi?DsG~|%QC80^ڥGuE>DɐUQX3J-+ߛy0vj:Bߩ꺮flgf}| LjYEgM N5\/|to"\3iO-U/BrAϦ|GEd\l#WEL~QΡz?#|-a쨜*/ No, z*ZG.k)9Ǵz W;#@t52\ۜI`=M2/2I/eHj"jl?ffMM`Azd>qoZ y( 4`Zu=!7܇QV\a+VOjZ7}gݾ{e82 _ jR܊'g贩:tN5ক8?OK$!oi oXQ~eM֍hюvIc0,Us0_Ϸꪤ)luK5ѳu&sC{>|1*>M=3%ݛ P#:W!ϞCWKac.6ѷTݩg >t|qHf=5>>I!z.qk- ԭClMF y> \^ZP2(פq*O/vhʐUy〿b^D~ɜ1\lEQ8:oi.rԦ61EO*[տ=rH0HA G:_FyqyDs[eȕV 2/x{(AV$Bb(i~!r5TVϪ19v*E%!Ӫ6 bkqi;iU}Dn9$Hֺ 7Ssḭ f;_:?|0b˜úOJ_䇘*F G:E.ѷT"Rܦ2m=FכrvG&W}'lڡEt~5o5T:z6IN4m暫In /|r vtN)L$E39#C<{Ib@ciC|qrbm@9 ;( Ȟ0Zl86^SgfB)sp7;ӈ=4먁b!Tc*3 >uh1X A(:0概3\)E߭Xfw"sB๦g5., #0j7m=N_Yu~FR4=W,JQ<[Aܛ]\gԚd q$ qef ˴X3@B|֩^uDzQEq+lp^b4 kPT{qxv!}'96r 11;ȱڲ:b>;duGO%!CFmiq6i."vη*S\^Y߭jnp5z4(v`Am0qo MGhҤcf ) @k(L9W@嗝W Ȅ?gٮ̅u c@lK&8s{7k frDkƿ#8oS:R3IM3:|G8ב5S{Iae"%­qGsW+ؚ^r-4ڻ @;L"q_oSU%3 Y5(y~V2vǠgo*k*M-WcTxeDUFA"UNa~lEG 6)(h rQ)oAɕ{x-ԗ6?iWF)t?jOd~W%FOtW`vysQ0Uٝ_#*/,M_WCMAȐxՠLCȵ6ʷa<:cyŴaX *`$\Z,yȓi޿s|~*+˝ҵXs˩;o2VP@ʀ+|p=93_]9uTY٘4&'+ t$}..]is3STUV4EVdb.3F1Ni6ꕣX5AkLA!)ϭ&"ۮwW=V4wPQS VdR@Ї(P/JS%tb +VZ8b H4">ޟ}.7,V?Q4=K̄ PKw$]E7$ yj@MTH'(lwcR@l-Tf馓/v $T%!Ӓad.u5.;Ƈngpc\'Mn(gf &KgIVNutAÌXlڀH80.bwF Y(DJ2Cv@>UQ"Zg>DGEzv1]hHm k+gÅ;"6h&!$Θ :=^Z tQ7WW}YS&~^NeofQL™t"X*[)go)|V ΂n3'&HAg25neNXR_S7#},|(Zq#ǡxJ%&oX#'Bț`0D?Ej"@Dh 6n6ɲ^C߆8Tv%XꪻNW\*ZFb%_-Fi$Ch=gcD5bFO&rA:E0 gcޭ*0+x℀Q=6uHBDYJ>"~'~LM ;CpF_FϐsW#g ʻ~<\ͪh|V 쏋V]fٕ@#L>CmmڳxGؐ8q==?ZHOR'$O(d 8Vy~i|@u. ɟq9Ɛn:$\v2Wʒj{ Q6L *`=ۂem'힗ˋϹN._(x >ԬnYpiþ&&<&ѝ%j6HΥuqw/Oq/O&O?h.2ĔtlGK ՑXǚ ׼]W w!/TO#GKᇡ0H/ʌ)9CNi8C5= oYV`T4sc3$e E4T& һbT#D84f5ۛSQH`s!% :<+M#6t"p9-QR*Y(f:s /ŔLC^y{åN 3CxDHź|0i \̐@kmVソnr@lZq :_& Kl#WҖO kg)?K`gAi󯉋:c,<㶄XQڼ7Z 'H!KG;W'aE2*zv̩&VKye)2J:}v<۔,~朞̞*T1 V4[`{K%0 Z:U]IjЁARȪJ 2װ)Olճw/SiT {ZШ@Qy'+Vi|(ƍ;.q[%Lz-"Rd7%k6!m Op:3w?Ow N#C8X1ijVvYD㢞dsz$›3F q#v]usg;>v=s5UV)JYruMv:v}"=b)h\Um$䮶/OxjQc<,-?\HIנU+ O1x*~D_ePȲ>e<#Q :bqG R ekWdowE&64^؞FKKiAIɔ꼳ܯc.lx~44YU TdLjYEQ6˳5BNZڎ1uR d)F;ZɠRpZiK# {ح$i hrl^djP-f-k:-S:pOP.8eqgXxD26R%i,C-6m ĒPR>.H0f QFZce!|,n(f 4T=59&GYY.-(9pYzd.pde0B'>57gep.Lylj2eUIAd#7W;f$zoFcS}s1T(`>QB~P:yv4J}4  i0N5.2{LW뾲. 1'!8 瑝7o-ΈM3 /;vqƝ/`Đz'\6(ЭvdYR؅6ƾB4&YU@>wΌ6R~Nt](Rq߭9ٺ4m׺yTwׇ0CMkutzGd-Lc_p gN]c߮`HahC[rgQYc1Բ-͖ k!e."fJw{0={L;.X1c5jS8.CbE%dh$f>t+ W:'aweNI)BJ:{,lq3 CTJ//hry{AbbHb:fe45-/ҨYl{It" WRYힰ ̈́Cj%ʃ)sS $Κ:z.ڶEs AS3`Xjg"t`_&D]oɏj~d2Ӏ*ɹ"WɐGa A/7>ٗzțX6zPXMGMJ6rW_ `iҢ*J NE/+Cl_%"΁W%B4VTC7xe6Ts>ւA/ D !_DtDw4sk)[j0#LVSUZM8(qJ+O *QiJݢ(EqYl[*y;tx.3Dq$e7|Hu;U1kkS M3 . 3x(GDAu2b0{,2(=- B2mTuh9\+X&ں\36S8F?;&޿#'YM4H - +Yr6$JѼ  8~ChS ojӡ9e>'_d!ZS*]?&(l'Նu*?+PJk"#~Ю$Tf$mG_prd+3+udI.'r@r& AV?v^e"1sYñg0Gb`&xgc.5hPW9o?9[W̼Z“@*۫'\XK::+|RmnhXZk xH^h~sxF?EClyho[%뙆5'tY]~_/YdJ ʑ\F^Nݖ_O B@R&;8U{6rk] OYܰR,tYRHr9v*v D!2U "m رs:tD;\FÔ0e RQMc4בp'Ƨyjʃ%N򐹯?YZW.2zЅm")ׅTunkeR\n:30 ^ScK:W o+(|jLCK͈|{U!}i,Þ-SOjͳr*:̸0ժydnLhY]RAZ;y"ui{&` N,[vxv)׾"f\! \0#<_Կ}] O>:e <&Hcv7Z*gX&W~Z ٭1 ٳJZoϣ%dpC!u \;G'`!0k*uC1|3Vc"]*D[NfsI<I]{#kP=Et\ΰnJ gBLئa{3ڂq{ENϟ '$QzW&ĄSzYH lVgEcEy$/& _ _n1k-Ni8Ήz.HbX{AkFLWuhC97X#@h+8O72:wGx Ѵ1Q$Қj;}_/]p',sgʟ2iNXG͙)EL*X^ɧ)"IPPnS H{W />@ P7BeW@DSEI{2N_3# ncI/k9kP14e=\(4)#w]ݥ`"ccWZ+JK|כm "a>t;ŒEm܊)c/%yrYH3Ҋ ծMה.aЭ*q;n蕖]|(w݃T$a%n 殍Io8"+Lu}1cic`Y<;5/ܞ,]v[, 2[]J@, 2`'t҈C !jMrߢ뙋Jc*TZ楱hIݜ{K^E.Ӟ{@EC M>yگ >#n9BMD>vV ŦNBf?:|F_h).rU "QJx磘:aʙ6ʼn{Y2YOVUXicU-0о:xYvKB>Ae驅;x B+OQxN@sP@zq'A ʊd+36^z<]3JczhҸf2AyVWg:b&+J#=# pEs/}8DZڇHRxFϤ@>w$6W38F?Z>]U1d.K'x /:<-|\j׳~E O(J4l߷Iޘٯ2dV Y%ߓ 4ȳ3Lٸ3! i4H!"#DKi5Ϸ:lIy^ƅ^Ѿ/gRhqE*e V~`|;{ ~si"L y\tgcXy~)4;ځ[~$XBJ $ƒ{]n fz$Z'IB01tR@mlr#Aݞ&=T~W&8='nȩLݞQ7CCKi,UXAdUX8&M!jguz.>9pKIvK`*r)ퟚ>7_,}/ {Џ2Nò7MƲčUI <ȷOR9vpܨ +5nZV@sxGS$'cf;G$_Om1ŘCĶ򜜜NoLI0W,- (a3v_&pOn M4grh#UFXzI-֯ hQ=ݕf-AQ[ x-wLy#S@'y\Qָ5O%To8; ڕόv6Bݮ1w; ]ܞ_jaA r#@*\t츞K55~JP A>,%@DDxjr{z.ƅWRilIpuN?47p(T ~?)%͏|hdJu%kݯA;ixj0y1bk7O|1€$* .PTTބqU j#S ʸV*A{_oJ\BW|ؖ&`09DHDeW[oZXӚks;1 )g)G0ӵWTMkΊhLnـ⺰kI/(d %kY6L.3eq6|`KHzz^ѝ>5:7>otSYvg3͠= Tk_Hh= |S.۽W*v>&^&6A 3