python-mpi4py-common-devel-3.0.3-bp155.2.17 >  A dk>I%z 2=Gi(larYBk),C1M=V4GeRzu`͍dD4)=(6$I$[8o<]@[q@Yۿ%*L SZ†E_h\%[]3dZX q7UVGfoO\km 6 ۢ`-zEcqmԄCg]ޘc^@;K:+p}Q6NoL13vQ_JT_kSqA؋5p =G⫪&e ?*㤖=S:^[!cx!ܴz;:|px9.j(`cv(Xۇi)b)YM&SX1Pp23=tJǙxjs %ĭnmP 3:G5YbwΑ%]vt (}3 D#j˳/a>Svz֛c8$_}+eGM~(M cWl4607ca8a74fb6bba1a15738d92795b1b97ee086ab7a99d631f4b6688720cf281edb0d55caaa71d64596c9fecd0d56267adc4d2ef2dk>I%z #n,_^fEE~'dQƩ$0H3%2vӃ?T8n5)FPiZn˴G:ڧtP*]M0]fm]c'{z˻tsQ萧I#-a;4k L;"|il "g-@2r-r**J8 z(03=t+Wy u`G L[DIEw+ѵ|TG W) 7S@EwoɉD5Zo`K hKR)!';klm&+bR CM0@\`{ )'KDsš!~^@YюGi@pCuܼKt}5+Ťr`}켆kf$QW|5DU9Zj>KlD>{7=?T2! b -y^q4 ;|c.o N>pp+4 <;֫V}(>p;\?Ld# . Y8<HLir        D     < i  @T(8 9 :[ FG H I XY(\P ]t ^bgcdeflu vzHCpython-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=armbuild24wxSUSE Linux Enterprise 15 SP5openSUSEBSD-2-Clausehttps://bugs.opensuse.orgUnspecifiedhttps://bitbucket.org/mpi4py/mpi4pylinuxaarch64T"'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(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.armbuild24 1684749778 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-mpi4pycpioxz5aarch64-suse-linuxdirectoryASCII textC source, ASCII text依e yutf-8c345eedc2ab2a8ed3152e3cd255ced28cbd26bc1363f714a222d604596b7a308?P7zXZ !t/}'] crt:bLL ؝-~?@L3 YGG5]qnHlfj%P ='vL2K"@-څWv;̫%JbchIA葢a oh:MŝE\[u> N/3a", _X݈ȺEv z j2GܩdQYO]AJRvÊFQ3KO 6W iy%ͨձNO$~(:G$Aeܽ{97x }R: bmG]Vұ`Q0cEC⺇h-xѐkDVASz#!+mojE@5 1D>PԖCAW*VdD8S#?j -Jg|h zM (ê3fLv@&?t1߱JX+$a{}6`͇&9GE Dl6 B\{ J]fڃH1G3IpezoxzMw-|_1 dKף|3M&Yn7w[3\{ E[1_owj6BzJpN!}Jr{G Iz&)Uj.BU*0%PMT0|y~X8?_XۃDz(#(ћãTF^-=#8ΏwBᙘ?>diKm 6BX=w3T*SDk(f YdX6ȵp]nV`#S,W-H /8a=e2zF}痯ytE3]zᾛ!3IJݕ bȏQ],?.(Q #Yk'] ^o{Avˎ_J_JX hkW"'z#ЪgϒĂ [S|(mS R;ff%)>w n¹UMQ(.v/.7GF-p^wiߓ%Oyr "LmiɊ˗txo[mIV2~2S0w ƽa4\KoU؈mĪ!P_55?f3Xg{ӗ r{`@ &Ǡg'!{ʑUW& PQlexS9OsRi8Ǻ u@53PCo7:2 8WZ"W>3I\Kx.IN+SVI[zbޝs!(IIzwh-+$Ӽ@p[hXwWE4` Tf仵ѣ"d ,"HL[Kep>_%l41OGeYFCZ>`'.߉c1@&V_xT  {}dYzಐؙjzCW춯1!h_>4d&10x Na96^ tp%Ŝv4UbBso7ɁB"?-Z;e/z`a^yx[QQb*lda0oEܙ 4MKٵV٤~TBfS$d@.$YJG#QPq:E*8 -xuI8sڼLY*Z#\u0F'#Ռ. s`==/+=?0)Ep/# ;wD}ݪa4%5M%e dsZ Vy̺OJ(D6u_[s͘| EN1*J|isD>qmߝ 4?QAm6(St֬_ii<җb{~T a}m[I#h;t"/eiz!AAwpN!o=~> %}KA?CQ= 7Yx\a)=e!WFm?lt'Z \DȐ04o"ٖEÌ)gl0H LFMܮD1yP㿌@(Ȁ5+ ꜩhT&Y y4 =3v`K<76<#Gm/RpA=Bad͖#㕫'!Ymm, :VB՝#lx` KQkl՚z8$m":w̙~m3|\'LA{/c̨ Ǔy8(K}BW9C>jsltXZA תr<ݬ1ҾumO,M窈Hh R5؋O_c -M3ü83l7쬵@ D\ dM,,"ih⍚/E9;b@{|13Ќ*seQft͗xU&iP֯QlE 㫔 2TY3Ğ$%^dVM&`㻾}3f.p|)$,¸P2b~CK|Gq@cٗButBCU=2M,kl f 9SE( 3Ks9`.)-F2Gi:;Q}w@D=fW܋2Rr0`F@Eg&,A(%dLj-0Z\D8:9W%ӃTYIpyv|-V jBH@Hpj[W!34t,j}:vxvFZ̀I{z<1sнw"B6ݜ=ΉA6/NK2X /fLF_SXYo52}L 9"NUŭX.RlWJ'P 0&Ҭ#K^r܄'q"8q;hS)/:=M}*TE#h*1ufT9Piㇺ#>;rݾhW*לFx}zo9ԬղO(e};A\^]auB{mS5CJ-A~Vsx6 ]7ײ~C!+=1"tx"wau7 1^q</7VyZTbƔi L5P:V$ip]b61G"w /%Xf2^\m/뙑-0H`!.%UU˹2%k@ey;s\rG5"4j,g*?6wQhTy#}+Y #34&h6hgI ϕC *2Zwr!ws;+?>*1Qyr`Gp\: SI;˕` ;X]]_r1G!m$߇X.t?`V:I Z=^0`ȵ63y|!OzG^_4wPk6rsYn1D(qE8!a[\Hm}V˒ fzRM腥oU1WZ4FB¶/f~~3kY 2`$8MPmw$bdٵ( /AC>w}cھ)*s-4 YZ