libhdf5_hl_1_10_7-gnu-openmpi2-hpc-1.10.7-bp153.3.66 >  A `!9!M@eee)?ݵYzbWbF9KEI1@u1"޻5bY%Ho_L;'d*n۶[u3/a6 w@TlD'᪅:ZK3Hm<DP+Ny}*Г4vMvh|"NG BSPRK40DAVϷbT,U^Y-=%[&}O٪?{E p|E#+ViG?A"c[I/We& 2gVr>pCb?bd%, 7 wTXdh   , H  +N L  (8I9I: I>]<@]KB]ZF]}G]H]I]X]Y]Z^ [^\^]^4^^b_yc`d`e`f`l`u`v`waxayazb,b<b@bFbClibhdf5_hl_1_10_7-gnu-openmpi2-hpc1.10.7bp153.3.66High-level shared libraries for the HDF5 scientific data formatHDF5 is a data model, library, and file format for storing and managing data. It supports an unlimited variety of datatypes. This package contains the gnu-openmpi2-hpc version of the high-level HDF5 runtime libraries.` obs-arm-8mSUSE Linux Enterprise 15 SP3openSUSEBSD-3-Clausehttps://bugs.opensuse.orgSystem/Librarieshttps://www.hdfgroup.org/HDF5/linuxaarch64YhzAAAA큤` ` ` ` ` ` _Ref6d5802ad1c04ed3ded0c66bdf30ee2ae56612e7ac3deade380c6d69c142204a4602b393b0bf07ab8da864d002a4a98bb6593778a33e74384334838f9e8a33flibhdf5_hl.so.100.1.4rootrootrootrootrootrootrootrootrootrootrootrootrootroothdf5_1_10_7-gnu-openmpi2-hpc-1.10.7-bp153.3.66.src.rpmlibhdf5_hl_1_10_7-gnu-openmpi2-hpclibhdf5_hl_1_10_7-gnu-openmpi2-hpclibhdf5_hl_1_10_7-gnu-openmpi2-hpc(aarch-64)@@@@@@    /sbin/ldconfig/sbin/ldconfighdf5_1_10_7-gnu-openmpi2-hpc-moduleld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.17)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.10.73.0.4-14.6.0-14.0-15.2-14.14.1`_:_{_@^@@^@^^%@]]߶]߶]@]w@]nU]_@]@\@\@\\y\y\d\J@\Ana Guerrero Lopez Egbert Eich Egbert Eich Alin M Elena Egbert Eich Egbert Eich Stefan Brüns Stefan Brüns Egbert Eich Egbert Eich Nicolas Morey-Chaisemartin Ana Guerrero Lopez Ana Guerrero Lopez Ana Guerrero Lopez Egbert Eich Christian Goll normand@linux.vnet.ibm.comStefan Brüns Egbert Eich Egbert Eich Egbert Eich eich@suse.comeich@suse.comeich@suse.comTodd R Todd R Stefan Brüns eich@suse.comeich@suse.comeich@suse.comeich@suse.comStefan Brüns eich@suse.comeich@suse.comeich@suse.comstefan.bruens@rwth-aachen.dejengelh@inai.deeich@suse.comeich@suse.comeich@suse.comcgoll@suse.comeich@suse.comeich@suse.comeich@suse.comnormand@linux.vnet.ibm.comeich@suse.comeich@suse.comeich@suse.comeich@suse.comeich@suse.comhpj@urpla.netbadshah400@gmail.comjunghans@votca.orgtoddrme2178@gmail.comnormand@linux.vnet.ibm.comnormand@linux.vnet.ibm.comadrian@suse.detoddrme2178@gmail.comnormand@linux.vnet.ibm.comtoddrme2178@gmail.comolaf@aepfle.desweet_f_a@gmx.detoddrme2178@gmail.combadshah400@gmail.comtoddrme2178@gmail.comtoddrme2178@gmail.comtoddrme2178@gmail.comtoddrme2178@gmail.comdmueller@suse.compth@suse.desweet_f_a@gmx.depgajdos@suse.com- Fix update_so_version.sh, write so versions to file being included.- Update to version 1.10.7 * Add metadata cache optimization to reduce skip list usage. * Add BEST_EFFORT value to HDF5_USE_FILE_LOCKING environment variable. * Add H5Pset/get_file_locking() API calls. * Add Mirror VFD. Use TCP/IP sockets to perform write-only (W/O) file I/O on a remote machine. Must be used in conjunction with the Splitter VFD. * Add Splitter VFD. Maintain separate R/W and W/O channels for "concurrent" file writes to two files using a single HDF5 file handle. * Fixed an assertion failure in the parallel library when collectively filling chunks. * Fortran/C++ libs: Add wrappers for H5Pset/get_file_locking() API calls. h5pget_file_locking_f() h5pset_file_locking_f() * Added new Fortran parameters: H5F_LIBVER_ERROR_F H5F_LIBVER_NBOUNDS_F H5F_LIBVER_V18_F H5F_LIBVER_V110_F * Add new Fortran API: h5pget_libver_bounds_f. * h5repack added options to control how external links are handled. * The tools library was updated by standardizing the error stack process. * The H5DSis_scale function was updated to return "not a dimension scale" (0) instead of failing (-1), when CLASS or DIMENSION_SCALE attributes are not written according to Dimension Scales Specification. * Bug Fixes: + Fix bug and simplify collective metadata write operation when some ranks have no entries to contribute. This fixes parallel regression test failures with IBM SpectrumScale MPI on the Summit system at ORNL. + Fixed use-of-uninitialized-value error. Appropriate initialization of local structs was added to remove the use-of-uninitialized-value errors reported by MemorySanitizer. + Creation of dataset with optional filter. A fix is applied to allow the creation of a dataset in such situation, as specified in the user documentation. + Explicitly declared dlopen to use RTLD_LOCAL. + H5Sset_extent_none() sets the dataspace class to H5S_NO_CLASS which causes asserts/errors when passed to other dataspace API calls. + Fixed the segmentation fault when reading attributes with multiple threads The problem was fixed by setting the file pointer to the current opened file pointer when the attribute was accessed. Similar patch up was done before when reading dataset with variable length string datatype. + Don't allocate an empty (0-dimensioned) chunked dataset's chunk index, until the dataset's dimensions are increased. + Fortan: Corrected INTERFACE INTENT(IN) to INTENT(OUT) for buf_size in h5fget_file_image_f. + h5diff fixed a command line parsing error. + h5diff added a command line option to ignore attributes. + h5diff added another level to the verbose argument to print filenames. + h5repack was fixed to repack the reference attributes properly. * For details check: https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.10/hdf5-1.10.7/src/hdf5-1.10.7-RELEASE.txt - version 1.10.6 * Added S3 and HDFS Virtual File Drivers (VFDs) to HDF5. Instructions to enable them when configuring HDF5 on Linux and Mac may be found at. https://portal.hdfgroup.org/display/HDF5/Virtual+File+Drivers+-+S3+and+HDFS. * Added new wrappers for H5Pset/get_create_intermediate_group() LinkCreatPropList::setCreateIntermediateGroup() LinkCreatPropList::getCreateIntermediateGroup() * h5repack was fixed to repack datasets with external storage to other types of storage. * Bug Fixes: + Improved performance when creating a large number of small datasets by retrieving default property values from the API context instead of doing skip list searches. More work is required to achieve parity with HDF5 1.8. + Fixed user-created data access properties not existing in the property list returned by H5Dget_access_plist. Thanks to Steven Varga for submitting a reproducer and a patch. + Inappropriate linking with deprecated MPI C++ libraries. HDF5 does not define *_SKIP_MPICXX in the public headers, so applications can inadvertently wind up linking to the deprecated MPI C++ wrappers. MPICH_SKIP_MPICXX and OMPI_SKIP_MPICXX have both been defined in H5public.h so this should no longer be an issue. HDF5 makes no use of the deprecated MPI C++ wrappers. + fcntl(2)-based file locking incorrectly passed the lock argument struct instead of a pointer to the struct, causing errors on systems where flock(2) is not available. This bug affects HDF5 1.10.0 through 1.10.5. fcntl(2)-based file locking now correctly passes the struct pointer. + Fixed a bug caused by a bad tag value when condensing object header messages. + Fixed an issue when creating a file with non-default file space info together with library high bound setting to H5F_LIBVER_V18. This was fixed by setting and checking the proper version in the file space info message based on the library low and high bounds when creating and opening the HDF5 file. + Fixed an issue where copying a version 1.8 dataset between files using H5Ocopy fails due to an incompatible fill version. + Fixed a bug that would cause an error or cause fill values to be incorrectly read from a chunked dataset using the "single chunk" index if + Fixed a bug that could cause an error or cause fill values to be incorrectly read from a dataset that was written to using H5Dwrite_chunk if the dataset was not closed after writing. + Fixed memory leak in scale offset filter. * For details check: https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.10/hdf5-1.10.6/src/hdf5-1.10.6-RELEASE.txt - Security bugs fixed: * CVE-2018-13870: heap-based buffer over-read in the function H5O_link_decode in H5Olink.c (bsc#1101493) * CVE-2018-13869: memcpy parameter overlap in the function H5O_link_decode in H5Olink.c (bsc#1101495) * CVE-2018-17438: A SIGFPE signal is raised in the function H5D__select_io() of H5Dselect.c in the HDF HDF5 through 1.10.3 library during an attempted parse of a crafted HDF file, because of incorrect protection against division (bsc#1109570) * CVE-2018-17435: A heap-based buffer over-read in H5O_attr_decode() in H5Oattr.c in the HDF HDF5 through 1.10.3 library allows attackers to cause a denial of service via a crafted HDF5 file. (bsc#1109567) - Refresh patches- Add build support for gcc10 to HPC build (bsc#1174439).- Add missing openmpi4 flavors. - Enable build of non-HPC flavors for all non-HPC builds.- add openmpi4 packages to build and disable build for leap- Fix .so number in baselibs.conf for libhdf5_fortran libs (boo#1169793).- Fix library link flags on pkg-config file for HPC builds (boo#1134298).- Remove bogus undefines of suffix and mpi_flavor. suffix is the name of an RPM built-in (like expand or echo), and since RPM 4.15 trying to alter a built-in is an error. Fixes built of serial flavor on Tumbleweed. See https://rpm.org/user_doc/macros.html- Add compat provides for renamed hdf5-openmpi{,-devel} package, see https://en.opensuse.org/openSUSE:Package_dependencies - Fix openmpi1 package naming for SLE/Leap <= 15.1- Add HPC support for gcc8 and gcc9 (jsc#SLE-7766 & jsc#SLE-8604).- Disable openmpi1 builds for SLE/Leap > 15.1. - Enable openmpi3 builds for Leap and SLE > 15.1 (jsc#SLE-7773).- openmpi has been renamed into openmpi1- Use -ffat-lto-objects to provide a proper static library.- Re-list hdf5-mpi.patch in the spec file for the sake of a avoiding a script rejecting the package automatically.- Update to version 1.10.5: (jsc#SLE-8501) * https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.10/hdf5-1.10.5/src/hdf5-1.10.5-RELEASE.txt - Security bugs fixed: * CVE-2018-17233: A SIGFPE signal is raised in the function H5D__create_chunk_file_map_hyper. (bsc#1109166) * CVE-2018-17434: Memory leak in the H5O__chunk_deserialize() function in H5Ocache.c (bsc#1109167) * CVE-2018-17437: A SIGFPE signal is raised in the function H5D__chunk_set_info_real. (bsc#1109168) - Bump fortran library soname, sonum_F from 100 to 102. - Adjust library installation path, use %hpc_prefix/lib64 in x86_64 and %hpc_libdir in all other cases - Patches refreshed: * hdf5-LD_LIBRARY_PATH.patch * hdf5-1.8.11-abort_unknown_host_config.patch * PPC64LE-Fix-long-double-handling.patch * hdf5-Remove-timestamps-from-binaries.patch * Disable-phdf5-tests.patch - Patch disabled, upstream have changed the file that was being patched, while it could be ported, it's unknown if this patch is still needed. * hdf5-mpi.patch - Patch removed, merged upstream * 0001-Fix-return-value-in-test_libver_bounds_open.patch- Since build machine size issues do not seem to go way, make the %check stage optional: enable with '--with check'.- set higher constraints for succesfull mpich tests (boo#133222)- Add _constraints to avoid transient build error ppc64le- Update URL: and Source: to use https://.- Like on PPC ignore transient 'make check' failures on aarch64.- Remove ringdisabled magic as hdf5 is no longer a ring package. This should resolve a number of problems in the review channels for Factory with packages requiring hdf5 libs.- Consolidate use of openmpi1, openmpi2, openmpi3 for non-HPC builds.- Remove dependency to the hdf5-devel-data file for HPC: Currently, there are no macro files for HPC - these files will have to be handled differently. - Re-disable all non-HPC builds for SLE.- Reenable 'serial' build for SLE: this build creates hdf5-devel-data.- Do not build non-HPC on SLE: This helps to save some build cycles.- Use upstream-recommended %{_rpmconfigdir}/macros.d directory for the rpm macros.- Also build for regular openmpi2 and openmpi3- Build HDF5 C++ bindings also for the MPI variants, there is no reason not to do it. - Enable sz2 support also for MPI variants.- Replace git-archive generated by downloaded tar-ball.- Update to 1.10.4: https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.10/hdf5-1.10.4/src/hdf5-1.10.4-RELEASE.txt * Update Disable-phdf5-tests.patch * Replace and update hdf5-buildcompare.patch by hdf5-Remove-timestamps-from-binaries.patch- Remove lib*_cpp and lib*_hl_cpp dependencies for MPI for the time being.- Create main master package, fix dependencies.- Update to 1.10.3: https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.10/hdf5-1.10.3/src/hdf5-1.10.3-RELEASE.txt - Update to 1.10.2: https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.10/hdf5-1.10.2/src/hdf5-1.10.2-RELEASE.txt - Bump soversions (101 -> 103) for libhdf5 and libhdf5_cpp - Drop Fix-warnings-for-missing-returns.patch, fixed upstream - Add 0001-Fix-return-value-in-test_libver_bounds_open.patch - Rebase patches (tab / space conversion): * PPC64LE-Fix-long-double-handling.patch * hdf5-buildcompare.patch * hdf5-mpi.patch - Rebase Disable-phdf5-tests.patch - Security bugs fixed: * CVE-2017-17505: NULL pointer dereference in the function H5O_pline_decode allowing for DoS via crafted file (bsc#1072087) * CVE-2017-17506: Out of bounds read in the function H5Opline_pline_decode (bsc#1072090) * CVE-2017-17508: divide-by-zero vulnerability in function H5T_set_loc (bsc#1072108) * CVE-2017-17509: out of bounds write vulnerability in function H5G__ent_decode_vec (bsc#1072111) * CVE-2018-11202: NULL pointer dereference in H5S_hyper_make_spans in H5Shyper.c allows a remote denial of service attack (bsc#1093641) * CVE-2018-11203: division by zero in H5D__btree_decode_key in H5Dbtree.c It could allow a remote denial of service attack (bsc#1093649) * CVE-2018-11204: A NULL pointer dereference was discovered in H5O__chunk_deserialize in H5Ocache.c (bsc#1093655) * CVE-2018-11206: A out of bounds read was discovered in H5O_fill_new_decode and H5O_fill_old_decode in H5Ofill.c (bsc#1093657) * CVE-2018-11207: division by zero was discovered in H5D__chunk_init in H5Dchunk.c (bsc#1093653)- Handle license file using %license where applicable. - Package example package also for HPC build and create a master file for it.- Fix HPC library master packages dependency: make it require the correct flavor (bsc#1091237).- Only build one examples package for all flavors, do not include dependencies as these would be flavor specific (bsc#1088547).- Fix some typos, one trivial, two mispelled macros- Trim description for size and drop most of the marketing blurb. Fix RPM groups.- Make module files package arch dependent: it contains arch-dependent paths (boo#1080442).- Prepend PKG_CONFIG_PATH in modules file (boo#1080426).- Add support for openmpi2 for HPC (FATE#325089).- Fix summary in module files (bnc#1080259)- Disable %check stage for mpich builds on s390(x) (bsc#1080022).- Disable the openmpi3 flavor in some products.- Switch from gcc6 to gcc7 as additional compiler flavor for HPC on SLES. - Add support for mpich and openmpi3 for HPC.- temporarily disable make check for PowerPC boo#1058563- Update to 1.10.1: https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.10/hdf5-1.10.1/src/hdf5-1.10.1-RELEASE.txt - Fix-warnings-for-missing-returns.patch: replace: hdf5-non_void_return.patch - PPC64LE-Fix-long-double-handling.patch: replace: hdf5-ldouble-ppc64le.patch - Disable-phdf5-tests.patch: replace: hdf5_disable_testphdf5.patch - Disabling validation tests for the MPI variant for now as they seem to cause issues in OBS.- Fix name: baselib.conf -> baselibs.conf- Remove openssl-devel and krb5-devel from the BuildRequires.- Add magic to limit the number of flavors built in the OBS ring to non-HPC and mvapich2 builds. - Fix %libname() for non-HPC builds. - Fix some summaries and a Requires: of devel-static.- Convert package to multibuild. - Add HPC build using environment modules (FATE#321717, FATE#321710).- fix compiler flag substitution- Add libsz2-devel to list of Requires for -devel packages, this is required for compilation against hdf5 when szlib support is enabled. - Minor specfile cleanups using spec-cleaner.- Enabled szlib support through libaec's szlib API- Fix baselibs.conf so numbers. Fixes bnc#1002569- new hdf5_disable_testphdf5.patch to disable only testphdf5 for all arches and not all mpi tests for ppc64le tempo patch as long as boo#997252 not solved- temporarily disable mpi test for ppc64le- update to 1.10.0-patch1 https://www.hdfgroup.org/ftp/HDF5/releases/hdf5-1.10/hdf5-1.10.0-patch1/src/hdf5-1.10.0-patch1-RELEASE.txt- update to 1.8.17, changes documented here: https://www.hdfgroup.org/ftp/HDF5/releases/hdf5-1.8.17/src/hdf5-1.8.17-RELEASE.txt- add hdf5-mpi.patch same as fedora commit id 78ddcff82b10fd80eafb7b2dc5e4ce2bb9ecbe3c should avoid transient hung of t_pflush1 test- Split libraries into C, C++, and Fortran versions to comply with openSUSE library packaging policies. Fixes BNC#971602 - Make Fortran builds required. - Manually set so numbers. The autodetected ones weren't matching the real ones.- Remove timestamps from binaries hdf5-buildcompare.patch- update to 1.8.16, changes documented here: https://www.hdfgroup.org/ftp/HDF5/releases/hdf5-1.8.16/src/hdf5-1.8.16-RELEASE.txt - rebase hdf5-ldouble-ppc64le.patch - remove hdf5-cpp-compilation-errors.patch - prepare independent so versions and add TODO- Currently the regular, openmpi, and mpivachi2 versions of the library packages all provide the exact same libraries. So any package built against the -devel package will end up with an "unresolvable" build error because there are multiple versions of the library it can use. To avoid this, I have added generic provides for the library package so packages can depend on the version they really need, avoiding these build issues.- Add hdf5-cpp-compilation-errors.patch: Reverts a change from v1.8.15 to H5api_adpt.h that caused compilation errors for C++ HDF5 applications; patch taken from upstream svn.- Update subpackage groups - Make subpackage summaries and descriptions more consistent - Provide rpm macros for version identification - Spec file cleanups- Use explicit library requirements to avoid ambiguities. Without this, packages that depend on hdf5 won't know which library to use.- Fix baselibs.conf- update to 1.8.15 * New Features + Library - Added Memory Allocation Functions that Use the Library's Allocator - H5Pset_istore_k and H5Pset_sym_k added validation of "ik" to not exceed the max v1 btree entries (2 bytes) to these two routines. - Added Functions to Control the Value of H5PL_no_plugin_g without Using an Environment Variable + Parallel Library - Attached an attribute destroy callback to MPI_COMM_SELF that shuts down the HDF5 library when MPI_COMM_SELF is destroyed, in other words, on MPI_Finalize. This should fix several issues that users see when they forget to close HDF5 objects before + Fortran API - Added Global Variables. These new global variables are equivalent to the C definitions without the '_F': o H5G_UDLINK_F o H5G_SAME_LOC_F o H5O_TYPE_UNKNOWN_F o H5O_TYPE_GROUP_F o H5O_TYPE_DATASET_F o H5O_NAMED_DATATYPE_F o H5O_TYPE_NTYPES_F + C++ API - New Wrappers for C Functions H5P[s/g]et_libver_bounds - New Wrappers to Get the Object Header's Version - New DataType Constructor + Support for New Platforms, Languages, and Compilers - Support for Linux 3.10.0-123.20.1.el7 added (LK - 2015/04/01) * Bug Fixes since HDF5-1.8.14 + Library - Addition of Error Tracing Functionality to Several C API Calls - H5Rdereference Now Checks for HADDR_UNDEF or Uninitialized References - Fixed Bugs in H5Sextent_copy + Parallel Library - Fixed a Potential Memory Error - Parallel Test Problem Fixed - MPE Support + Tools - h5repack crashed on enumerated 8-bit type. - h52gif crashed non-8bit images. - perform/benchpar.c retired. - Source perform/ directory moved to tools/perform. + Fortran API - Fortran Fails with --enable-fortran2003 and Intel 15.x Compilers - h5tenum_insert_f Does Not Work with Default 8 Byte Integers (xlf compiler) - Some Fortran APIs Never Returned the Error State - Fixed h5pget_class_f + C++ API - Combined Two H5File::getObjCount Overloaded Methods The following two methods o ssize_t getObjCount(unsigned types) const; o ssize_t getObjCount() const; were combined into one: o ssize_t getObjCount(unsigned types = H5F_OBJ_ALL) const; - Many Warnings Were Removed - Functionality Deprecation The following two constructors of classes AbstractDs, IdComponent, H5Location, and H5Object are no longer appropriate after the data member "id" had been moved from IdComponent to the sub-classes in previous releases. o (const hid_t h5_id); o (const & original); The copy constructors were no-op and removed in 1.8.15. The other constructors will be removed from 1.10 release, and then from 1.8.17 if their removal does not cause any problems. + High-Level APIs: - Suppress Warnings from Flex/Bison-generated Code - Changed hdf5_hl.h to Include the HDF5 Main Library "hdf5.h" - H5PTcreate_fl Does Not Convert to Memory Datatype - Fix for H5LT Attribute Functions + Fortran High-Level APIs: - Internal Library Fix for Missing Argument Declaration - Build in thread-safe mode to allow parallel reads * These are only unsupported to avoid confusing casual users. The fotran and C++ libraries don't support thread-safe mode, while the C library does. So you have to explicitly allow building the thread-safe C library and the non-thread-safe C++ and fortran libraries in order to make sure only people who have done their research do so. Since users are going to be accessing this through other programs, this doesn't matter. - Build fortran 2003 libraries - Rebase hdf5-non_void_return.patch - Remove irrelevant hdf5-configure-long-double.patch- update hdf5-non_void_return.patch for GCC 5.x- Tag baselibs.conf as source.- fix typos in ChangeLog- updated to 1.8.14: * bugfix release, see RELEASE.txt/sbin/ldconfig/sbin/ldconfiglibhdf5_hl_1_10_7-gnu-openmpi2-hpcobs-arm-8 16213690641.10.71.10.7-bp153.3.661.10.7-bp153.3.661.10.7hdf51.10.7lib64libhdf5_hl.so.100libhdf5_hl.so.100.1.4libhdf5_hl_1_10_7-gnu-openmpi2-hpcCOPYING/usr/lib/hpc/gnu7/openmpi2//usr/lib/hpc/gnu7/openmpi2/hdf5//usr/lib/hpc/gnu7/openmpi2/hdf5/1.10.7//usr/lib/hpc/gnu7/openmpi2/hdf5/1.10.7/lib64//usr/share/licenses//usr/share/licenses/libhdf5_hl_1_10_7-gnu-openmpi2-hpc/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protectionobs://build.opensuse.org/openSUSE:Backports:SLE-15-SP3/standard/e4a1e138ee8cd2ca218aa5f6455641ec-hdf5:gnu-openmpi2-hpccpioxz5aarch64-suse-linuxdirectoryELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=a7b60fb42647e4e580432b8edb1291276282f3af, not strippedASCII text, with very long lines RRRRRRRRRRRRRRRRRRRRRRRRpDS1: 9utf-8e6da363ccf395942295a2d2b5f7164463a9feedd5619959311201bbc560f1022?7zXZ !t/r[] crt:bLL 1+ ֭cx[2 2dA;FUw4jluLI]~l34|%Ov9= G`+YDξݛr-aq؛~}4@L]()g*LC0 `d'B{uΉk8ӏ La-Sӡp{}^\U!\Թ*"a#q}~\?. 7xp uf-V"L'D|{,k1oY$ rT5 +Vm, ) {_MFĚx, 3c~'-@dQ5Ih'\v@MQ5e2\|mZ,eyo0* 07֛(R" ˎG$ӳ'~FqIIFT¸_x,A8u.9ݦ[$Xcu][ M-|g譹1^]0k/BwxSu_^I.waZ0Ԕy$&ZXQ`xܯDL~2*v>J@XinjU_-Y5֞Z<~(wRj>x%[o5C cʛܯ'۩YeŐ0[YʜN Px6G #/м "5r(t^Fy`|H\ }c-7)ͮ5'Py?0](Ez:RB**Dv oAtlGTYuk=+zDFH>nҙlysqXRov'%B-.:fӫwEh=wdƍ!e" \<)jQZC %fQ:"C-yv{?AĦDe#5 V͎sK #Gx2 j-o [B.3) TD}qFzhH[3F@4IH[нo&p!ةdW0- "%)d&SF5}a@+haJBfm|9 Vn%:7 X-f [8_l聾`ղxǹq}oAi:>n{f3{_wkUn>ip`QIbBz$/7뢕Xh7IsVն2G M|ē'`XȠ~c:l2\Ep5[.TZOSQ3ݣ]BR]@K4࡭ X˳M@*^f@9͹S]'G^& Pq_Ӫɶ.!n@] }kI.>`9Ňz_wWk^A| c+:BY :$UHX1.݉^/QhI@Wr@M0 +t %8nGWІ |3;=W&d "$d_;qͭ"#0=y<™Zv톿EoEG#S2QcgNgaqqxbA5+Lo(6^Z& E-J"95BҒ<FtEz/vEʘֽd%F!+SO}>1C7j8e/k?X r_s{]$ #, kz')b8.H fiN\ vS_I ǭyjk.\xU9:j#F2vc?"ye;uvnrcqojC⌲Tޝ(nvOa> $Ot gܺpm;'~˧bґDcن䁰zX?D+|'ƾ?\hJLAyGZ˜w<ٸzi3z?7;wg6hLołTD#e ! ">Ukl\M ^^} +az:d>Cp5$0-jI9{–Ll'aȱۮ~(51'VsU.Z9GrJٮ#+n/^bϧK؊n\ ~Ǹ-, H>rR !ysw 7,^4p9w6X\<=nΫ13*lKJ5u$3\A3Xӳ,c 7Dv$7GjL!Rǜ02T=t ~KѬ;${AHaMٵԬqf}οvqqsJD@1lUy29IH,t.?"vW4[Q<[ʚ|%̆u*B3:O 2϶B_3Z`4?rF2f{Rgd0bO=!n`dPVݮl@gDl0ɴBkӛ~!OǮ@QcgYBZ KSnQsT셝aK)sŸa\8)(!NW6"ڼbZ,)?^Р ;ˀX. !tdEZ>QTQi2JG֝k@,aXVwOQh`i*[6v%J#@S/)4*{,W @<[!%vf꿓,Nn{"975,(* Y80PO[]RQu P剚UTv^\r=~LeFSO$c XRk'Z o.a sL3U@MnLxUv{;!yUOFh x k]~KLDj;nPed䧗]M"5P'& yW=5Uf+*㿴d=lU,8wF,ԴVOڥ:ޭKV/a?:~On=n9\ '^o~l kH*+oVq'Vڷ[mVXDMB H$$ }S愀5kO^ӈQ U ]>*oǪ,5ǟi"+P6 ➢Tf=eSeӪ}*ڿEom ctĆӘ " %LD.qyߜ@ȒDYVjoVuNYgxA>]\j7IX3%~lœ +'uSC(DAjS[ us$,tg0J}WO88,W<<ď IFUCC7y#Bt•{ C \ }1- q3}p9dKI"Ou{ :!A=]c"Ał`k BԂuZbzM3o9tU< XVݶ 㰄:7 ̨%߃̢TA)JLSo 8{{JDBfH,3JT!R¡B0V(XnIq t=~oʺFy㨫%J,&Fs%_X1Val^ǢZ*n , oke,ƃ; n [r>l8ዣT;'Urvr!_) 4w./j6 ?<,x{ xYUUx2teɝZib'_A.{gCm-j,?`BggWvߨK{qY ,h^-b5zϻ#W܏_dY8UXf *UYsqe#5f<&AT ee1- `Ijv21АZC"Ԕ[v?\ȿg<¶ y`zFV?V]7Z%*~:A习M SQL<cP"n^=RȬyNHfHW{-o\PƁWK:@ C~u§azDn;h̕؀7,lq9Λ\ ϱfK耺^*Y- k0mtq:cf8OK񤃜NSEҩs?eVB 4FM OW/ݣNCYZӯ_d9Tk TԿ){hI &Rm64ɔgBKVL@u]E7 ,v5-S\8kQhʳ%%w#hdЊ_`?Ur\fSRKR7/H:GM,5&bE-AԎtƸW U &AÐ 鸕vJ<'Q-{3y*Q|PeL8} 7*#& w"5/*`0rRr-gѾ;)詸,ilG"墧M /Ty+='o6ԠƩ$ N[6p fV9H )c;d$aJ<DoR**IHaV̐e^CheB|WƯ_'W,nva5ORaQ2 ͫW&2@B=셓 |2pS#ojD?HhB ~Yv]PZY /$pLUɶیx'ہ?Y߁blǯ rٻAKhG"?HHTˍCc Z~|T% "} thjńӧ:#_-,$6;6qaihyQW<"e_-V"xS[Y𙡍,uBS}Ҽөf e6wdHXTl"XEAX*^bّ/@x~gx9XW^x3͚<RVO e3y9fpme(׻@SOR\ ,"z)rnd'zbfH&+åGH`1 Kb ֙KbW!z}]nK1#xqE3M҄(3qVCA#,h~$lS%0X/ WeNKpGl4:AJH ۜG1̠;}^n4y?>?L(pm/^9~ϦCLWMfƋMuyj~"iY:(ۅ/MSz2`dwgP.Հf.(:f^,޻N)[UjlC̬`!3->z#;`:uR^( f?ByJ`;L߁Ym]f.MEUc_`⊝DùC{H+MEO;u+9fIa\4( .0'@Ǎqmt[QI$5v9V WSa/VtSX즮#HoH;[]HY9x['l&^MYuw͉b$Đ$ZpK[Hd>~ľhÙNttl:36SaP[E} ʨn2?);Lk'nv% 84vONˣ[xpj(,'rM~ވΣC=DUP>VsJ$?]M (EAE!C% όГt/ifvĩ1s"=Fe\=|0 <0`$fD2P)NfqP\^d-}oyڢ aNPb{2A /U}㙠DG8: `Ndj4XX H&?#1!PG [XdE yn/k xc?D?R3+_=C?lֳ snK J0:lXS@4mVK0\tpG]a~O[#oJr Šef!1D# xOzI"uMUI@;)+DF0TU,-7& T5 #€I{23OdvacXyd@4Xb 7h._cHo W4>/qݠF"'0DVxv5li6& Җ'",tM+';?vϽ_vZ# Qa`]U2p])@z'R2{?k3ğf$A*Mďš!`'DjxӡA=FuH].מ[x`@S#d~ZSԐdޱ7Me~yb&6rm )W_l6Jo 2T/>@2oWiIR/ѲK_mfw)XԬE2 L3}<L ">}?w5=E(|AkC~ EHTÅxE˅n2۔/\ @ptM I4%"xF|ESbϗ>wLbrqWU6pEN=~ԲFj?Q#?8; 7B oz%oAZ[6`\wR3e,e{9VM/vToCs6;zHMvͯ?mS}s[B)d7i9.E^@'|$M3N6>1іMLgC .B}^!_vN02vҋ _2LBoUzF/q֙\U~%#03tˆ;{9s Sٯj8xs:Z*e:޼m{KXM禹??@ `BhC!)"/k<RzJq7̚!DPC@'Xr_ .( YISEr>\,wHZ .n~V띤&֕ !2L@n">!(~aPk"Dq q@6rw^R gq60Ams7BWDlfBt0pQka4jmWvo &Qf%nS!S_ԷH!dL8Y \-s+nkUU_bUqn+%la/Batz 9 ⷪQo%6B\8dE L/]5vxGOi=F ߈[zyLj0df)`+9bwߧx5LJk۠]Ai7pq]Ssqˡb8dCg52yN(mqi \,Wu;Mydl:41uȥ#e:IJ۱QT$ķZ#:lbo:!BG>!oOd: zPS+i0-[z;g*,YRDKrl5+.QmB50Аi@ɰIڊM>8]{nJff' j 5zSl<9O7'dhab샀Ȋ2Dds{ AԇxuT3}Y"W$+څIظ3oFsD\ &n_eВmOƨ;"]T2*5i]{|!0)ޛBdϾw 8*U {M'>ξoEFU o<"jCxT_D6WBi|?fBYIu\pFNY7=xPJ,:{ʎ'4XpH{_ƽx705 v,W14"&XJ t'`aFXT˺p izJIu)gt3Ε{yxLXIaC e"mj0s$y濸y z>rjOK̿ՍkK,NER Th`ZJ %^dݼ 7_dE9la?G?#$)lN϶55l=7gO|"-V%)-l/|\d&"EB(W&%>^]Sd𬣈j.@pn. yV`[))BtPTT]*9k0[\^%>JVdDgM9:ڻ ^v<۪5LA{RdiΘ o,. `/5ETdXVQшSL T[>=֣Z@ciB5C}L9lg3OB+ΫMN%E75:77OX&/ljm>Owrf.|26F;7/7(nBL6& 5rr"k55p]Ol0no/d)錾J S Ϸ5m]ʓ.)yf20rhKnp!;݄o qjfXN"cK)˙N聑@$y C,! 4YcjsLLʄXGٓ 4c,mQ<(Y8ͤ}ish]LWl) Bcg|LW,[{9}0aLJp33biR>Y^m#5bļ^m :--Hz'u0XQ/YQ {.Y`TV|AM;ك׻A^~?BXB0NXS9mBT7jO9WMĆh&,%}d&I**Uz_1Xg)w1}αF͐ [Pf» wh_ o)QN8uBVy–n_?ރL7!Ŋ6==) 'o35L`8/q*bPձrQ=$5GiHňKYt.`OoHT&5y'q{r2S{[>8I'xJT|rriᇩ9g3 NҦϹƀs fª/Ire,vǁ3~pk~X]]zVeY8tfk=0*] }UQ,rgS_A۶[A_[>oӼ>O|lϪSFX1C"bf9{@NCCףamzW,g,~{_ f7ndڔ{5}(!o"-j5H5?Q|;7!&=\.?)7S%uzٲvzPA ;,N4eIMFOiN&>#}K\35eF;M.|Y#2nyF9,#MS ve[\E $o?CX=X 4.6o4/bddC wuqe"fkԟ`Ux2mt)a4`P] ݙlv̼C3Elrjt ѶO  Kf@E_e()u 93 @zw& .ѷ'\ߖ ѿ|:oBs+!EXw*[xQ~mk&[mT_jp}3)*J ,LH͝WKʤ\ZɞÊXc\wn#/x\ۘwDIAR):)1L-5'KƄ9uvq}?)FokY*ȤrR/ȼfȊzgV2EqFgMN93Cj丠#<ʼ,'տL\tK $Þonpnt]}NӻS1ơ&ܬ&MJXMRKzpz"X n3/;ů0=/=aqI9R N *θ,/+!*5·R 8~EjM 77ͬlO|NEwNxnNH{-hX)2j)8Š-om 2F'=R_G$ hIv2%c'z ws>(EO+ͭdAS9Vl)hRS302wNdg'dtes8YlΉ?>M&BS^tڝIHk$w={HŌ=0?a ^ Tyh()Po#ѭ4`cUUCIУWƎO(ntE0\e% .Xܶp0_0CJPeoE+ o,KHDHgE``T# @磺>J`[pnؾlGD"c{MJoZ0$ZL6~o*i? ZX4$~6 >;(K4UKlvP<)F1a{G8A6)ZU3yxr(X> wUGwnU5|KiПPW%lz˜<$2/q$&^:0?o%Ms"`7b^W"keWqxٓr qfpzx!BYw+H&Gc, s$iz]؞/EP-/%`75S*|$Ui=DBNNPFnœ7"ʽzb0M. *8:'t5hNTC6}lg%E}ŽsuhI7z5l|ˬ3sى)af-];P&3<.d OG ܪCyf~u}_L&U PFPETRUkO7YՂo3{aspd% x_.ϻeɽ@KGj|(LzesrP#LQ=>O1 SRx97/67d<â4XqO8_՞;,4#QHa J}[&; AF0O82G  g4}NɪHLEڍ&Зӏ0s3pu=>1Ilx.tMqhU~=dh/x?*UAA06݆r27 ! C0p3-Y2X·@62 |i@UT :YZBMMd4'QVͺo SkZsC@hqZ{qd—5m6L62 g)"T|A&Bp+q-Q$x-l#g}/O7^1k:n\vz|xli9iry5뉨gm bT"e=E)o<҉zZwcy*m8M9}??wSN7MErH[ݾ-I⛩fXc;-f 53^M9dA sY ]=u(A4sHW0A\!c'(:T\q!'Չ8 n76' t&έc\o*8SEGv}o_UN|qvF|pC?Md̈́ʂ˿7P)kIGfFϥQ2x@KS}- 0wվi/{E2'C`eM=|?|!Z"gQ#< K@ٹbqSܗii*5us] wd臤<ÝqYv 3AN>%?wB[(챩rQdj[_J#=$:erL2D#>ff_KuRti+Z0%BTN> 8̗l-PRZOH[P R_ 7z2\xefIYwLA7:; nƸL"ѩǣ)HvOY0TVEen*+~\ )ab'6aq*"vؕԽ6~D)WkYB?hzmElY~eƊ1 sgS|1;cmDpwd3T t QbcOņ:M4@]EPe&ŀ7l ! eztA2J|bq6i.g 5`ҩ_VbqKK^Ԧt}I>q7˗;"wZ$ 3V<1 Ve$*TG"ޗ> [SKlFGoHIih8Q|k5 i:X"IXr&P#pNs؀)xK{4? ;oV %mӭygN [tŰ+)ȍUv3D4 Z9Z̉;y ;)=(MYYJI- a*M u'e0kT.Ix=C t@.ǐYQ~`vh= o6#'5kJħ@׸3*IR7 -\rM`vO)*P ._;h :NJ3r,Xj8h|JӢ)PEH.&6*0Sf׆&!"L;#ų004]fSN &:Y I porD3yB_awbrrU8}sz97ZC #\=]H棆NKW B>]AQlWƨk̅:1nŕ`Ab"|8M]mTgYϿBYloKֺAfk4߮&~t:- owVN`v.k"Թ=vvA~BhF*7 :ZC<kDrN}ؔ|.i{zU}8igUe:cxJ9\x?t Zc=Vdnڐ2z0fh T {P=>ڳ`͇k%P0%:j,W;W <Ί#ȹEҾL(`a[uĪSYfش^S"T]_>"u#:tIg;ٍnn!Ei.9|g1*|,.weJOi3\@}X%[!I1DD{C¿G (>Vxm2£.&Uqp-g涍2{ma uB[ AVކ= ^ΒAd pHh*{s#RLSO,dU"0JDa)EXQ >FHTzu>F]Q CEA#-)¨ǚ,GY~c7N>V뜐bLjV|_^<Vk/3_DnKk%:0QslĶy~yw9㗉D?`NGD2nޣYv&] v8phT{ `wb*0^ǕP(c[]JJ$E"n,Ţa"DŽN } љ70KV\6 蝍N/ z;O?o-D^}A8#2 I˝@/ #!L\rTتyzOv-_":]ʵIftYG]qױ.ѱ)5co(~vVRٙ!v>$ɺg%mMQGFЙaK=,mJe5ge |M/thB*pN-]dUi4pL;NN+VyM!G}tjv1׾c8PhճJ] x`~Uhg2=m0AN}]ބlD ]Gn-ol4@Y0!n$( A Jn. ?S#+],sblp{S(EĊ5G!`d ]ld0[W~_i؎Iڜ:"pM. -l⡚iҟ>$+8v4;BK,־d'# ERjޕ-Q_Q) gu*dhmAހfϾ65« %9Eb jýߒ k.:H`l e OlwwK5/A{n"D7pQ3, bQ:S8JC֭ߜ\cZ<E+SDqEZ;ϝY .}qa +I&w? 3m;mtӜP+Pi.+eϦ{ H]I)9EKpL.qySُwbV"k|ri|Dd#&"mψ%allc0HfȱAi]E}~u&wTbhؾPc7k'`sJ0o*ݟ&:IoZd/q;hWR8R@:~z$EVJ]2e6̅C+ۦl廠WKsǤT8#,Nv-Th+$Ũp # B ;pg mcZ6Yf$ǠC?e5]ѰLW 2%68m dbtvøn83%{b)|ߌtuIii_^fԳԙgRhOVWƳ,y"j\Iw705!$FݡY K˰-vd#[ g bއq97_ LC3,gtp-5g;WOx;5?+=%@o;֓ IWT#%D^(iW9!spXhD2gbe_ln%>ӄcM?xlLj`nIΥkV-бw“Z I2nak |@j|ա1r+u fz5-f%t,`XDmrN=!gp7mWDc>"w_b~Sti,ِ u5O J %GPrQ{y5|{nEj/w;oQ Svۡ %Z㖊{)EflJgh[p| Vʻ!NVຏ1:%-am !j#N-aj? ϳ^u67\ue2$t4^AIl"3 WFp=lW> 0fx 2_3AOl[DW?JaQ 'v³Me=_8}(o:Ok#Ġg+a|,c_±M8d"H Φk{X/ֲiwDQhh⑮"`ӹF P &'YՑs0M2R=XEh"D [|S! "Au$ƿVxē;BVͧIXoz|BG2P˗3>@l^ wԚ \!2XP`ެU)EGAa1tcOuCtgf?rGܻ'%2AY%y5ׯLCV h0/&]HtNmLC} XywTꠡڴ['*! .L7C);IV"P!{jFFϟ&xboJv,b{jg3LL-; & :2"-l,-7O+9"0%tCÂ4"xgi5de=Iǽ1m$7!/7OOAPG ?F9fNhI0<$ =1LL#^'*X ٽ?gdCAL,&B>8*Pǎ\wdx"XCB Oۓbu03 ֶI5wN[91(YK+/ Q 8C!UNzQ z48"N\V14Aiy ybǹS6 ?ɸPu8Xؒ=GVX)2WN GS\* UWm򺴰~9 / lk}36]|DUG9] /{2h ~& yP;|[l=X1`|&H~~quy 3%g:Ʌ;8^PiXs++ƅӢI@Jhhߺ2n//U׈G XOH1A)NFaf U֎10; rw۾b)m$ %~C$e7V>F(^!cyz``(Bw@ ]=2Euz"ͪߺ 'b >&T{3[> sY;ۙ.?<鈮%삵w2i+X.͆-"g>6%IR{&kOF1{A`BLhC&LAO*(Dx}⺃<@r70?Yz`nv/@]甡e*IY)~DgMA;XJ :g'^- Gx ;F*r-C&Mˆ,rFN–&OX(pLp+ʣ 鳯9-Jvf$j&&l[ ܌qV25K?wk\{S0o&1"qdA'b-D9K?NȭYyꬱp3`qV<wm `T2•/g:%Nx%^Il+ Y{Ey5s췶UBMÛThY1`ٱ4#rCk8-ȂxA%Ig6YM,%y6k~[RӺǹLϖMY/ RԟE>? hLtfkMVc͛?NoC?R4G^SZ'QoTUG^t5ѰϼP*YR,;3|W4?I>v2ux~ r$_n}nagpZ+'ah $oX\qK&`#}6K,ň81bY#Y%Up|ÿßߗ}; *4D-.^wyU$>r??,rs[ 99}TRw Ex)IT/HZrؚݱ-i/|&HB!FWlүNKq.*ȕ9Uc~/cCr\wʖjnr',5g۩ (DzXl}ށ7V@Z(a\}o.cլ̰qKȗ:&Agz跔ރ-p PKOl PA8?!-N蜧l`TR(87,ϲO~jQ>4{&ԻKTx >GIl7%D<͍A>B/È<2(|u-K{yR7^}ɻ^DB+[ vA2bAz3DSfJ153Q\_R\r2N0l)1&f9-)g_ou|j{hxvTYV݊^ZWc,t-*n%}C%Iɇ.T߆uxbR@wPjvՙCܧ} I$F*NM`~ǬJ)*H7! 3n+{_d7}p"< GƈMP#(MOa)Gwz$an`CFb\pybR0Jut@>\xZ_.}U?ZaOFB-Cx7LLz&.YRMu-}K4g;ۜhˋI~!ya*}:L.msUS{I4j߁`C)HVLPD"IgSB%W&~s%rT?zODD\9fJOɎrCw%-ֺ0}$~DYu|'/oZS$_,,<;G@NKs$i䚹H[acM<]z@gpR&&ʪOcBwf4^=EA׏M/"X(0f͞'9D~CfufR9]R&y(Y1ͣVDbN: JJ_F=YA 'AOq_NhQp G>{Ds?"ib>$Xfa#C)^*8 <Uz6S7[0OA)Fnn~A$"5٢PwcAE΁tqrPˊfJö!]RJ#ws/ &2Yz@YtkClmLv!{mЍIao" bN2|*Mx. 6 a@$Iݸ2ǶXꏚsWRq#~_/6Ɩz!2c^l-ec/ AGP>Kj(QT4Atv@q:DMP`<ъC'}gz~$s00D5p\žw7n׃ǩ߱P9F~C(8z>rş8.^>0> VPq2>6( #k\#Sj%&'X]J|rogiI`,? /p~y`w#ء\Y0ڵAuFX+Mm/5"^\?Q R4@&QO'o΄.teɩC-(=窱5.Uvqdtt(hN]׼)lvGLOa[#oT f[*XW#t׸onif2`N':%Xu+ͪ, qh+oaJ3B-GR"]>)lS^J|VyR<$gXr+;P` *UI J63'0_qHŠcWLz+Tv`A7_u*^jĬQbw6'dضvZz "C|dubLZ+l9>>m+:IE|D }ڄq/tL 7  I4i7z#F`܊9w"͍abF,U&e /XW0!ŰV-NsQ3RreSV4`u"Cm'KI'cӾ;Soy6%ŔvE+0=S5qwъqʀ%D,:P6k; CeGpGWYB8GOsI=TrUe džb:SEck3!YG"uA TU68PfUt_WJEPxy,U_sN&2<#s˨#+HD"Z8|@?d<\]Cq'`wG$lձHkBsȈ(a) ߔBwN3 &"c|Tb{E7SV-n r7`{n@-"t6nQ78BMH61.ͻw2_bc0.8\k߼שږZ6*@".[}`zvOCsT \g' tgX.J-+3'Gv^'NhOLsñ/b͞\MϐB14p2m:Od &xhm ST75B΀in"HbN5g&!;rYh7&Zibfbn2t]KRhWJ!9Gvsap &>HbÌYUVSe?%=ftw#F Q7XҞkVe8]$Lf_֙b|mr=l Gŏɩ Kq!"Rfjgˢg3UA^5<f&R)/1`.X)ʇ q!LaX*s+"jQ+Z%N00hOtvl\S7Rvdo"Q\-K LTOZ0m†|>דN 5<\ᅯWw$.4AtԳ)(DJ.=2M٬F1GÞie)#RY7US 0 )ޏ|S5_~/X.-× :ĻEllDxhvU/,. ]KVwze2-)"/'YEӺ0.iRYֳUb? tpd[UEuY֙`4*3,<[bp8癑]ڕ jRq+f|=bd^8ϸ'Z!9Qa[^REdycb\Ɏ z^ T'M9i wD<'PNpc`T %^YLNׅDœ![DP)HcLewVU4LcĬ1Ʊk-Vm(v'BLquI<]qsHz{(MJT3'kgz }/LUʵ JXI>}3aTUSv4vst :h_0^? {rƁ)}{,V=7꥔!i6J^oETYej< /WFˏe]XeRt/F.$\I@`վtY'bKG_~r<4GeσR,GYGŔu%R|53RvtsuE#KQeӳ+(TGuGb7c WM{M 릲lQ>&ggا>1HDVޟ7NܻzHҔ\$D娨r΢ٛA,WbgicD:Ky.p5͍@|$Cb;>E"Jor|Qjͫ#;fQze"֞dڰ*aQHAm eTs:]EY][`U&uY jL =C!ի0[ܪkMTPSbdTT*XY[eUi3t/ˋ~ײW=q1EVRKq}l|ߴ"ʼ7 Rx:/þ&%[~u:Hjf9o6~6r /<K̯2"^ۖ 7y3_/E;sn1!+nGlgCYO :8P'%嘽3DXr(s.[e-{fcz#ho$mg|fG];:W6^ p8_0&CV#T2;3H ڦQ>X\؜X/OƐP 9ycPw,+KIuM&L7ҟB'𜬕T>ApBH>zQOgQh+6S^q | Iް_[Rg"-4{l 0[^.rLaN$k|>J3N. 7x{L7:/#|_z~n/MKT(O iO8 9t K%Nb, -I]ٕ fr;-$M<v]WRX\Hb%tj s}'_Gn'kءHivA5P DE64yXMw֢^xu$e.Tz@C2gRQ@EI B˰ {@XSY?xF A7z>mZ֦== 3c5hij4/w@+]OĔ q&wJǻ ;Qp-03^EH3 |c&5Iaa.7y[/@c( 3m﯂}@iԾgU>g:ݩ3N[>5]b~f>$tُأ芘;ycH ~3H|]KJSvcK\oX6$hh;W' a7%oo/bDR H 'juCyPz䘸rUxJ>/tT/I:Y1H !,sѶN~%9ۺ5=#(JC#:BTj-YWFt[H9ա 7:t$y:/`H:kd6 P;{oR{_u2,۱iuVܱr(7;).rP{8ؽefZTDQtsuL[(KY eF$WWš3Mh\Q / 괢`(߹XUJ8je4nOږ~2 ylY)'â3}Ts+uz%<]<*~l/dP0} IbO)O "*:_4\_ mLۍ!mט7V*f?gNM ,pnJdV@zDn.:<&7P%uw$#Н%yMm| '; U`mq8Ai;)@O!$؏8񹚛Jb2tLD^dAhNHtl%PEX;SrUj-@69 e-xθp7u&N qկ㮙cxR3 :nh38!z) yf;;YI8]S.vJ6Xa>p{>v+ϰ^goIrfs!:j|QA;²$Ft2l0#1Y䐙#E" ׳E_w5 5 ,a]T|j;m||1\؜W˼NyEDbT( j TE\2][qܹwƻ;U3e6SK;u69!`x>be k,s Z?tN&C:4&#'8$y|^4􈕓&rg9U|o6Kj FՑn5V}Ls(})T0j ӧgTjQ 2"gnN/\-޻pJQ# uS h1/fPsIEM㻎.=q+#I6lfGK)NT7{<x ˂D6,Fe'fQø W~:je~m"OKk-w fl2fnYTu?3uOu gp1}# P46$ cɀaLh|0e{v.59`1 (A{&U3z쒱k?i 7"9@6^IU=Go ~m\j3g8"0@KBb=2'{(c`uc 7M?e4¼% il<\,)p@Y͘ꭦ]οOmRI vp)1( ʢ|T5[%JҽI#̡ ih𖄀m3"cf98XiJ\0H$Ges=]~@788DH+ƬDf@&;/I3p/9mGMiWsϧ 8~t 9zL5b%ƹZN! ]{hzVK7(X |F<'s)x;-OGB/fPǀdNF(([=DDV]2J[.zi/ Ƌ1&%WrzK!lI;p N@iL^<;s,>GI7qS'Nm'*Hye#nQ}N}ڙk"1g{fVmhX'J0bbU6',:4SlF$j\;P M= 2rP֎ eF^DaEy rC|tWBT!maȤډH"w+H:\ PB\HuP@kLS,:aANǠLw!0b$-ّ][tI.h'!l'Hy >F|Si%i tT/gi:0E/a2zZ^v›^1^+Pa; *+X}. lݹJ&-@itƲ  ׎:CG,,T<0ރts <ڪQ> +z29;IdhZ)d ZDۅ`ѩU+2*^CƖ5ȁ6-٥goT-ԝã= CŽ(wGq&[^DwO{3bb܋K%cKڣ<1]n^aށ_XY'R ?誾fL砊b)Хh{2lwRHN!ǐi|%O~1DÂhsL>qR9p-a]mJ"]_x/H/Bxb݄l4ꘚN?9s17+7z׫B8#!ӌYfu$;>?:*~Tlq:y}6h6 bmkSky&Qp?۸ ]"Wq*ݲ:oGa-½>'aYR8v֓m-9 vRZB[3 dmpSi^x-5.(KE@ʫ]ϯKkd4 TJy%/tq QbO!3ԫcQ/y^B,޺+G}(/kpQ ,h])I )UѲi=%BѾ9JJEt@s*-5}xP)ǃ&.jo)>g;l>t4tp+{9l3ؖ *T̐\ar{q^wJ,bjώa&Ѻ^u!w4:'iN)wLSyTSjK#f;MҲD /L>յbݾLs}[I,pC`-fnIa;m& $6[{,*y}OF([f+ڊ*P 68ϝpUˆ7;is<nl.OL-ax} U*$'"3DRdە$n#VmiY3%⥯^yPiӺ'ni cdVY |}X'o6I.l6 {-qIV.psq#S "ީG51MLm؇3Awx8&!6^JY^ )lw };' X7b#0&&" ;^uKd*an&Em9#選vl`fJFFMݤd/ٷѾWeO%:2lg9q^ab--ڀc889#ʞBj ΐLN8.gD%0Rs%-! ^WZaþжx}l/>.!G) wd{!|ىv'd41=rH6x,k;%;%)e0Uk"ܐĥ-;۫D6~ !ʺ1u<~AT'5*0%ʐnf:lne:;P;?D>M{F+ͶX߁n;NAO tY;~x#w r>e%;9E}nRh\.WVEKN'aY'۠ibWrx0UpPL~wI[; hW kD:_{2cK@{MT9pmX 95b;M do=[xtXCdpYOQ#a1f].Ndg?zzħud";148kI%fԂYG_iTǥyu-{^AG*!) 9LFm7b;Ou! B@3Q_Rg䇅B\y6TR3aqe5 \Q6 bgurB8A)IFV;!Ѓ`{zoss]D*fS"Btf͐p]b&f9ɝuhДbZvu k3Ch,1KЉ/G -n =ce857-|úi-Ɖe[mSuXtl  +}wb:Ubl[./xwXOQɈy4*c ;N~M;%?`nXl~ ґoNQ@qEXn8ym# ({n̵ke 쟝58bj ⅇ,~ʦHjxyU@( %]YpoF߯݃~lR (@7b;ENbPj3θjjS֘z7d !%?*1:PWJۄʸ-<AAE0?wй@t oXL9I*WaGҳQm BSkT JcmP2҈ta}MWⵉ2 wߎ+1<^KuvWk cO4^QT/hZ?Ny;eM;j>@T :$8w>u\  W.ZI@U^ Vu}H }q׷\S_g? ox\-Iѕ \H_V#̛?5d BӢ7t⋡o:^kid*4X37dTpse)h @o"9d5Lez>(>KOe/BW 񧒾C9 TrL7[V. D^@#8LPLWT=G^>[jjkD>v9(Jtp <ėp|N PEroFqd Hʃ~V=τ\^}WA'0B WnEnd0Y,s4/Q5/T!O VO5\99(DHX97&lrAo[^_^ۚ#KνfY'@]OفS̰򂟘e&$X-E':^wh Kcԫ]#=GG<hRBUƒ18xu+?m`ǯmX%]+KR$ni˃4s7\{PGIH6|ZC.͝j[q\[ѨI:"}fi7N]}_x̨yq#x[Ea|BMbʫn|ҫ٢wv nh\*7C-0_ 0 4 S3 '\[>OPhWK 6)e8bg2~#KYUKGa꽅-|,(_{ZAPlĻx'+m3eT])yJx<"Q2;ƨ=rذLfRM0 EY3o|?Tm+؇&b-o~R%VZX^2Cba@0sha5,^%Fy>2 45#eZ[.cfa!s<(E,vt]geh')D~Uo}B>Uyբ x.6&<ϮSx|DVW#yo#l Y!.u2ԓNI^\D`j4XL"~Pn̋j#B9:9J͉w߷J 2ZNzַ ;.՜+ !к50.-Y[&^qu߃t`,^Ax })S*'nҳsui {7>u*x}mqoHRD#Jb;}oodRW*1kѱb[-]}36.k WM! sqzNX0WGV0<‡Z7~By?ss?SO\i\V fNTU-NX0X +;1}`!&')\(qxJߖH*NUiъ +pPrŒ2eZ%%ActټlSrTl ts!{elAt/ڤ4yAY>]1dsxۂ-66/_X 9 \wՀMpjZhE#15SqM`yksQ,h8qF:U@9v<Ɠ8AvxSr8lϗ D\1;d;}L %o[K>7WwbS; e iHo:OTeG¬a{= ٖޙLvT[%!%FȮo%eX[ڵDgAF̠lx | wH6↲OaVpOSpm;mݚ_ HXSS̫sTFc`٥,}SZyqM΢ +4zwͼ[01\ٖ d`CɊ' <#ַM9I2zw{%[jנdyN67m Aq gY dA!L*A#[D[:.e]vc6o֑*|?䌹GlPK:YԊtЊDP+uٺtgc0 /Tk].<_u/x*O/4Ni`mÑt|S;aP#q Πa>),W-aaj<Ĕ$(x(@l̾ ߊ Pڷev>xdCwŤ оR.C]iŴhpTٽ4@sA?f+*H'FFPxc 8 4j(f/VYkJ2y>ؠ()Mc]ZRQhZ^\5=϶~jWuOK" - ^Y1r:Ǧ4Xd-io+~)=^ןwija7ЭTI0]T]^vr}Kcq9x0%.GH6[O7*%(uY6V*@Y'疑:{2W$ _҃m\l',;83L)DF9AڣCvrZxa*=4P֙-yu,LL-u~gA`&&i.#qJ@jh?QE^2LA?gF!J>r@sT>*1~o仵 z“p# [4̐:NHiw J#`RBLSтw; |7O}1JAf*EB2y^@JlIjڭ/!-qBwJ$VcrˉW|(;``Nx,5 6EpUsY*pDЏ~/D/hH v42J7M>%qVG܅:<4E͜3LHj;USiQnR^\V Qzra)r`R'Ub8ښ >v9āĄ~jO&)z!j duպM{NTIemұK2qmA_fӽUX$pfi\P,*r87&vgVG>" K3P3 ?G ̋&ǥZ ŝ\X٤5J-ijX0ʟɔ2_صTG(\n o p0`C,  NPd,#Ecn ˭dd_6U f(($4ɞaG/,Wg%s,wozQOEȪ(Z!6=DgKB֌c^w͓;wcm3Z&^ F[*)AaA^xԻ5<x0ұ;S%Oۀ*@UAUI@-wU {sqa(&Ej\aPZ5Pf׍<3yKo]d8*"Ʒcr0ԋ|Ka3oG*FW}*5p?Ĕ!DGmz􃖵k> 2zB C ̡f1&mA[W+cƪ!Cxpp_W!Ėn;m6^\wޫًQOAb3J" !Es> Y FXcg#+^-bO-T|#T33y˳S+9#i͈.euw1W F_}M_FCWUv EA+:F+(]GȀ!K7|<;jAh@2&zBRNU;r**s0p-,! B@81{4煛\gM+ʚ|3(0)í?fk<~Uѿ~ ^f;d](Eos#rmLa x)`N/RA07̩qz@Ke'> aUs( Fp/ƍ$( ;vKK`P7/ Khfm= $~''ip;"ZuZcvf+01Ood;vT9y}u%fiF^yI2U؇ks߁?(aԑhE1mdB:m"CPMhuLZagdӂV<<pʈGoXOiD 5p.h+&8~☌u`ayͤVtDY95 !kԄԏDhRn'.,.iir}+ݗKi4gh.%|3.I^AĝV.H'LHF-ѩ#bkK-S:݄:vLh^1Gr$B^Y^(m_Q-+`%,gQ2P:@os=q߂+k܄:[7X g,:jжBHM.N:RxӬP* ug9yH 6י?80 )4߁ Ľȕ  ͙AiV3´?Wnٛ '?ɒ/e`Z[O K^r uXaϬ-`2 -hkӊ(p6 f *x;qgkSBб291bzUvcBphF6oL]H6 PpE`銠p+PE\'0$P)< v-Pj(ׇc }6)3[l*ޛG&47.Y26l7nUNc2J<:EALz„ T ã~MUwby6kGG{ZO&p%}&ƶHtH͒ 0=V*ʝFZ8J+ y5ɐ2ؖ}c ܨ0u7%$݉Zգ:"݈ ,CƮ^~u)ç5DFJ䃋#?@0~4lwZsn 0`!ZJff"/_ > 93pS,&W~SK\.f{uG^܉YnV=+xC4^,|>>mdbU h8y heeGmGz_ wC{\ _p,f>Y.a׈Y 3*#H[$A*h^)wu,y+Hwu؂4'kh@O9?4g`4=?RĚ?SJ A^|HkQeBלZ)TNqՈ[5 ibZL^a=WoŃ~ddj8,rX\hfA:SɃ?wP.q f)eYdV}V߾,ko%ۡ/By`^7HG:BY֓ڢU4Ɯ~-Bĺ:ЦmpR]Ԧ![AY=[e.T*;vȓ5`3/K2Ƶ49В"4 %\B09_jFB3(߮ ci5+Bx=±k^1"o%*g9}dߑ?Ւe% ҕ$q\zh.F.IG~+Y˒3~ `tfx0wkD`R sI _(8ۦ$洸0#*CpqR9;s -#⣓QuxheZ)E*yk&+#rͱ&b''M9.0ϤQа /dG G^\vbk_Vdj(Dqi*9F9N ]{X{rFZuGo(xydb ~&`^% sVrpcb.}aЃJC;Ҳ 6 NwDɞow_;՘)1"Qը&od:q[w hBJr#d~ll_T@r( B9f&>ǎ!ƄӻndxV37eU< B;K.o#˨{pf$vtm)wG6i{4&.)} ˵80raK'hL@ؤ'5998Xظ=zbI8mB~UK$H_{qʇ:Qaa4H-.qL$F{&(}l(ҳtЂrv?I_r3oJ]?f$ؾ?<ϼ?T̸%?hG 5mf,AӢxUY8d{ˆmk݊ LE\C|ќcK#,Z2fH/<+ſPq,|Cu9\g^^dlc ¹ 4PPPv$[kOfaɣ'+$iߏ7Iݷ$\!ΞHdl^Amu {5t"ϬwK0 ^#{iANz>c!+!IFlO b oe@*;3dž1[,lxĭfRFt0:Xypalx; -xO0@/F-Q1ۏA ~J5ksJu&- _$7{u}[OSχ!ʂ|#VY,VahSgU5y  K&4i7$]*4NAUl)H}"qA(22iy~m?Kp g3ؽ["RuCsj.3 b t?r;KшLӞKZl4b1; i]CZ0~?Q/VJMkm3-\KI B kb2t;>Kg6Z![EBQLd_X i>EčZCty ђQ|l -vb5Şհ+ 4\] _j <6`TntS:43ݳ9sV5χO~.v/b+\ cZ}W4N.r.ҭ|“dD5xs2Q+!Ⱥ<ݱiHEvES y<2]JRqV_ꅎoW~ylTTkВxi7MxQ{ygg0wHӖefiuC`ӧiMJs"z$Z J¼.s]D[k4;-dUn>MKJ+ޥؚvФ@wjcMR3VV xm2!S9ZO=ZЮ7dd7 ѭT8BL9% ]0>Mu(BK#h$׶ %P? L'8xDj26Fc!bd1& x;g9uSHҢbǟCcITMzKD| VwaZX~G|bQm&;sftS?\pȿ;YM<֬5 XpDcDbH{{!U!:T|h#'[WZh~{Xrr Lҗr vu̓Ѓ7 oVBV*Ķ`iu{qrʷn}nȱ#XϻӰŢ*-m|d35 3._c+ sd EEjlY8:aew` J<}U P4v{h@ *Is}uַ 1 Qv"%Uy٭wF:=K $X}O~ID ɢGmYfS={ &i9 \`E,RAU.#̔G(Xj8b,pM8+&e[L.{tWiS/~0Qdtrɵ+Y|1Ea=rm<`A1ewVb/&X4N|p. C~ YZ