libfftw3_mpi3-3.3.8-lp152.3.3.2<>,.T_J/=„RP3PPkal*uEcPk8g݀PFM#^0||"ـ3j6[uvUxzc6Z-P Wp 6: 31I4N9ʄp !sY'*Ne/iaA3id* KaK6ll@UIPPapN "$]\ȪP& >znmo^ޜcȥlA -õںM c;|>C?d " X+4E ^{      *Hh 8 j (89:>:@IBXFbG|HIXYZ[ \](^bcYdefluv(wxyzHX\bClibfftw3_mpi33.3.8lp152.3.3.2Discrete Fourier Transform (DFT) C subroutine libraryFFTW is a C subroutine library for computing the Discrete Fourier Transform (DFT) in one or more dimensions, of both real and complex data, and of arbitrary input size._Jold-atreju2openSUSE Leap 15.2openSUSEGPL-2.0-or-laterhttp://bugs.opensuse.orgProductivity/Scientific/Mathhttp://www.fftw.orglinuxx86_64\\\__B__B_B_Bf2960aba91c5ea64f686f549e9d3ae81f9bdbdf09b5bbc26d9683dd82bb562c1781871cbc7a3492bba71ad45145cd95007ff787a6d9a6b0aa952492d64376bd1d03bf357fc0c3fc3a1781e835bcd1e908f5994c80039bf9e0870bc20f72d8ea7libfftw3_mpi.so.3.5.8libfftw3f_mpi.so.3.5.8libfftw3l_mpi.so.3.5.8rootrootrootrootrootrootrootrootrootrootrootrootfftw3-3.3.8-lp152.3.3.2.src.rpmfftw3-mpilibfftw3_mpi.so.3()(64bit)libfftw3_mpi3libfftw3_mpi3(x86-64)libfftw3f_mpi.so.3()(64bit)libfftw3l_mpi.so.3()(64bit)@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.4)(64bit)libfftw3.so.3()(64bit)libfftw3f.so.3()(64bit)libfftw3l.so.3()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1_@^ۅ@]@]{\@\j@[[ZZZe@ZaZX@ZOhZ Z7Z@YYYY@YY@YY4W9Egbert Eich Atri Bhattacharya Egbert Eich Michel Normand Rodrigo Lourenço Egbert Eich schwab@suse.deantoine.belvire@opensuse.orgeich@suse.comnmoreychaisemartin@suse.comeich@suse.comeich@suse.comeich@suse.comeich@suse.comeich@suse.comeich@suse.comeich@suse.comeich@suse.comeich@suse.comeich@suse.comeich@suse.comeich@suse.comcgoll@suse.comcgoll@suse.commardnh@gmx.de- Add gnu compiler support up to gcc9. - Fix typo which caused issus building openmpi HPC flavors (bsc#1174329). - Add support for openmpi4 (provided by Alin Marin Elena).- Fix BuildFailures for openSUSE >= 1550: * Correct info dir. * Fix ill-formatted comments.- Disable openmpi1 builds for SLE/Leap > 15.1. - Enable openmpi3 builds for Leap and SLE > 15.1 (jsc#SLE-7773).- Add -ffat-lto-objects to avoid build failure- Update to 3.3.8: * Fixed AVX, AVX2 for gcc-8. - Release notes for 3.3.7: * Experimental support for CMake. * Fixes for armv7a cycle counter. * Official support for aarch64, now that we have hardware to test it. * Tweak usage of FMA instructions in a way that favors newer processors (Skylake and Ryzen) over older processors (Haswell). * tests/bench: use 64-bit precision to compute mflops.- Add FFTW_BIN to environment variable with module file (bsc#1125824).- Stay with openmpi also on ppc- Fix %install_info_delete usage.- Add support for openmpi2 for the HPC build (FATE#325089).- Switch to openmpi2 instead of openmpi (bsc#1082302), apart from ppc64 as openmpi2 does not support it.- Fix typo in flavor gnu7-hpc settings.- Change the name of the MPI version of the module file directory to pfftw3 to distinguish it from the 'serial' one (boo#1075933).- Disable the openmpi3 flavor in some products.- Add gcc7 as additional compiler flavor for HPC on SLES. - Fix library package requires - use HPC macro (boo#1074890). - Add support for mpich and openmpi3 for HPC.- Fix library package dependencies - limit certain dependencies to HPC packages.- Fix HPC library requires package and modules file.- update to 3.3.6-pl2 * Bugfix: MPI Fortran-03 headers were missing in FFTW 3.3.6-pl1. * Bugfix: FFTW 3.3.6 had the wrong libtool version number, and generated shared libraries of the form libfftw3.so.2.6.6 instead of libfftw3.so.3.*. * The fftw_make_planner_thread_safe() API introduced in 3.3.5 didn't work, and this 3.3.6 fixes it. Sorry about that. * compilation fixes for IBM XLC * compilation fixes for threads on Windows * fix SIMD autodetection on amd64 when (_MSC_VER > 1500)- Don't use openmpi-devel for HPC builds.- Fix dependencies for the HPC devel package.- Add magic to limit the number of flavors built in the in the OBS ring.- For HPC build package static libraries as well.- Generate baselib.conf dynamically and only for the non-HPC build: this avoids issues with the source validator.- removed unnedded dependency packages- rewrote for hpc library support * added environment modules * reduced number of hpc realted packages to two (FATE#321716).- update to version 3.3.5 * New SIMD support: - Power8 VSX instructions in single and double precision. To use, add --enable-vsx to configure. - Support for AVX2 (256-bit FMA instructions). To use, add --enable-avx2 to configure. - Experimental support for AVX512 and KCVI. (--enable-avx512, --enable-kcvi) This code is expected to work but the FFTW maintainers do not have hardware to test it. - Support for AVX128/FMA (for some AMD machines) (--enable-avx128-fma) - Double precision Neon SIMD for aarch64. This code is expected to work but the FFTW maintainers do not have hardware to test it. - generic SIMD support using gcc vector intrinsics * Add fftw_make_planner_thread_safe() API * fix #18 (disable float128 for CUDACC) * fix #19: missing Fortran interface for fftwq_alloc_real * fix #21 (don't use float128 on Portland compilers, which pretend to be gcc) * fix: Avoid segfaults due to double free in MPI transpose/sbin/ldconfig/sbin/ldconfigfftw3-mpiold-atreju2 16042230503.3.8-lp152.3.3.23.3.8-lp152.3.3.23.3.8-lp152.3.3.23.3libfftw3_mpi.so.3libfftw3_mpi.so.3.5.8libfftw3f_mpi.so.3libfftw3f_mpi.so.3.5.8libfftw3l_mpi.so.3libfftw3l_mpi.so.3.5.8/usr/lib64/-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:Maintenance:13806/openSUSE_Leap_15.2_Update/c02b3908b05d08cd425fdaca0b789e62-fftw3.openSUSE_Leap_15.2_Update:standarddrpmxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=a5a98b692bf53f0e78c025f1e4a764b1391b43f2, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=90054fcd4af34ad560a6e343b93dd09a1233c8f7, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=b4c36853af0958ea9bb77c6403700f3d609e83e5, stripped PRRRRRPRRRRRPRRRRR;W[ Heϒputf-80291b9ca391124ff47de2ec4ded5e01547b0dbfbb9a796660b7718923321ed9c?7zXZ !t/2]"k%ʽd˖q?)M+}'X)6ψ̀PDnηc@@#N?HO eo̖(Nn95wk?[h97ɾ옃s* ?kIcZQL3mT jr ۽YϯSҫf8RǚLh 1EHRĨ%ɱ᠜JU0foL|4Z O`PW GFko|hƋwNRAxrg:!{*NS*,w3VNnaUf)9L&zf+ɠ:ɅL$NJXP@ۜ%yRۿA1\:]WeZu5[ U5g82A8Usf֎َj~λPQC{Yq!Cā1K'D҉?ܢŢԝrV1U_k05emUpaAi~晍QTM8Iޫf7.c_W<*RmeW#ʰپ7⢬c o=y'Pʽ Y'o3NLFIV:fN UpV鑥c `sKFf:H vW/H=H:` {Ϩra)saF ˧nJx=hXZOZ\lVy?-MI)=iab#Af<w\!@- 2op ԫE6╸1o`O\{݆;i dV^wsKY?DXƦZLrWjd3θ9r۫8M*p{aY/;&z.3+h&>=ahp ^U@aRhUӦ/v_/YУ?^D>j|Hd6yL}d üsA`q\\i,1x6CFG&&.UEmԭ2V}3sxjy}YVԤx&ꅹ`j<(gIpIXX/`jдf3uuqL.0 ;2VOt7Y3iʉ@,`SEē] dqd lW1 =\N_t-X;ſ\ΊSҝ'頮YՕU-,yF:t#y4@AS$m C Hnkɂ= h,)s(1vt|>jJu?Ʈ-j@͖󦏁=@R@ !CeOʱ3|Rp5!8ƲYGޔs6.QF^ bI+5g)7rEwKNJZ-*PT/;DӀלKkͣa5n-K3p/vڧQN rN2ksI*;Dg;*:0V垜I$\~L6n]8hq푷#o亝yHr mƃ1k͔/7Jͭ`r{ ⣉O)bU9ɘڧyж˞Sҩ<%c(0SK̓(&gs-e{ D:7(Lf /{=$zra:8Rqp `3.t,#YƑ`U1D(E" $^Է?u` cBkU I3}J-;6r [LȨ3ݰ37mg<ފAJW[оL+1:.p*A|I`i}*QO !!AgʱB:H+^[|Q D*Lo:Y:8t桽KS鷱eh?(c{N{̞="Ax* Gm9(\v/r)$ЬګvF([[L4RM ߿ksERgLf]9cD"qbT\:'쇫bU,~#-(bg$\5'^O^*D,WB8?g/a-HW3Ǹ'[`酾OY<{Ɵ65 m` Nf ~z+G-w!GYXHy䐓"c% EX(VDgpRg*jH QphҩhP# 01:lYowPؘ M|v"A&O/B:9 X}zߵ D4 h_ ea BܴX0`pilBl' $rV^TywL (;}˫n1 `E\Z.:,*|3FCbq9!nad 0O"#!vfZ:(#3\uۉ(G q쟖1$*~RqeB˛ *_ hMCKā/!XXې{Qq/D 7㛖KWԂ6w>Я G!wG;OӜ{=ś=9 Ӑȅ,sw{e:I$_0 vOE^f5=<֛϶ Gb@m-uOw3#*nk;n{,xήPWqUӒT[`y}OjԢ`=|mHsZ_.#ԾfzE:ΒSp=6lS 9t^LotO1 ,EReJ⳹CH9TT|y|Kp=|[mU"46w;Ɔ Gds#əƞԍ07d( YZ