python-mpi4py-common-devel-3.0.3-bp153.1.17 >  A `D!M@eeew*=ˤ %U Pmn z}:_C3wY\qg2B@_vJՕVF^L ClpgyɳׂZvG NdmLgʒi WDH LiSjnׁym48v4r'@, eMݒA4q Myu8ezο ~AYw DPf7h3ƄE>]gc$)us6ӵ5Bn?hlFe0c\2f81abf1de20f407e8ea1b084ba9be194c755b8b873acff8a6cc9c10fb92e4c33d02a1cdfb0ba3830cb7011f53fb16b7c2650afe28`D!M@eee]{4܊Z |E_ ~11ځ95f²rd:x\S*]1Tc fH6WE4 iAVb?%)7Fxnn#P,8i VgRNQ=E0EG&*_u` , 9ܮO9󋭧H09QSoQ\8havږkZˑh9p;?td# . Y8<HLir        D     < i  \p(8 98 :w FG H I, X8YH\x ] ^bc5deflu vz$(.pCpython-mpi4py-common-devel3.0.3bp153.1.17Shared 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.`Dobs-arm-2wxSUSE Linux Enterprise 15 SP3openSUSEBSD-2-Clausehttps://bugs.opensuse.orgUnspecifiedhttps://bitbucket.org/mpi4py/mpi4pylinuxaarch64T"'DA큤A큤`Dw`Dw`Dw`Dw`Dw`Dw`Dw`D\f%ca9f6b399993606acd3f41b93fd6eda78a4c295f2c93b7d2005588260c4be4a550d5f569baf7d717acf10529a017ddd0af12b5d76591167f29bcc848532c55e5ca302b771146c9af68614ed68b68378b6c4c1fa6b1a5c733f2e12cc2ad5b8659587b5e3663c07684111d53bb298b8edde42ee5ff7a12f25f0927aefe4816ea43d5191b4c498d5d1f19c36245b198a0220ad33d523329dfba3b21c1c914048cdfbcf803f1c3bc73e9e13bc1a9ba1c012c983848463750bca8cf7c2f896088ebeacfdbbb2353d03193359dcdf3295f7a16f342b1b2ffab9739584fa69a2d8c8a95rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpython-mpi4py-3.0.3-bp153.1.17.src.rpmpython-mpi4py-common-develpython-mpi4py-common-devel(aarch-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.obs-arm-2 1615071171 3.0.3-bp153.1.173.0.3-bp153.1.173.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-protectionobs://build.opensuse.org/openSUSE:Backports:SLE-15-SP3/standard/9ccc8a74c03cafe274664112a4b73df8-python-mpi4pycpioxz5aarch64-suse-linuxdirectoryASCII textC source, ASCII textwS(fɣ.J22$utf-8b4f7c79900e65fb7a8775f2b50128130955f3d437fe45b29164256d0982f31bd?P7zXZ !t/}'] crt:bLL4kixcZhPJ:Pt7#UX&Y,~>8WJ}IT]8,t7hFr}U' qtVBNCn:>`tFm^<BGqg.k)nL瑗npa(nx` ^5|J|6XI GD'>^f«+R"3X{mG&ܼT㬇<_a-g \@@5lP?0|ˍQf"Z=~j6Rz g:THʭ;N>BD wg_(u╒-nQ!0nk;vWߧY}H>>D3 >ni_0O1?1ˋ 딪;;G 6W5 J. 4 HU/-w_ٿ'N/AQќd[%vE:!iIK|sLy0_4rl_= 䠪*M.ExʮMUarTg`*/D䑬%חyjLaeR(Y3AQ$VkcUee67[\?N#Z&!I߼tѯ-<0 ;հ4Z,DŕWt?cwDc ѡwa)ti /Bwm4sV0a6g>% Fc yC~sK)֕A3\D籁-<-\6ds)qfAyAL^T? 0(kL*؇A iToc#wߧEaHe9K`ύYQ9O iEc=B"aF; 5脖A˦ aS zۥ-,>v/b㵤*vl"P cxł{YK~4L Zp~ve=w4P,0XF8q:Gnت'Td%QT:Ssq( b@ʩ?0ĶujQԒ\gwEwY2z/-uɯr Ub7D1qv)XQw]5k]}ïB)`i@a_qp0͵mIāќOum! Q@a16~.lY>m$Y$mNK8*A3MUVLhȃLZҩ[aӻ ruo?=I;*&+-]m$Q4#l>[Mi_T 5ޑQA86 uFk"{-XfO)111%wz5M\$m@!u"U64}>7P;zqϣB*,RAkc6R0Kr̟w Sw/lT6ϻ].ZRYw MNC4wQ;P$| X!13YBMX2~4{to>Mon*D%YΘ2_J*w׈ ~E8|*I`(^؉XHzCnhC Q]Ϙ6i]du[Vm62GjN - %ʾ7dMX(hq,\S>MD56 BS0d&CT2KFFm n%h_!{vQi#`8 Fr1akY9ߙϗRHr{X臫rӚ݌ZL elL(ɮ jVwUn`hs?v!IgĀ믴jY>ǪanEXm6he@DeA+?StO*\v@PQbT&PaϝOmqvoҨ keXgebmL:Ri*u@P0,ӨC~ALKI6]^[ fj׫!$\t)ѽ pW@RأYs<`v.Bܟ7V}(:FI%Gi.{4h:!CLwC'c +2JmK:NjDSdjPzcn^I|AQ?ŷB;`k]]?=Xl0R.@0_ѵO7#z|޼ԛ0I^MӬ<2Mq<*]`Ys6 Buj_־\ CXDl$PauYXbv94OEj䒶0-,V:.XR aE 0ʚ jV;܈cPIPc a3Rzn^S!X{@ av~0G6khH9|ގ-J+0=Q>zHu:ݰ"re8ӀBzi#=i4dt!ңq|rq _Y+zaϯ~@Yc%.ݢQmS_9oZ@{6:tE}!㷃'"\WIe6bȮ(pi+Blt~UZ| >Z4]<,DP>&`LfERNjٓD HAж^ޝ,{3HR7>j8ʖ9?PKl㙴&4OۮQ{/+:۴g?pu z&,UMI"VsE}d_h aYiUh*C|3F ɨ(i{[k$P nЄZ5pY?_Ps7eV!7Wv< 05d^~p]x ۶jæ+ߟP#s~PvZ[GڄLML<:hG_LL)C EccN{5df3wH`%>.#؛al1j2/jnK#XUp7ֲ^ fh_X9Y6riѡ=_W`RAPqfpxs RϡN넎 bD2a%IYY B2)n.eHЯI5% !33n}΂a+\Pb|T%qaE~JgwKrN52|[k ޶臘 Re%+Rȓ"?zRY9NZxn.Ƃܵe1FcsViֆQwy?'˚;%"̅BJsP82N<:]ڑo Mu?h Xbqg4gNFf04/|%NoSu]n2JxDE]0>#Pb%Asa.w H~ Ȏƫyb%r_]*`"0g5ɸkK:%xX]"; C'gՍOG$rjh~*&`43-fی|մY)e;_i.I#){}A6\% vKyç2K/Ee/ryoz45CpI<Wx}$VITvpꩧ2 `vaa@ѣյ:Qd7zxnoΕ=UNPe"r"?AbEP*qحbFs7~eTPDT9 8Qퟏ͖ k׷\oBPYř{EO̶ X@Hy7{YJm`?bJ}3'T b8l?qh@&^"GFi5aG%Bz*\[':rFEP9+5-?lq WίU@,~DH:YYEhٜƏl~?H D.=hR]V[{O{R^zHeGa?jXgƑ` !,{8@m=;u{~6YC΁|S 1 ͪiKhদF̲_V2,>ɫ)obe YZ