python-mpi4py-common-devel-3.0.3-bp156.3.4 >  A eqI%z gjUKN6>/,̮ArM5OX?qcWv,P?lw{"vŽe; on߾z$dp x %Z\"/ӻt*_V7mk. cSww"@p^c 0IŘmσOhia8[K̊ٳE_l y}H Qh8Z2=!#DN8eS` {^hLeSW&Ig.PPy7kd10ER|~ 6!PEl P Z:0-=$;V13ǹK 0_`EX\`Q,"0)U7uܘ{MօiB0]f2[ܾag 0 &e_nZj * :" V% |Ƈ1҅}(4뉞(rX_%i'uf915cee7e2a7306690b2cd286cf05fda40284ce0bccf89a6674e0bba4520d794a7dfbbc6bc96d73c3aa5f2243af9ae1ac4fd6065e62eqI%z zwCw c g &&ԄCȻuHo3B*wHmVzOn+` y Wɩ}1?.pIEU)j ~M0BX4kSO3nG ^#pꙜ'} $_  x~R I-,\( ;_aJz_ЂmRTFWMޏ2=b=tAv c4};Nt ,GdMBnJMTHO\_ cefu]@%g}Ȇlkk܆?2iܑ됄P21@]%kˬTZp dA n*Eڸ*fov1Huƈ4V/\< pT)ʵOxL_tRu-mVfz&jTM+-s2:{-M\ϞN2qBP@{ɸkGρ]e=o8&Y C{UI03t }(>p;T?Dd# - X48DHen{        @     8 e  8L(8 9 :S FG H I XY \H ]l ^b_cdwe|flu vz@Cpython-mpi4py-common-devel3.0.3bp156.3.4Shared 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.eqi02-ch1cwxSUSE Linux Enterprise 15 SP6openSUSEBSD-2-Clausehttps://bugs.opensuse.orgUnspecifiedhttps://bitbucket.org/mpi4py/mpi4pylinuxx86_64T"'DA큤A큤eqeqeqeqeqeqeqeq\f%ca9f6b399993606acd3f41b93fd6eda78a4c295f2c93b7d2005588260c4be4a550d5f569baf7d717acf10529a017ddd0af12b5d76591167f29bcc848532c55e5ca302b771146c9af68614ed68b68378b6c4c1fa6b1a5c733f2e12cc2ad5b8659587b5e3663c07684111d53bb298b8edde42ee5ff7a12f25f0927aefe4816ea43d5191b4c498d5d1f19c36245b198a0220ad33d523329dfba3b21c1c914048cdfbcf803f1c3bc73e9e13bc1a9ba1c012c983848463750bca8cf7c2f896088ebeacfdbbb2353d03193359dcdf3295f7a16f342b1b2ffab9739584fa69a2d8c8a95rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpython-mpi4py-3.0.3-bp156.3.4.src.rpmpython-mpi4py-common-develpython-mpi4py-common-devel(x86-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.i02-ch1c 1701958643 3.0.3-bp156.3.43.0.3-bp156.3.43.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-SP6/standard/9ccc8a74c03cafe274664112a4b73df8-python-mpi4pycpioxz5x86_64-suse-linuxdirectoryASCII textC source, ASCII textE6`*x>WTںutf-816b076662bae841516623c31fccbce00b7405cbe0395d6d2429de026fe18303c?P7zXZ !t/}'] crt:bLL G[,;wA;OS_Z OXbpiZSM_LjЫ%o4Hp?=ܬ^X-/]p$7ɐ%|uuj`z ?q4ԨYkQmdႻ:p?7M? Dv3-Xop#|'Nf\+L{Yؐr6JCʔTTʿ{Z[iV%A]iCl5$V1UlDڴLyT r_ܗY?ʙg5@t!.[@| ++ a t<tZq#] ̽(XʫXW]M'=o2!%Jf )zZ7kQ^ɜU5֓'%׉6"=|푴5?IO|17ooTnc'̶M0Wd4?$ߺ-a2\]EoqQqdsc^UYxmKl%4fFV~cyGO5urGdx¥xeEX>B@1K8S!daAG R2fnQ;N$WQ1'df{a =91R HݾQ(Ol)ZrmV6R:?݌SW˲ վ 80 ^O~W" k?l 4W4e~9ɢ:!v]5 cZ'w9 @?#d񻿉4k7Z1Qƈ?M0,(Tp[2wǑȗk, [ ]l sрPAH$e˲;ڂiTj{4Y#U4й84)dvQm21Cε[j0 Xy$f>ՀY)'~J_ޗ:|ťIAX#hHoĞNp}O8eı\Du,){@"f6_ Ԍk(.Raw`<ڤCOS Җe7DF/@ , (;vl=z9kS l>_-e]$Ko}᰻Ipp;+U,9_;S%WD8y$q q@Ⱥ%L7 Zr+qmٚ(ɀ'Af'v (❹ePoRJ<諞XQg"PT F_PRQ_l^ٽAh,pSAxka=ai;JXLaQn3NtCrۚg/r+马Èn[oXtQTS+ئ 1ofNꧼR&/$_!$[Bx&} cQ.DSֻV:$rSYE P9neX,8y-mz.Ir)ފ/{Bq4Zo?LN |7C]u^3f:Ͻ.>G ACu.Ux1 ̦qAZx*׵}k-ulCY!ƈrʊ9fRw"a a9o?Zy_ EK Ш44ؕuMT܁4뜜 >KS.g͐X"~=GAӠ}\rXqTWCQ$F6O+ /FAD嗫B9øN@<O{7@K#@&$;k߇*f_BUH>ۏ-y**#"lָdחۣӾFql7d.wC IRfKTFu**y*vMLfZ[`mpy 7~Ϋ+wwZ~qj{p̺Pε+':^G_*(Hr9Hy#ɥ<8x `TyWF7x:j"5~@Q,묪S8 \(x{+#*AT]1'؛p,W%G`#d42MIGhQo㸝,-AdGۀ{ۋGȏX*Az_U (rrN mo+l_J٩OS ≹=vAkXVQN`&h` `ye6sR{g;:|N31yJʨ~'ㆠЄH=Glr}"0M@)tc;pqd{pEn&WiVv\AݰY(P_O5}|f荣|_FWtQeژGݸ AQGb)$j31 x9ҊSR^ HouBjߩG"0_aR|K9 xHZNL@>4<u5!)첞눋UדYo8iA>A_ ˴T%ǽI#,EM11:ގ5ٳA&3AI% )c*wxG+sn7;t`&*8IY^J Ї{` F!&Sl A&rSN@{?;it|J#q߸9 *AKTq5LͿ_Y.5ṅ9nGDc;{655 3Z ч]-y Ϛ'I_xGƥPV"Fp17x  #ly !Iদ#R<޹B:8])aԆk*1.7:o)4߯gEKeu1+zd5V[Ob e+C­&&@fzX#'6`Bw FEE0N!PہBCb &PeBƒCvgU|~Uh?]$K9EL 9dR5]|fq9o9ܖvsk)!ޓG~ w]1j)Lj9Xqi,T$ ѮH,~HJ`s\)k>@'Q:+u.gΆhܨ}9s PdT0(3Eyng۔09}dbL¾(۲xi22Clyw.r]W@ DoNKb? qoEvEu,dRH~baۓwڳȘގ0Ta95]_t(H-Ȩ? ^*l{BRԸ?c6VĚǢco*WK16 w#|tl'9ʪ*ָgt u~i.~|&|3,H'+F-fk :܈&J',.5j7e+q*E֞`=?~ǫp$]q9$!{p߆ WpNZYkޙ n=)c zeSCQq^}EcًmRۥb OܲtI$P-aDj_ζv@)e=ID:%j=d| W<HBceȩM3X`)díƶ YZ