python-mpi4py-common-devel-3.0.3-lp152.1.16 >  A ^z/=„qa|Ux&bNi=`]Ϟax\S (?QR r/| Q%}N8$]?F+zPoT+`1 [41C)CG =b{/8ؚ6ka7uCXz&L拉DoJ<󶵙F{AM 3!Z$*rAV, I.]z3焭_ =s.$6=57302a9faced8d16bf210c392bc384889dfbf3a4c9455e68556f070d7e5a18492a435b7a812d805bd4dfd99f9e4ebbd46103703522^z/=„d 9)0VA+.:)YM[YrnzB_\ַu7rus/3qJ[ k3 ^noA0EsArjDU㚵njQI$7?`-@6ϡgAu#rUZ_* &!>)0On9fIؘq/.'sUЄ0o^_ qP4hCi}yTfS덺[RT Bt}(>p;l?\d# . Y8<HL_hu        8     0 ]  Pd(8 9, :k FG H I X,Y<\l ] ^bc,deflu vz XCpython-mpi4py-common-devel3.0.3lp152.1.16Shared development files for python-mpi4pyDevelopment libraries and headers needed to build packages using python-mpi4py for both python2 and python3. You normally do not need to install this directly, it will be pulled in by the python-specific devel package.^zucloud133wxopenSUSE Leap 15.2openSUSEBSD-2-Clausehttps://bugs.opensuse.orgUnspecifiedhttps://bitbucket.org/mpi4py/mpi4pylinuxx86_64T"'DA큤A큤^z`^z`^z`^z`^z`^z`^za^zs\f%ca9f6b399993606acd3f41b93fd6eda78a4c295f2c93b7d2005588260c4be4a550d5f569baf7d717acf10529a017ddd0af12b5d76591167f29bcc848532c55e5ca302b771146c9af68614ed68b68378b6c4c1fa6b1a5c733f2e12cc2ad5b8659587b5e3663c07684111d53bb298b8edde42ee5ff7a12f25f0927aefe4816ea43d5191b4c498d5d1f19c36245b198a0220ad33d523329dfba3b21c1c914048cdfbcf803f1c3bc73e9e13bc1a9ba1c012c983848463750bca8cf7c2f896088ebeacfdbbb2353d03193359dcdf3295f7a16f342b1b2ffab9739584fa69a2d8c8a95rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpython-mpi4py-3.0.3-lp152.1.16.src.rpmpython-mpi4py-common-develpython-mpi4py-common-devel(x86-64)python2-mpi4py-common-develpython3-mpi4py-common-devel    openmpi2-develrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1]@]F]A\v{\s[_[!@Y|Y$$@X@XAXM?Todd R Todd R Todd R Bernhard Wiedemann Tomáš Chvátal Todd R toddrme2178@gmail.comjunghans@votca.orgtoddrme2178@gmail.comjengelh@inai.dejunghans@votca.orgjunghans@votca.org- Update to 3.0.3 * Regenerate Cython wrappers to support Python 3.8. - Drop upstream-included fix_window_size.patch- Add fix_window_size.patch Fixes unit tests See: https://bitbucket.org/mpi4py/mpi4py/issues/137/- Update to 3.0.2 * Bug fixes: + Fix handling of readonly buffers in support for Pytho 2 legacy buffer interface. The issue triggers only when using a buffer-like object that is readonly and does not export the new Python 3 buffer interface. + Fix build issues with Open MPI 4.0.x series related to removal of many MPI-1 symbols deprecated in MPI-2 and removed in MPI-3. + Minor documentation fixes.- Use openmpi2 for releases that support it.- Update to 3.0.1: * Bug fixes: + Fix ``Comm.scatter()`` and other collectives corrupting input send list. Add safety measures to prevent related issues in global reduction operations. + Fix error-checking code for counts in ``Op.Reduce_local()``. * Enhancements: + Map size-specific Python/NumPy typecodes to MPI datatypes. + Allow partial specification of target list/tuple arguments in the various ``Win`` RMA methods. + Workaround for removal of ``MPI_{LB|UB}`` in Open MPI 4.0. + Support for Microsoft MPI v10.0. - Add numpy as build dependency used in tests- Use openmpi3 for releases that support it.- Update to version 3.0.0 * New features: + `mpi4py.futures`: Execute computations asynchronously using a pool of MPI processes. This package is based on ``concurrent.futures`` from the Python standard library. + `mpi4py.run`: Run Python code and abort execution in case of unhandled exceptions to prevent deadlocks. + `mpi4py.bench`: Run basic MPI benchmarks and tests. * Enhancements: + Lowercase, pickle-based collective communication calls are now thread-safe through the use of fine-grained locking. + The ``MPI`` module now exposes a ``memory`` type which is a lightweight variant of the builtin ``memoryview`` type, but exposes both the legacy Python 2 and the modern Python 3 buffer interface under a Python 2 runtime. + The ``MPI.Comm.Alltoallw()`` method now uses ``count=1`` and ``displ=0`` as defaults, assuming that messages are specified through user-defined datatypes. + The ``Request.Wait[all]()`` methods now return ``True`` to match the interface of ``Request.Test[all]()``. + The ``Win`` class now implements the Python buffer interface. * Backward-incompatible changes: + The ``buf`` argument of the ``MPI.Comm.recv()`` method is deprecated, passing anything but ``None`` emits a warning. + The ``MPI.Win.memory`` property was removed, use the ``MPI.Win.tomemory()`` method instead. + Executing ``python -m mpi4py`` in the command line is now equivalent to ``python -m mpi4py.run``. For the former behavior, use ``python -m mpi4py.bench``. + Python 2.6 and 3.2 are no longer supported. The ``mpi4py.MPI`` module may still build and partially work, but other pure-Python modules under the ``mpi4py`` namespace will not. + Windows: Remove support for legacy MPICH2, Open MPI, and DeinoMPI. - Switch to recommended openmpi2 for distributions that support it.- adapt to new openlmi package - source mpivars.h during build- Implement single-spec version - Fix source URL. - Package docs- Update description. Drop redundant %clean.- install LICENSE.rst as suggest in request#445611- Update to version 2.0.0 * Support for MPI-3 features. * Support for MPI-2 features not included in previous releases. * New scalable implementation of reduction operations for Python objects.cloud133 1591310965 3.0.3-lp152.1.163.0.3-lp152.1.163.0.33.0.3mpi4pympi.pximpi4py.MPI.hmpi4py.MPI_api.hmpi4py.hmpi4py.imacros.mpi4pypython-mpi4py-common-develLICENSE.rst/usr/include//usr/include/mpi4py//usr/lib/rpm/macros.d//usr/share/licenses//usr/share/licenses/python-mpi4py-common-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.opensuse.org/openSUSE:Leap:15.2/standard/9ccc8a74c03cafe274664112a4b73df8-python-mpi4pycpioxz5x86_64-suse-linuxdirectoryASCII textC source, ASCII text⯩?dֿ1utf-855f8445b907b52242eb0a0f6a1eda420f37d6a397eda9068972db6e5f099f237?P7zXZ !t/}'] crt:bLL C VQ5p ʼIfD͂G$vujsq .saBkHVj<罀 oq;DXUdIw^tbNB7.OvaLK23b f2tM>$'Hf0ʮz_;t5<А܈iըF12kaZuSnKVWܩhbX<Փ&aI.wV:T&.%_f\HJ MpObߩC ?!u"GA,D\!\a2\Z./ hآ Ă0mۺ>G5]{b$?2^a+jMuWiG$:̐r% l}K-J񂖀YX9qGlY]PK]Sx+T][!e2_OuĄ=:Tk -wJ|QcstPCZ&ګ99>L hǶ|\_:O dhϟc>/g#J 8QD!\ (bՍWv\ 29@VE~#*!V߹dl㸰mc%j}<u]9HOQ_V\]rgU&lL!Jc y6v1W5rqdpT6M+eй$9}eG%l;~ShojBQ=SB5e too\nMJLIa2l/*8>`-X %54Օfm,ιa'yJ:aD7B on%+Kldf%-D +$' J-^BeD! (bE1*AŽU3q# \;[݋k<09Lq2y>9 ڌC M(SKHMgwP^L B#H?FYbU~Ny!Tz&0`pig k6VUJt[+R^`>zr 0aEƥ>pJxTl~ᕄƇ5*ϑἋ =B- x(1ãv/6\82"ZU wIBpy}(kW, H@ >D6P~$8`f:%TPľ23~-^g1WUXغYEݘ.OGP> vhλt3jT8rLp5o0Z<)4r_ޥj"Í0_ @z#sVY1_w:Emဓ*;C^X4<LHrRYI]PbS,$\5.Q=|YB#ET' B&\[[2QY3}bumC_^kRcH'o՛Q[qTtPj? I"a4 bgM skeEtԖsQ!#6/'ٸmҵOJj>יЌ!Sf[m 9\MYT}nq`86Ð13tD˛1h{/lvWĆ(ǢjiFhOqAGW3w}n }Tb@&W k,B3 jeqUUku&SW!Ο25|pѣ=U_FłSnT,%kMlp>]j)1QC['/\w,=t qgOY\^XcV('AXEЅsi%d,k+RdF\fuE${