python-mpi4py-common-devel-3.0.3-bp155.2.17 >  A dk=ŊI%z J>c̘ 杻8X _* 'HPM`w~$EXfw?ηm^GD͜]J@A&: x젉KUW SlL$uXK>q̈x@/6|;e#+ PGELN,eM*ZKaDAƫk@ zLuRTlW)$GPqf0I*O4>jW״WP!j5rbB@e5r Iu\q(+*ȑE YMIv;Fukk'ŧm 8#": փ}ٓRD~Nn%Ԓ"UΜf@35wX ,Nƌ@R4HuےZ-1QbF ꖊ>RfPUOH[|8vZ537d0e677e404df282ad9edecbf42c6ca660ddb283f06f80cd1b34cf3362f5ef2a9d12a182527fa7a71b84077ff5946e176ca7662dk=ŊI%z tBГ<ɇ_s`K pr9Dq\_a7\ 6E &pEHƘ0*0OYvؓL`9!Gw(*s<7ݞ`ud3zMgI]{Ʃ!˚KܭheNx$nq=q4ܵbX#p[(B"؝!_iF+oO~fJuZò݋UUi/ywF=[ɸY,83$ak=*Ǯ`Lp;d?Td# . Y8<LPmv      $  H     @ m  DX(8 9 :_ FG H I X$Y0\X ]| ^bocdeflu vzPCpython-mpi4py-common-devel3.0.3bp155.2.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.dk=obs-power9-10wxSUSE Linux Enterprise 15 SP5openSUSEBSD-2-Clausehttps://bugs.opensuse.orgUnspecifiedhttps://bitbucket.org/mpi4py/mpi4pylinuxppc64leT"'DA큤A큤dk=dk=dk=dk=dk=dk=dk=dk=\f%ca9f6b399993606acd3f41b93fd6eda78a4c295f2c93b7d2005588260c4be4a550d5f569baf7d717acf10529a017ddd0af12b5d76591167f29bcc848532c55e5ca302b771146c9af68614ed68b68378b6c4c1fa6b1a5c733f2e12cc2ad5b8659587b5e3663c07684111d53bb298b8edde42ee5ff7a12f25f0927aefe4816ea43d5191b4c498d5d1f19c36245b198a0220ad33d523329dfba3b21c1c914048cdfbcf803f1c3bc73e9e13bc1a9ba1c012c983848463750bca8cf7c2f896088ebeacfdbbb2353d03193359dcdf3295f7a16f342b1b2ffab9739584fa69a2d8c8a95rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpython-mpi4py-3.0.3-bp155.2.17.src.rpmpython-mpi4py-common-develpython-mpi4py-common-devel(ppc-64)python3-mpi4py-common-devel    openmpi2-develrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.3]@]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-power9-10 1684749738 3.0.3-bp155.2.173.0.3-bp155.2.173.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:Backports:SLE-15-SP5/standard/9ccc8a74c03cafe274664112a4b73df8-python-mpi4pycpioxz5ppc64le-suse-linuxdirectoryASCII textC source, ASCII text O<'Plƶu޺qutf-89197116690b4bfbecc3bac9ecefa8c4dcc7ad1703e12db1f9eda3d5c81b9a637?P7zXZ !t/}'] crt:bLL ؝-~7m0vix)Oy0p :6E\2\F (G/t&IG@pQ< -UE ))~(D#U!8tSwsOOiU o:W7&'*$kf##8A䅰Wo?QO/U !i޶b Z8xPwؠDL9vHSpf*LJ5"hi"`dTRˣWP~ط-EOq%9Z9a]]]7`Re$0K_VT$0gߢ߆\hъ`qd wG"lK)]:ۡszU-gJ\EK k{Z][0H y G[?`C<+^%nǼ#䞐'paݍn+1F&Q ԫ-e#ʩ WD{$(&:Ba Rʳ4N= EULuDL-xQ x6va t*m[2/Q;B]<>KSlw s{0EꗘMiZEۜ$R̿ 9HJYQ5~ 2֖FULHin)}RؑW nϧH Ί @-< #S{ZHW}3-d)x!1n">7d7(cm ~J=QR1D0 ؞gGƉC۫s햝W"l #)Vr\p﹅]vU1pl:6KC!WmjqSJ.n|5=R噷_ۮ^5+ I'l'0&%B"T۱Q\ zmxD.9֮\٦-K0puqz4b4LMԈW<"pHI݀Nos;dtG~romIaJ= >M^)C~%/L`!48t|}Cx)/E`.vI.{xEL:TZDAHی"@9ժ=GxUȩ=x;qN!(-XIVl1玡e9*Uy16&*d\π.$&A']̘֘L\w%f#& Uרa:֐g<Z{ 4(ox. E*n9#$:g| Wuaٸkh YV@}ra5e>DKF&!s2HtiU![pwW{w_!D_[2v:p[6 *T,(՝`@J(IZ͍ ~`iSuM(x15Ot;m[JRp͈N2K 9w< a2BGS71r&py)]LHMӣ{-' Ug޾~E{5܇߽ma /yF}.A(yL X>nmmJnU?BW /{D!%Z!;FeHi^qAӐp9V}ni{~&IªP6EUwuLzF`'ULU Kƫ-GvbCT 01*VY=rRbtq!ӛ4Zg@q4XA5V;ԷWhBA*~?[5=k_d}+RU 56'hꮊMkbh1MCl\'{[Ԇ=V (/Dl6 ACS+gVt3 ]#*'SN65gU"qOxC;D %D@'Rڷ_Y-e f(yH OJN9)o6FuXWK H?WJ2Ec^퓍5ud?TPp,V{EYzu3RŜ)` t>f0| եu!0=+_*DGǦ%S4Mݿ.l 3v܋5oSꅥA)Ng)/]/ԭ*Ӡ(4/lL>jC<\?x3%<фK~-,rKeE K+Z s`=m|깈qEW)*5ggr={S wiixXfƑ`k]"髩Lۑ$Z0n{sP^}Ƿg3 vD`:'i@pcիg͟ht+x˨(N,lr?-aʣCgyJl2ӂ3{bϯjHl N F!ꕭV =x q'3jIT,1*A1ĄV0njY7M?fYJ%&_ŏM%am([2`4eY(e;l`#1Fk 30▐+v9xB>GHmhj `YQM#,na%lUྷ7Ęo9x>q,G_q ї%("tLm1*m& 0p_!a,u}"hy23U*a={ڻ'cݍS|*ϴxZ)zUrX gJik̕tށ#]z;؏UX%TJuJ+w te?>a+D$>@@n q#TۃE j׊kωіw-yY 8߱rV;lrwn 츮`{~q^iEѲI:$>^]vH BVX Pw<6' N8=q~Kċ[A5XeF |iOVnU}m&X6Xs'ٰf6[}v (Z$ ʑ *cڒ&q@chJcͶ 6rq(k!DcгrOvwZp>=JjJ%eZvG1S̩euDE@8쑃X!(ㇴ=;d8aKVD0gpQ]BEE٧ }S* ʅ]ne 7z7bmف(рPAӟ"zD)40|s<٣#Ԛ1Zcq):T@/NS&p'Yk%@kؚ=C i2 otlmzYr^8O)#0vj?YG~!@f1H2'.!R`S5ٵh MmO6 Rm%]ELE'{F0.a_}v5:;^l}&dڒbǻ0 ƿ#ݕe< #=uWM@- ʠ8c^#v*mi}wgc6  4qK=mz~iYUƘN S)m&χ6t~Day f`]*ɂ}􆨦c%U~hު `-ٟV=}#:mLoٛs<ֲ7E7"͓lq3b~ʉ՟m$H˸BX~5X XU;^t%v'+2L4mGǎ PvR`Sk&9Q*Ŀ(p]==lS7J4RQuãVOnXd(0^ )x > |Y9+Fk"dPoj΅4QQ5E ŝda0=*=o,\cS(AUԷbK>2f%]* 'WCvB)*s-4 YZ