libfftw3_omp3-3.3.6-lp151.6.3.1 4>$  Ap_Fm/=„m$=W7 a2cz"m}T0Q)]{wmogUGQ[=t7U;A׃i"e «LpЃyHf) SQsy4/h8MݗȨ](>>$BOdsmn94 rfu wќLDU]/}8ƀҒaVߢGTO Vzcef2ab86d27bbb239ded7c9f1e57b6b59152ec9400cfaa58a351b0a003f5d241012fac10ec25f24f4a5f122c90aa8cd40fe6c0a0I\_Fm/=„-?0[)ZQ%3IC Oek00_0f##GRs>āUZqJPVHr+8nx0z\>%vYI:m&~p jVc.usr0 4 27rh_X2kJihEyZ 2v)*NRnsҢ>cah+0̓z/v#Zy@v,cK+a6A8>pC?d " X+4= Vs     "@`x<(898:n>p@BFGHIXYZ@[D\H]`^bcd)e.f1l3uHv`wx y8zClibfftw3_omp33.3.6lp151.6.3.1Discrete 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._Flold-atreju5=openSUSE Leap 15.1openSUSEGPL-2.0+http://bugs.opensuse.orgProductivity/Scientific/Mathhttp://www.fftw.orglinuxx86_64iii_Fl%_Fl_Fl_Fl_Fl_Fl02f64494f51ef3ac72763cd31d6ffc069b2b9874e0afdd7b26741f52daef33a3371767090bc1c7f79321472d178b6c22847e6699d13fb6e550960ba00042eb78a0f5b1bf8a9cc3170ddc80663d51b1cdc8774b882d91f2f54c434d6951aa6de2libfftw3_omp.so.3.5.6libfftw3f_omp.so.3.5.6libfftw3l_omp.so.3.5.6rootrootrootrootrootrootrootrootrootrootrootrootfftw3-3.3.6-lp151.6.3.1.src.rpmfftw3-openmplibfftw3_omp.so.3()(64bit)libfftw3_omp3libfftw3_omp3(x86-64)libfftw3f_omp.so.3()(64bit)libfftw3l_omp.so.3()(64bit)@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(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)libgomp.so.1()(64bit)libgomp.so.1(GOMP_4.0)(64bit)libgomp.so.1(OMP_1.0)(64bit)libpthread.so.0()(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 Egbert Eich eich@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- Fix typo which caused issus building openmpi HPC flavors (bsc#1174329).- Add FFTW_BIN to environment variable with module file (bsc#1125824).- 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-openmpold-atreju5 15984509243.3.6-lp151.6.3.13.3.6-lp151.6.3.13.3.6-lp151.6.3.13.3libfftw3_omp.so.3libfftw3_omp.so.3.5.6libfftw3f_omp.so.3libfftw3f_omp.so.3.5.6libfftw3l_omp.so.3libfftw3l_omp.so.3.5.6/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:13779/openSUSE_Leap_15.1_Update/8bd8bbff17f609d37d77806624a6bbd6-fftw3.openSUSE_Leap_15.1_Update:standardcpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=3deeb3a13ae88fe3faaa3cf7632c0dcadaa07e3b, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=654f240c97effac107ed678857c87621697d41cf, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=0cdd45691dbe004ddc009e6617fdaa36de0f266c, stripped  PRRR R RRR RPRRR R RRR RPRRR R RRR R`p`Dsʉ<utf-8c1617c7456a2b865ebd0fb474dc1e8e5412e077c21abda8b53e7e1750fe7f305?7zXZ !t/A7,] cr$x#;3u MS7Kx36 z e&懻CWd9`tLtFV'˳~*w8@g5O80fH6îU5g^P5;:A^fNnG -ET(HoR\J>(⅗ѯ>tLm;uow6.Ӈl F;xQ:8nm̞d<ŅƓ:5E[ Juf:[#y|%V $'c:bxt῱X-/ΟU =C>YR>5t$BJ5_j,)^'ɖzu>G, ݄(!A)߃SvIO*10?'_aE;MVr:ubJ7gjDvo,ܼ zkku\n?I*UTln\dOJ.[vOwEz۳M>y]p!v*?\4j"w-]l![&LSE|k }YZ6g^ϼyo0<%鶅rF>hڏ6SvtƨsuY-dm0((INj+I)<(!S>},-YӱҩGqe\|n'* Xn/];z;t61LiýŎbXAgqk&"mZ.V7zbz4(0S(oϘGJ+kD$~ݡoa6;\T%k1W~Y}M^r~vť\|)֍z7i cCy]RJRG~t &1qR2Ŏ 4>;ޠO:/,:Td|f5}:83_StB}EW9>IUZwuY"Ȝ˦S|m5xsBuEIGPjfv#eF(2?MaD r{u`~>Puܸkdbt(΅ .O |/y"&1L h"bQo[snbZ"eJ Bo|W>96E_J7+ ϤG '{p#J=(E84 P1Bҝ+ϩOSo5umL+@ DyjƩ~<>5u?@B]ƋTWYE|ܕ LF#BK B9^-v sUSۋPq/M`Gu/lgc1hQ,""lgGUK,Nj+! &Tn4/ 6v*Me[[SaQ Be4w탟ǜZ(Fy\%oC]ÊEbj#"owM,Y )?]o^nvo?E qfl(.%" y//'9=_#f[xY]ی9ү[O7$2ǹ%Hre^6՟mKm1^Y_ZŧT5ApXv ,~еL_Qmn_ܙ|]a}tCjHlz-Ȅk;xB#j!RCWq^94[: bsp頨;.{~$MI]R |NmLV<רNZ%ب А.y81i:hFKme=L,3BsbO & ۫;zwg"#KɆ^N@YѤdWx56xHfƟ`G4-*߁0C$-|sB " q1vϹ=1M+:"*Q^:R*zOT>Nab^Io6h 㹫~GtSgS33b~0{i"[LW3#aNGNpۯȵLiS }Gg%5-$J |# 6=`9$)ncֶtLlJ4Β&Gq@ޗ?/}Yv"Q+7.V-/77Cw[Uzݓ0Ok|p^YuEU̪xv'hooirU҄##@[~=Nz$oJ##iUx\KZ4;f% /MX8XXtdυ'Pnڢ\>`ybiXGbNdze9#Õn*QZyW ]L[P`βj B.1(Gz:۠SzC?Rӊy֡u/dVjtcUN F6h4kIgK"]OX;3Fŀ-?syn0^ `,AhvCǁLnT+avBJ:G;؆u禔y{ѷV.e}Z^†ީb 5 v@XEYKh% ?E |RvAg# [oJhX1RIE\֖H{juQV@z `EHPAhG4Az{Ϭ_EL_ږqTcr>3H31R^IDI'XSGCP~^+#d p`@ 4tWP !mS6gcqH,LxN$ѧ_^ibFuQuHH+pF6;7btUjhtrX;4fԱxCa`s36^ų@'K 0E<ɷ=alrnFm~r_5bza܂F`t.@V0f8]x)+!{a̡R)./di-Ÿh4+qGe7NFF7C_f4Pa+POfGWbsmڂs{dpr-X[g"sOT$]zi0QE[#x%B:# >A`;dvaO׌]&Q(zon0/dG 1 (:hAfR]*^6\.d.2::H p$_l&]M"v|0Nec]9P%nKi[ɬ+L*ܳk1%8oZܷEqZfٮ!M_Ѱ ,Jި*f]ԸèZn^aYXڥYr~ RTcT$]=m lmNVې+$P$Thj*m^$"_sryU[Td{!cyە𡈧.kAp>1փdpg;IܿT>3S7CӢ"kWsar[&S/Pd^}S\Z:]5ZݲB%'emMNrD[K52p:$kBCxpƋbfsw8QLoV!ҷqz:>2#p ξSp>w;}~ɫKN˳[@[=џsoL(xZ?'@yMXTہnQ\;W_gӜPY3r:$~|O'!rvMSF"£lCggAT,x .ܺs8AS:yW eCׄi1yG._ *Մ>M:3v6# >l1r  gUhL f@3h+w9Z5N{ކVi, i),Jw 'RZz(%qάBQReOa`Q==Jg]qML<.Qq5~'>Z- 9Y*ktv><'z5za6ٖcX/ިxJ|dSMM %w+0T0-m? \lYDcmn*v N_Zt^IV,kjWifZ=eg-2R0|lrz$QOrE+ґ.tiC:C(c'`yCN09H- taD>FRO[KYЩIb$Flս_'KLGL>П9dbø=ыu80 ׺ǿ"tRtu/SFHθ "0$C+ؑ 5_FV&Qt7$+eLNE]lMcOl,`$Ν%OU1a9P.=ư! +mV"ā/[HvݓWMr{*G~דZhsPbH X慍,Z< Y+b pbց܆]OtKSǡwVAؘ4y3k'uy)!'xX3  0H)xEh*~VzuJz/-lQH+gzwXO0F/54}xC=s}4 `x/n} zL,4Q7!!QUD]@Nyv,_ ΑL@Om_25ټ5.f!eEpy-@}J>o09#4vfX@r .l`uE9a8\J/ . mɛ9ݐ (Mv T0ߧBo,o G,w ֝Hz*'`ZTTT@M>ܩ6]lzmө⩄VsBU0_5s,W;9D4_uŢBpGU[Su`pur gC{J{a(:-Gdš|yy)1ɄzňBdJ/⼄%BIP;Qdz *U C WH]V0o ~ü*IC`u-XuJgoE7L-Ã-A@Ya1d[]ZK*JGtA VQjsoz:wh9k =S>bX]8/`f{14 rQ:0'")%)`6UmrP5M|ܮ(Qf |!sN[AsN"0JXN qVh̆@1 il-c;Ìz)05q3n<\y)d准POaS{1K+6;PݼHpcR*9gOPOx>LW::_ϟ2w".MWp-@}d 9ei=Nc:̄>#ؐiLM:F(›!9ʯHBlק$T< 9iUͮp&˼Pk5E;q]Х>>-}?S 2fϬGpM`!o A^ 8u>n͵R4x9IzA҇ HprZl#Ua87(4HlNamF+bYq«(}|w ;FN0hr,KOtib:Ok}֍n$ߋ=ը}^"]͘]TKp/Pf/Ԭs4* 'A=ö=OKv?l?arٜ -!闪 ISSi# pދFXw zZQR 6 f5hyq m$b#'SanޢUpen͂ǧFwQ pԟ)<;x|\%&֬հ~x+W~\#uq:.yUML%|oTG!*4AOAB:,f 1ao`y.(h"pgҩ\9^*}%HYc! 5Ӽ! SԀruq^4Qd!4lL1U1bI,HGe4^d+:h7zTyAh宁5+̿ٳ늠" QB wu0)-(0UdZB@3KXxa4JALQ6UU'w5&de?7,5(SԻws^1 '-fIXzr27_5OX* T1WPt@c)P=ў !3vlL]rƒݓ|ޘdfeīL0ֿ U&,/א |PiDZ k$\ONXJC_F:fMp( #[qt@1@ȶ+zpvֱ[}h.6.hZ6@ KQ47s/sCG؃//2Ê|Do>Bŋs:}xGa#8id0שycd}\2"bٿcbX,[f:GiȒlL(?yL>ZQD.$ks`O,3@D)i ijʺjFPUBmtùc|zϮh͝/f^IQ Gp'oOOObsjzU;ާ`?Im/6ة`SKs Q`v8 'BEg7M"0Α{wfl4􏼚Ƶ'綋{#(ڠFn0bOLH^tԎ,%%Dc9%A^]5 l:~9+ԱR'` qs8#r@h]23Eqg+yod '\R>dJȱ0YoNla)e\ Lfcf,E:y*0N"FPwnE;uW`y '=:FtU`K3QCZ7n,- 8CWꂵ7-e$r|Rf7_ŒyjDa`J)`ߢNn7FI.Fخl.ش RAM1:{1TAL\0YO:eCzW_C4}ꪭM֥c^.BY #`K|*|rC켪SCWSϧ-(35ˏ4"Q|;Q=0$xv}>t&sX??s,{@!ݼ56I֠^Jo*HjЋc[щ:pOC1ր[T\{L0ZB}罅\RԪo?J\#(^B޼BY0 YZ