libfftw3_omp3-3.3.6-lp151.5.1 >  A \d/=„P%Hx,*S1Kjd6Oʋ¨R6l/-cXOQ,o6 KP !īOGiV$51n'<|YY٦_$Baa? jI4s앁Y4~&v-D' r4U[]2|QZ2iij ? %"w41sM lr dWxEJh_nmhܼlAVPqIvE72{xA8>pC+?+d  V #,5 Ol     <\t8(8(9(: (>&~@&B&F&G&H&I&X&Y' Z'@['D\'H]'`^'b'c(d(e(f(l)u)v),w*x*y+z+p++++Clibfftw3_omp33.3.6lp151.5.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.\!build31=openSUSE Leap 15.1openSUSEGPL-2.0+https://bugs.opensuse.orgProductivity/Scientific/Mathhttp://www.fftw.orglinuxx86_64iii\u\\\\\fb20a59701fce3249e74c27ac7e31d2a167d76189bb77b242c36b075df6f556c8f719ccbe518fab57eb393ff53d98bf7c2dc3fa48a62035f533e13fc4ac59909cba8bcdb3f71453fa99e9e0a40913c43748e148310e486cdb42ffdb0e7d534balibfftw3_omp.so.3.5.6libfftw3f_omp.so.3.5.6libfftw3l_omp.so.3.5.6rootrootrootrootrootrootrootrootrootrootrootrootfftw3-3.3.6-lp151.5.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@YY4W9SRe@SRe@PͷOOĺ@O8Oc+@OU@OU@OU@OU@NwNwN=@NN @N;@N98@MK:@J_@IX@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.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- 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- 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-openmpbuild31 15526548813.3.6-lp151.5.13.3.6-lp151.5.13.3.6-lp151.5.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:Leap:15.1/standard/b5942dfbce03c2376b59bb67203ea4eb-fftw3:standardcpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=143c1d723979c78897a7c6162c2b37521e752cd2, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=1850cb3da5bb80dca13999c965414bf95fa91900, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=c72c9f550f9c33b95a482e41d16942126d36d2fa, stripped  PRRR R RRR RPRRR R RRR RPRRR R RRR R?paio,utf-8843181dddf4eb3689a24e9824cd3db6bfc95f240eff70a45aef228b59c76a1d6?7zXZ !t/A7,] cr$x#DxO?Uk  tV3[=UNHjS/xHk⯚N[tmmp BA_KHgI%'AH~0*L(@k1'`zY'ANT 5N^{W8~lo-?aťgp^e7$N$ ;+y+KDVZYp2o?QƼk\SHB~MOOڑ\ӊSzrK}({FJ(ٿ?q<5~AZjn݃@XZo\e[Ke AmM//i+ut=ŭ2 ]I2ZFoJ:[im:׾fTlj[\ʡ~Sj]˽֭C?s rI]ؒ i~*¡4sR~ ŪrhOAj$/Mٴ]6X:/Q'pbziފ(e(帒\/s Ib[]}fHM ߚG*"T/A;)bjІ8IQvEtŜQ>pvLQqzk"=95_^X9TfXcꦊI>@QL*0%&C#ޕk]ͪ~v}e/\"ڧ=Jy*ۺ(.ludGah:B| >i%XI =Ǫ eY^N^mXסV GЛ4r5˙*^Dž,d6iC5tAgE= x]:J}~b^[w9 [>cфO[Ϣf8WOm-,\=X;QU-v OY&iFaN#Cu 3}.=38KtκۼЯHY Z橔q|O^784 Y;@ze }H\A6Ӌ3>235Rbh9JH'I?Ԙz!˔U[0bzǎ#ERu+nT㡄mc`Ev/twLι,/ftol5kG;Y- E$"ZRrR 3]>?HD0ngM}!m,3VB_X+4ȒV+oe'i2XHh(g|CAyuۚ;h*:"/JvP§EraUP'Fhj&Zmn\ Jw 5H\%\u@N/ z T=A],sBj"(gnJ`ԦD>r\GyEts*⹎0OgvJHe|r O,69+Ǥ.;HM U{ÐS§:,>΄ǫC?y);v fxW3풙nj:Jϖ&TN 0Ք zҗ=__h4Z Erkv`nwͨn,)TN^EE:.ȧa&nj3SFF ETwQ (>8b'+,@ 䶹XkH Kފx!ҧ6 9հnN( urVpp7W%Rer Сn7KOP-u1JCC I@jՆvhzxǮrü~6y"zTUN'?継(Q?%ZU+·p줪B .=[,6ݸ6v7kH5:t_+U$)Lh)Y2X4]"> HVTdܛFBRQ[[Pn\/;l9jKȡTgIwm[7+6~,~ 7I4k%M^*ly‘urZ-'~Pc|7rXޤCD_P[:n^pz722{5TkF, ,߽Uµu7Hу͗,'qH*Rx7FEQ>/ь_2C@ Z%s8rrLbw[=^I=ьw]$* -)OfܷcԇI*a'3&%M; 4yBq >-noRjTX|eMU'2I:ݳ/zi_ I4çC-|rh\pAɈ=JW/SIږufx={sxLN"@v3k|U&W9d6ѲqIIឳ(UQ˨jճ 9UbD3@׍yud}`)^9kXa!C%lv "U&†"/|gZᬓT6/dM9uU0K"Â>E;1@M沬c>EԶa4ϝL"G!Hk :&;#EX?xFM7Uwi]⠰?‚6m3G@ee9qb>p&4Ny$%~ gax7Lhj}KRv !&mi +SNb%# sCOl[OmM|؜-&3PL7K$ mI|ʥcxgf(pAy֦>qCBdk %*MD̅Ѻ*_3cOMq / YՀJ.}G0HJEbg Itq$/;76kN'86"%& Qtt,E9kJ|/iJk󻱓+;M OZƭH ݣ^=&!svJT^lA%q=loN=m-J:@'_:G#?N6 阿;0&9@4t:z);;0z"jfX ~"+&l.!5PVTIlR/Ipsy.1h,dNo8hXGA.G,\tÞ!0 dL`r'6_=sh<ֹ-ziUkۧ-#VWȏ)hL;?$@C0]g'{]ՌT-V!E#/xm>ѝco99}`(B!h( MK<@ꜿS@6!yĸ&+7 >Y~Ϟ_1LRg%]+l׌iuzEe 2C{6ʸB$gH޹4۾O8v3.{N6q%n,od1"abGs"k #|lg(J_V:?0`mcMKr׹4=^2y)[d8I3>s-q d`ȥ2"M͐o`yd$ =6ƅx{ %lZmb˜z>x3YvTEi l&֮UD3#70dVucMm5f1=hpNK~pBd OUZs+KM䐉-ׯڌWdOqIv ~Ep(5 W fN;5^@CF} J4,*a:6GD;GPq=qaY r`v.`Ivg|e m l:nhrPW* دzɈpQ?t|j1Bo2GbRs O )A )Dk7u",Jb6(X6 ޟV Z-DIi7렀.P+,&@ؠςOtW9LK?QNN`kOhz 彩`zqiHv ,LYjSE,xgLU۾(074XԨQ70!TXe i#}'} 9 ^``61. eصۉ=a {Ru&RFbiqh`X.Ӆյ0PC[@ 7}hu3Ye~ .elgy HB6}ɤ9Z1UW|x!ʤ\wywXZfOYT?)tw܋E2씥[@铲fV WH[A0!,D$GHNy}Dx]cL&M{&6ȅŢNU[mݩf̏ѯ~obl:m0RmȤD_ƼZ;~S̶0^T3ܺ7ZBLK1Hl{B;sG#|O[RȪ#ص< a + vgt"Ɛs#W 0܌Oն~Js%Mm-1GawŤ*T819lÝ/SUtO Ii)/kiAg/!;UE ~R oquRѤ/ӠsS8>o<3n.a(R_FbߔR1^47*kB[q,!)S>$;u H'yE_̛fh !$v'F@9FD*|K)MZ%1"Z旀!-GYQE|jhƲpFBd!W)ma.ib!s:adRV%(5$쟪' jeXjnF/+kFC6{Op=u"Lt<0}d@A6- QhK+TxtA` \sl8X}&>dr z v>VP!!]#|91 J7Z*yGssIXpG fN<gOEr)zK}S֑î@ NQ}djUfɶȫcuŪɤ(pmSW11?ҼPN<:(id|,;RXF"_M>ntEQM븎{H%ЃJ.N]n{xHS<{ sy59J[JD xY}4 IKd9⛸A}p P6sj7e3!CDrc f|fi~NAʹʘ~${@(l%?֙lf(UFN?A8"pSü41zВ f۴b7!v$)*j<}_2R]&Y7O2x犊"Np] g@` 9 @nbbri @c'IՉ)?X}O cPdnB˸V %tgkW z0h)6vu K;?$#^ǝSEŇ ɗbb`ƮⲹD\m>]:u}UD"VE3N$?\+7@#Vig4=f) [cB3@=`tZ9t M= : J"wM_0:ơ1AUo)|zZ3"m-ʨt~&>B?4_y4 #Px+a>P/ ֽ5}v0M<MʦK~:7l9:57Ҥ?<n/^C/C Gǭ2 ½t]lupr炫W9B+L mmr,{̺b\u!x^_N0gw~ vp].w61ÖHhP:Ѵ!MwYo .aAxipiX(h hya2G ^ 0AJIXն(n#]1 E%d@: (̕#de 3"ϱ1Ҭ:0eN[YȊ:Ϊ mjds]ѝ6cXTdvw˅NxCH5~r l8κ㤵vDa]Dpw_҈n- G, ifrSv_D%AhP:FN[|`aӼ/Bq`* Q8z!9J 6kx'~?%T``t)H%'>ނ8iւNRUF2^Ƿ>2ԏ.>;IcCsAqd1_ ֭vbY=c# szCb&&順az)Y*X1'p` y*v/>G{"/ ʵ4#!:BE&Z nF:t&~ r&6⒈': ~O4RB*hUgٖ:&ܰͳ `Vu't&|R@GB>a(/8%9pyNVWokmϴ}wP8Ttƽ*A I-W,\E#/oٌ{'e{܃',/d1j4z?קF~bap`jidVT!LK2n}i^>GYn"lochn/Y+ɀ 8'S J?)TKSҵbB8sQw%DҰӄWQt>;/c&MX߂DeBHp ˙!v|h2 X-/ E%d;_.`i س˙4>Α˦nya5=lgYT+/'X edrXV њW 2g@[W 5PC<$8rrV0?Ol噲;Dh1 p"A\ZE.2#w-;Bf{>eh]_^Y~fc.㓵ޒu-jmhODa*+&LF^'J Y#΅5]$y|l +k eTeZ}a{+Ɯ̞@خ>innMiCG>q9SYYw_S^-.!ז-1oRDŽuR,3MDGsM";}q;򥧢_ G9f0HƊ ' 0݇EŶH2gh6W R:NMŎplBe!DrC{Ss.!jG4RRU7uO:ToB?Qet?,+ Yrś8gio~x 07'{C=Lӧy,(mwHH:c\z$l{S+ {&+|%˞A\d#r"'L2_$s$ "[iø E4)چnX ֕¦ɟBqmCZf-swb51>n&Ts!Hm%c`L,W!0U K; ,տѬ obv0& 9ݏ0~CM }?@((κV$]:IaqEl{Mςzq=gQnKRlN9 0\߃"׏guzCsTbUC?_9&A{ eWhw/+4^VB6EIKzQYZ0W` /DCZ#$ǙCKY_ʖS\#A).(B:ar{Hsz%̭,8x!"1`V[5DZޞ񡫿 ="&&gci4F,7`QgG>h1- VneoY}x6@ G h]G{ 2,6`1,Գ`h䋋PXy4mDtk@sH+BS̷'62;*SAg;yjI_kݟdT0/`xtß0w߈@F1ldV _(gQ>iQ. zf/a4˛3L익gR\% 7j&*{jjGm+?sƗͦfMӄ6<sߜ 4Vq4}nM)Zq$Cp.o&XS=^YN)cI/$)o_畻B>o("їU_,*1=W~):Z\=; 4&KqoIq+`ê뎕&0Q3v cH/['LeN-=0I_C7Wz #(O<VwnO"Cxj+ A\q8i8idlO-OmE4HeWpBI:YK^ YZ