libfftw3_threads3-3.3.5-3.21>t  DH`pY_/=„j"!ϓ ku͋:>>66E`Y`k!r]Wy" e2ѷQO85uKj A|)T V¡a0jt.x{7lCΤxR3xC%"fP w(l0a|z%gx hv1kV*ˈӹ6:bf4Mt:d[(Y}mav_|}ke pc4+4IC69eee678273e220cd770e04c170c3274121c8c25U\Y_/=„ &qNyMipzŌ.}ß'AtJDw:hJ :DNm巰aŘ'\kڤ_xz#RLqL2-Fg^rHp DEfv?8(vI:)3yJoQY`*#uE9@+2'TWg pQ IJì8eI4N"q*Y{yՂ|@5B]W-"ʱ|$0KI PrXPj䑇C>?"?"xd  U #,5 Nk    :   ( (H8P9:>@BFGHIX$Y<Z`[d\h]^b cd e f l u $v <w!x!y"z"hClibfftw3_threads33.3.53.21Discrete 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.Y_lamb20>openSUSE Leap 42.3openSUSEGPL-2.0+http://bugs.opensuse.orgProductivity/Scientific/Mathhttp://www.fftw.orglinuxx86_64j@jHjHY_|Y_Y_ĪY_Y_Y_054bcf4c9c1095deac0af6e4d1fb87467cf1e66e6c26efa378bd345973e9e1b14a9a285b9fc472314e8acd137f17696elibfftw3_threads.so.3.5.5libfftw3f_threads.so.3.5.5libfftw3l_threads.so.3.5.5rootrootrootrootrootrootrootrootrootrootrootrootfftw3-3.3.5-3.21.src.rpmfftw3-threadslibfftw3_threads.so.3()(64bit)libfftw3_threads3libfftw3_threads3(x86-64)libfftw3f_threads.so.3()(64bit)libfftw3l_threads.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)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2.5)(64bit)rpmlib(CompressedFileNames)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsLzma)3.0.4-14.0-14.4.6-14.11.2W9SRe@SRe@PͷOOĺ@O8Oc+@OU@OU@OU@OU@NwNwN=@NN @N;@N98@MK:@J_@IX@mardnh@gmx.demardnh@gmx.demardnh@gmx.dedhall@wustl.educoolo@suse.comtiwai@suse.deadrian@suse.dealinm.elena@gmail.comdhall@wustl.edudhall@wustl.edudhall@wustl.edudhall@wustl.eduidoenmez@suse.dero@suse.dejengelh@medozas.deadrian@suse.dedhall@wustl.edudhall@wustl.edudhall@wustl.edutoddrme2178@gmail.comdavejplater@gmail.comtiwai@suse.detiwai@suse.de- 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- add support for long-double precision- update to version 3.3.4 * New functions fftw_alignment_of (to check whether two arrays are equally aligned for the purposes of applying a plan) and fftw_sprint_plan (to output a description of plan to a string). * Bugfix in fftw-wisdom-to-conf; thanks to Florian Oppermann for the bug report. * Fixed manual to work with texinfo-5. * Increased timing interval on x86_64 to reduce timing errors. * Default to Win32 threads, not pthreads, if both are present. * Various build-script fixes. - Drop obsoleted 1_man_macro.patch- update to version 3.3.3 * Fix deadlock bug in MPI transforms (thanks to Michael Pippig for the bug report and patch, and to Graham Dennis for the bug report). * Use 128-bit ARM NEON instructions instead of 64-bit instructions. This change appears to speed up even ARM processors with a 64-bit NEON pipe. * Speed improvements for single-precision AVX. * Speed up planner on machines without "official" cycle counters, such as ARM.- update to 3.3.2 to fix crashes with gcc 4.7 * Removed an archaic stack-alignment hack that was failing with gcc-4.7/i386. * Added stack-alignment hack necessary for gcc on Windows/i386. We will regret this in ten years (see previous change). * Fix incompatibility with Intel icc which pretends to be gcc but does not support quad precision. * make libfftw{threads,mpi} depend upon libfftw when using libtool; this is consistent with most other libraries and simplifies the life of various distributors of GNU/Linux.- Enable AVX support (bnc#763657)- fix build on %arm * disable neon it would require --enable-single (precision) - enable openmpi for %arm- source the mpi environment- delete INSTALL file- patch macros in man files- add use of neon extensions on ARM- updated to version 3.3.1 * Reduced planning time in estimate mode for sizes with large prime factors. * Added AVX autodetection under Visual Studio. Thanks Carsten Steger for submitting the necessary code. * Modern Fortran interface now uses a separate fftw3l.f03 interface file for the long double interface, which is not supported by some Fortran compilers. Provided new fftw3q.f03 interface file to access the quadruple-precision FFTW routines with recent versions of gcc/gfortran. * Added support for the NEON extensions to the ARM ISA. * MPI code now compiles even if mpicc is a C++ compiler; thanks to Kyle Spyksma for the bug report.- Ignore rpmlint fixed dependency errors- fix build on s390/s390x without openmpi- Remove redundant/unwanted tags/section (cf. specfile guidelines) - Employ shlib naming (fftw3 -> libfftw3)- enable sse only on supported architectures- enable sse2 and sse code generation- specfile cleanup * Remove authors from description * use %makeinstall - fix devel and mpi-devel to include proper header files- updated to version 3.3: * Compiling OpenMP support (--enable-openmp) now installs a fftw3_omp library, instead of fftw3_threads, so that OpenMP and POSIX threads (--enable-threads) libraries can be built and installed at the same time. * Add support for the AVX extensions to x86 and x86-64 * Added Fortran 2003 interface * Added MPI distributed-memory transforms * Add support for quad-precision __float128 in gcc 4.6 or later (on x86. x86-64, and Itanium). The new routines use the fftwq_ prefix. * New convenience functions fftw_alloc_real and fftw_alloc_complex to use fftw_malloc for real and complex arrays without typecasts or sizeof. * New convenience functions fftw_export_wisdom_to_filename and fftw_import_wisdom_from_filename that export/import wisdom to a file, which don't require you to open/close the file yourself. * New function fftw_cost to return FFTW's internal cost metric for a given plan * Remove --enable-portable-binary flag: we new produce portable binaries by default. * Fixed build problem failure when srand48 declaration is missing * Fixed bug in fftw_set_timelimit: ensure that a negative timelimit is equivalent to no timelimit in all cases * Fixed stack-overflow problem on OpenBSD caused by using alloca with too large a buffer. - added openmp library support - added mpi library support- Add 32bit compatibility libraries - Changed -devel package groups to Development/Libraries/C and C++ (fix for RPMLINT warning)- Added provides fftw-devel- updated to version 3.2.2: * Improve performance of some copy operations of complex arrays * Add configure flag to disable alloca() * Planning in FFTW_ESTIMATE mode for r2r transforms became slower between fftw-3.1.3 and 3.2. This regression has now been fixed.- remove obsolste fdupes check in spec file - avoid unnecessary autoreconf/sbin/ldconfig/sbin/ldconfigfftw3-threadslamb20 14994485353.3.5-3.213.3.5-3.213.3.5-3.213.3libfftw3_threads.so.3libfftw3_threads.so.3.5.5libfftw3f_threads.so.3libfftw3f_threads.so.3.5.5libfftw3l_threads.so.3libfftw3l_threads.so.3.5.5/usr/lib64/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -gobs://build.opensuse.org/openSUSE:Leap:42.3/standard/75419eedaeb15baf7ca008836cd2c7d6-fftw3cpiolzma5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=e5486578b3e26e9504780c0cf5898e92d415ecd8, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=b880dd8c4f1aab62ed44c139403e40f0d3d0234b, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=a38a797ecf7c8bfef9e1ca7d56941404829dbda2, strippedPRRR RRRPRRR RRRPRRR RRR*'0v?] cr$x#̢rTۊPNq݇~Xوkio M4~yRLڪE euݺO vXchvtIl|4韄ȅdG c!Z-( T%HUCۚ:_EShsv)^2f/ aLaQ1 ٷw _V\ U z܆,\X7 "5FrV!L?K1P`Y` !CF u9PJ4(u؏p|-Lt sWل)B9 !'u~sL_})訇(mxe6zKYfҺw֫$cm/u2? 3Jm1Ϡ]p3ia,Bm&h:"p٢.u hQIF΀g=((^TAZd/5c9wf )Ae܂"ɮÜ:/ui$[t[-e9B49aRH|4{U,~dH_D5]жɿC 5cc&WT^*D2ՙ>##7Thlcvo}]IHAP؉(Q[Iy4ہ!aMyJԯqJwȈKS\>+H>BS7{«r*I5V V 7=]Aj{@*gy`T?QPҦs$Ʉp sKǞo/2WSc^hA,nŔD?1_R$\LwR;T*isb#-TĘ9i20{f2>w; lԙoxUO\%eaa:p>9"N;hM 'Qלi8h] i[kolj}iː ud` ζ!ێⷷY/2H;&!tYk7zs>XBq^4f -C"C~E>8pA:kT-Dós7/6[ǺH^aIM d˫J9$zc?D ltxʖ'ȑPЌT oy9 +% i[)6cd/(*4A):ӗ:֚@]96q̄Xj<<N޿{o"9lz |Z2=Sψ\We ]u{w {3S+ bkTJG|{! mQK4_qqe*[}C|]P0(]_5PЖ+U~l4Z@vc@9F.=7k ^~wڮSbU};2HG$NZj"K}{Pi;|]U ŕr|7eJYBEg6M+.\+ fe~WF\ WG=KoiZX [ZG\eT$"^SUMvQbHQZU4G0idg?y?JܫkYAp(G^H}܅28ME sAwW8H^~L?fʘyggn޼\ryZbLǻ # K7k'qe庺^MByU1>O.e߱ 9J,U{K쫩tCUKR[f15 Na33G2gMz/[O533(~SzT{ؼU b=.ܝB㇗rRJJo:Ie YZŏql~hV?q+3?55S"<AcUH[|`@;bP+,8ϋ۾>|'đՍ^ G~RY& W;{<STbA%ǟ2hfhIz N+Jt$~wm|$PBHq`u6{chM|EJ?J(C2m۔2/Z3C; a`W~|͆@jj(2Ąk9w @$B}߻N!Ʌ[5S[Zxa Vglb7iNZ%SAVC83Mz8CBJk1'`_fOerVFAdgҽ,VqZ^ 1}Q_4@&rEJҏxuw5puRi@8}-qxP 9E(=VZ/. +ԒQ#Jv7/&s,̍Ij"`mң&"ykW5AVqhpa\'@^ O.U?^ `d~ξePVwȠX/ KG_2/؜T{13:5̵jwFu;֑$-̒O¨Y _fvs*2mʢnȫ9]Q+Ƙ@ f V]մ%^d>9{=0#$%K-&A O/!a/sgzBu=zoYy荎IKI r`~h}eyXG6Oc&UiGQԌ1n4o@ ƻ\o(栵014 V?¥`ԥ.7a pyG=Lp4i%E(,Nz3i 6 xcA,'ϙ<'w.3R&CsoB@ ,tIgR/0Lu-=i87̒Raih*oDӲnl^I}_hT&'﫥c&go)tE-S,GEFО&\B7KW ݩŇlc| K}-Sk:O Qc8gN0߃3@,O\o\ t^BCNfq?1H[p=թKq#)>S8j[-eӂ|Hu5dN+_ǃ]6:#GQ8+ΔB9G&ux-L1&|;%8j1TaM%., a//"Nؙ7T\A}5,h aZ%̛§;U%Ԝ0,5c뵼nTVnCؿ쨘2h$J-r':=av1$%&%/z݌L{/SVƀ )jPk2'zWkW+yVJ2E$UVwR]=Ad):Jב-1Ӷ#(h[ƃ~-<׀Fhgz9>:U.r9EiA2#%e1&R:+G4fBʪK 3rrgWs9't%T VԥO#u^^xύ@tW#fz!` f\IpXie^[fjiLpw=~IC}fS]ʈ^lfEo} +i]cǐZ{iNw@ e7xm3[w$*eeOf?loWo׳:>tQ ,jAMIh.ܨvs>dCvO$9c--]˺¦ZZGLt#]llsp+E^1Hf/iXjSE𒵆K*'> D^"\=ɄOjMقN\E7% 0qMkzv:S' ׸s됁 }8B1)I blS Z/u ĐRUݜժdh)?yɚZۻ)omu-4 >+{@ P^ґɇa,{}Y)e|/@I> v:4f1$Lm)9O1jc9<;ykCY ==%SP~4/_ðuR> ߈%{.AҌXZ!hTWtR]?{f^tr/ { ˮog(pZV= "*مNI-Vo[:` ~bwT9;t}[ |+Rb,2{}0ah!0M-qet/h#ha\ͩ5tywJGc2,ܵҮ_c$L !:vG&p϶jt]$c(J+a8Lcll#4X>"M]nYQz9cQj!,31vt4O;*(˝28,IBb?#˩Ɨ'D9HS|\ϲx\Qr<a?ȡk.\`vQگ0٣ l DDLjRGFp3a;0| 083j73δ35ЂY*n,4LmO-πM~-ttI97c]_pf"Ȑ6:R#:ȩ]a%-dŝR@α2l׹#؏??mE>z4jҝRt!,,]˨ wtkI$~}&w %^73QfD!{ tz~AEnقÕm>Rr(2Fڼ1/jMxjziw:?.~n MX &_i+JG<,TaFC_2`agvz0 o<6Yѣw厦ָU1D/|m aRدet?¿;Yh1HfQ>^_ QߖvY <ҳ} 2 3(Zv |2­Q-_mlkGȊŪҊQ=[,![5},q$29c C01]$ofSY h׮> )z ɒr$:Wnu V)2mf57zј C'4-^O-+#}5.2(4}Eʡfl' 3 F݇P/>?ŀ@t 7߿mth7eU,x|`G1Liߥ 1]sߏMP)~8ft7)@F<^-GY$i`e42GB3|"M6Hć  m(;S ZD1܂]@%#}u%`2plfw5قCP^KR}yc&-O(L<'KAdjGXѿim0JA|mӐPﶹX(SXAKpQ`63t}d4YJԖZ[G n{iZeh+j~hW?m2n7:͙eT{rq$VCNuD3LƖW\dO3 ʹӪ;p  5)n$z yVދ3Gιټ<U褡<\ZBpǁqvk9|>Mzr aEf*2n>E#\y)ܝڢF< YQo*mf jsIКɅHB:UioJGA Fu=Hwp8,Wkmpy =PA0TJΑ +PF\r[2oɈI+OַFk9`0=Ǥd,_ йtq]uI%jD=>MIpK-褄 f{ .uQ[N|F0(M?# { &٨hid~@_1Y%n ]`yhK_jԵfN"u(")ꌯ6CeF@5T3,NW fx4N'/uH/\_ے Ŧɸj{Pq6)nE.OKHҐ%f)y:x2q6P/Apnٵ11<ŰPc8+=)횩Ľ '(GABRYNLÑ0d|yk<@>C`:D2=U.3Vla$.vd)Z"Cs90 5|MSz,-y'Wmk:WA] 3%n|0 OFpUPmȇT[M!o; ";HaԐ.fju PƯY{O.aT<.؉!eC\ |Pu9-JNF顪X`6WCA$j׊vKTķi ;2ZC%e_nx QїCr\ϻTh@ݭ+2 iދ Z+HHa(Ν@{ 'BƄD,YMF֒Uu(5aGλoFb׻Z[i}-戩uW_R}I*V45Oy3_8o5-87l"cP܎${ >1g*R1J%dZѷ7ȶK}Lϟ4enfmɆ}z r_CLd;0KĶh*{Lizu=;0Fn=șq^'t7&\!"ȯ.,jCw{6o11:6:V+ɰ;>x#A# ʅpjf8 hىxb%sx;'!n/<Eѵa`~MRCB{&|Hu' :̩>U3ct^ge-&,~dDhcSi.3 .14^ _4h. l*!5ֲg-A7.+pyQ>{#JAަh?љPVN'E4s4KX=}1%mDyQ S>jjs JT>R,ND3XkZP9K{PS\ h9_R@-S:8_PύY:;DJ}-K:LOaGKgM #tf(`TNKR~_)R1]:rjbto? E;|u6-K< Z}srRU=Y3n%z{T@K=PshvtYK[ m#nn: V䬺j>EZo)4k>kpn(] زmIҷM RS#DZ뺹a~N:obFG=T5-@av 5r=-^vo A=BI,_ެ]o4֑zÊoQw޷$ 4:~z+ftb AnѹcƜv0 2Jxfw[Cl$naE%Ț{6Ҵ^]=.WcAyښ0~jBD+C>wȐ]#f5]8aƧ"TCο$q@xI;YZO>pF GJb_[IL_ ;ToOfJz B4WVmii= v.v!F?RVԝJފ^J—zb`NݷsB,71̞2Cp 7 zY`A~٫JF{-|{Y䎍1jTiiDyvsG@Ib19 %%Gr3;uko[*PлѢiQ(C‡i{4M0e+Vw9L*c!|׉tf|\z5}#]cuc%+x3e~8!?|=1n^\h/*iuZBs1=R:k{۰}oF|Ym<}BF؈|Vq4]>O\hoo xx}