python-mpi4py-common-devel-3.0.3-bp154.1.127 >  A b|a!M@eee ^_e T0Gf;zi֌u~ `شQ˞S|ĕm_.*[z0ˀT d8Ӓt*Jʿ?\z7pd5%Z ([ Ϩ Fa–RO'?AXM6pUU:p%Β2qM nI"~W/C3Y>+̙HR`]N F;Pz^θsb31062eac2c74b92a0faff4078a310a21b866ed7ff723c9a586c5f2e12a4485ded4241582127753ea998e9a7cea7a25a9dd895e12b|a!M@eee)Mom `b4nAp-An;X/coQ o?x`; jɂÖ3ZZNtcZ\0Ԛϙqv J&k;ޣp:g4LQEPx}E? Kt6j?&?g0QgrK1i VX9hn;3^Tmݿ !=N-t2@W.?=jDf<y_F9ImKً SCDxiVì}(>p;`?Pd# / Z8<HLir        D     < i  @T(8 9 :[ FG H I XY(\T ]x ^bkcdeflu vz LCpython-mpi4py-common-devel3.0.3bp154.1.127Shared 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.b|`obs-arm-10wxSUSE Linux Enterprise 15 SP4openSUSEBSD-2-Clausehttps://bugs.opensuse.orgUnspecifiedhttps://bitbucket.org/mpi4py/mpi4pylinuxaarch64T"'DA큤A큤b|`b|`b|`b|`b|`b|`b|`b|`\f%ca9f6b399993606acd3f41b93fd6eda78a4c295f2c93b7d2005588260c4be4a550d5f569baf7d717acf10529a017ddd0af12b5d76591167f29bcc848532c55e5ca302b771146c9af68614ed68b68378b6c4c1fa6b1a5c733f2e12cc2ad5b8659587b5e3663c07684111d53bb298b8edde42ee5ff7a12f25f0927aefe4816ea43d5191b4c498d5d1f19c36245b198a0220ad33d523329dfba3b21c1c914048cdfbcf803f1c3bc73e9e13bc1a9ba1c012c983848463750bca8cf7c2f896088ebeacfdbbb2353d03193359dcdf3295f7a16f342b1b2ffab9739584fa69a2d8c8a95rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpython-mpi4py-3.0.3-bp154.1.127.src.rpmpython-mpi4py-common-develpython-mpi4py-common-devel(aarch-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-arm-10 1652318462 3.0.3-bp154.1.1273.0.3-bp154.1.1273.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-SP4/standard/9ccc8a74c03cafe274664112a4b73df8-python-mpi4pycpioxz5aarch64-suse-linuxdirectoryASCII textC source, ASCII textBqF 'oLutf-8a90c8880d108b1fbc5764bf3db17327a7a0406c1958bd1cc0c395a05040e75bf?P7zXZ !t/}'] crt:bLL &p]H̿ KtT?sˆy-<-F8Ps|ru1HοmmX1ܢmYPgN"h2_&+<84:šmYZ_afl$s(A/5I 撱Ѭ+آ[u:bOl3hӰ֥; $-O"ާ/|!=qVh 7ƿn KYP`_' ֦]qNϥ*SWvfɨ>E\ k1?A[ GVfڹњ:0ިBc"6 )8;;a8Z@Y03pP"fvRq`OWE4QY98~L?:B>N'*}6Z01ˆ4BJ煁h9E;81Hm[},^OwՊ?i4xȍL* \?wZ؞|4y/iґʿ*DonNhG (Rpr?j/Ҙ|o Q\+Q ߱03o? ( _9fvx6ּfh0#Y'Pƒx>-} N@Ƒ] +@&`+\fz=f 4G/ " '6vf_‹BS~t`)=81͵[ SbtHz|c \ƽKOp*j3 A;ʒEDbB6ģD^C׾a \>]ۺDmxy{'eIO]>ti3Хd [imμp&K y_*bq\<[6ǑeaA4,C#:5p2Ūb+-;ݲlmȋxgCuӯ'\m٤I(eyG/&*6MsvGt+a5P ]nzzg"% hy#Ѐd1);4AbNOq 6jsMzL2q&R:Mwrytw37@JCC1U8;!؂;㟽vT,_Ejۡg{bl)*4`^^tJ"[ f`f!ڥeŹf3 U>]&o:T> H_a_U|A1L#72|6ºnDUPTI#F߼*7(UOFތ*a̚E izKb!B rAksnz29 $4A8/FVm3"}6*2U cwD^ w@Zz,hNa*Zk&Z.jN)E¼\{^'sR:Y6=A2zLiQ3BpMLG{Rh nn#Qz$X~q";? ʵw6cٯ&ڨ,AK'9Le1 jU-fB֦P0z/T]JJ& M m\1_5`73}u,OбVxA7 ])ď`k@^ :Yf.'<2MAcTE׏ DA(;O޳t!h)* y酨U)aϡ":deU͍;Fx-pL#>h63 PC퐏:(kۆ_HlvYp.vC^6iVSaO- ¯gȝ S@|!IgUw|ýlX3ޟEoɹe]?N' mEŸMtXy:s PoT{vA bM%f-XS`[<FjB,nja4{zVn@z ],g il\1L5 &b!Zu r]'Ni1 3BDQ&*8 jtSnG78>sBz&D9u B畹Ўl@ N=,]+C82<,[Ə{o'>~hG-gl&qF]W.g2Jb%djI#O)¬ᆰkI @v/cBN'bBYOhtMeGs^' q=Kg]s3ROu8Z fRo%JD cȜ,Nw 7L8m2Z2 MrC +O#nb0-bpMf3MK"u5+I`EANDbZFm]y>:BZʵCqMu#SZl/*)6KɏO4i KJǹ1^3,]?p~M$0y1LifX.9yB-/H=E%bc7 0JU_isIT[$rh_EhB8(?64x.MV*^W:,M%(dk vz5X"+z TtQzޮkD@<N k!RMZw*ƱW%mϻipRnŦj̎Cٰ d->Fz nkDDC=y-B󋯃F ^ύ,l|=Хk<ݭuczOk]xB3ko9~^Kԟ樵'dq⦺kjQv!r"o@tR.+2mRJWWj8 9J&,jvG#;ړ\sY]}1qn<<e褊AHe'ƃ9~e|#cc$#zǰ ^K{\K:?j^gǝLdT#vA6%WZ "n/5 y%d9m]_IK~Yc;ۙN84*T*Wo͸O;]H"YFذg8^-=f{tkT!G㧼GQ };@dWAb8+Ik7'zZ-]2PBQ/|xWGW|?qڝ&Fbba+fiwgu+WhfjڃtIasǰ5t@9'swH8ag.p;5ŠM!VD2$-q-M#/%mĭ$猢oBqkm$GHaLļH*(KJ-י7X,˦ٔ a 6!5^Vo^Y:?sN+RS^Jke=ޣ95Bo77'.Fgʁ ߔS1zmbt*^; +!:xX<$0g"ẑ|J9G'ZJ۵ +jD"<"Vȁ ʊ{N - 3^FpbQ2j 놢@28>M=NW,3SΆGhaNX{C5^3dsiu~+kOpÞI-<>h2LX׽Ib!lWSLG@;?UIޡ&M"9>K@CLoӋ8c\iқ>YȽN;{S·OAFDn\8>%\7i^$Ll;THrtME0$䍵ܴp FN&s<_/ ZUzTL ٞ_+9̰08gY(Y17tf#|if+@觜ChFn?_s~]{PpgvLqe?dӡy.@VkU*}E8 t;?_Q+Nm14e-uL8Y)  YZ