fftw3-mpi-devel-3.3.6-lp151.5.1 >  A \d/=„uVn;CbFy*% -NjleVGĀu{v('2BFR[M;o.,٫nu慶vyܿ" oH$",YzGC]4q Wa[8nQq`a5oxٲ+CFߩ >ݘ =3Lӹ}W 0*h 6ba z뷪䊬U`8626d8e5d3ab73126da25d089f3a9f1ecdcf54fd7f40341460e0766003c12b4b4f17d8b3d0244bdfb312744a8f8a27ce3e404142>P\d/=„䨅t:bw| <~_A@ `2C꦳呹šjHv~<gzxwT<:1xs[ߍ0-+%-ЎX+,W(fU-zT΄PVG".Q>PtD6}apHʮUX@߳$/Eh^{ Y^969)'dq~Ku9ᣖ@fґj=8M#3ק:VBܺS 5 O>p;(?'d " X'09 Ss     "@`xX(8(94(:(F%*G%@H%XI%pX%xY%\%]%^&b&-c&d';e'@f'Cl'Eu'Xv'pz'''''Cfftw3-mpi-devel3.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.\!build31openSUSE Leap 15.1openSUSEGPL-2.0+https://bugs.opensuse.orgDevelopment/Libraries/C and C++http://www.fftw.orglinuxx86_64i%H\\\\u\\f9f3082a0da79ca469660f3ff9ea51f60ac19779c914f2440e67d2dd3dc51028ebd1963d6b6862b63b75c41ad5a52d1bb2675254f79cbadb2940276e74f5dc65d31798d9e2bf0399c517d942f7c1ffcbe42466276697816c7068f8b5adc422aflibfftw3_mpi.so.3.5.6libfftw3f_mpi.so.3.5.6libfftw3l_mpi.so.3.5.6rootrootrootrootrootrootrootrootrootrootrootrootfftw3-3.3.6-lp151.5.1.src.rpmfftw3-mpi-develfftw3-mpi-devel(x86-64)    fftw3-develglibc-devellibfftw3_mpi3openmpi2-develrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.3.63.3.6-lp151.5.13.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 autoreconfbuild31 15526548813.3.6-lp151.5.13.3.6-lp151.5.1fftw3-mpi.f03fftw3-mpi.hfftw3l-mpi.f03libfftw3_mpi.solibfftw3f_mpi.solibfftw3l_mpi.so/usr/include//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-linuxASCII textC source, ASCII text?paio,utf-8a9fa88f5c8e80f26b1d86cd92f4e49b84df63391cc7532f929c441e67b8f99be?P7zXZ !t/4] crv(vX0}k/P8{IB4 i,ѓ m߂yAoJĭG"{ .S ("ԦiG$s 혇PV(4lfgBؓs{/\6C׸~q®&%͂aJv-Gձ?"(.\oLIKZ}{AsuMxH@>kJݐM$8ݡ T+ۣMBEB*R Puø qwT* IDdA}^6Z4pL;>-)4rL8W/O$Zl"e?=ھ,'lkį$cߌ͜19їTkcr=wZXO,^;Pa;1Ӌ85cHSnIFVxӠ{:\guDdJP*A3!!K\gz!ˌƭ%Fl_npl_\~MV3݂3y2{nH ,aN!Z_j/I&L#v>K=bM|Rظw0zܲ͟S^:x{fjKDcs Oah+;ӓKi:'78f͒]` y`]-l_Iei_UyJ9`VŧlH3 nd %q D=DFaT>m/kP Q`#Jm20Bn]b=6QGףHڻ= r9hz.ā(tIZKGW{H 3S갘մ#SjAbQ8>}srT W\53|g \FU|sr0*ER_9- v[cv3,Z顐D#;-:: c.I-rY pd> p"Lo xZHŐ4L,wy?I{v]XUqYn < |:ĶNt:`iUŖ&p3MVS,8ys8W9[~_E|h l8ev*짂mĭL[ՠ /׫0&ZV}T;i.BEY D=wא٦sV)@\SX6A]rPx]4S1EЊF6n{"9C㕸&2Nֽ+nֳώfؖt_~:c>O;˷G2t$=PO7HS$K܉Zq`l= m2}a]x{4&my EdY#=!D|TKÄq|2\eh:T6=|}P*ל 8&+?X؄rO @u# qtk]5N܂I=Ҷo5Tedps -;gEء)BP>aҭGzqIxē^!OpԞIc]%xHZ x CAR̿|:Oi2kWofmbǒ^ /r탧pwћ欰Bn:F|EPNVInץi9<:(-4nmY>KV =zY ܘW=Dz&U% *bm-Э7 rԸ(6Љ3> ~bץ?⬏X(8>0qJY nHz0O Qj]1ZdTd̕S`F4X|Idi{AgMyA3aY !gGepTyѦl\_?/9yzC̆><EM,,S_GC c*;|[v4-U{ ڗ8z?[S kOJGo KE;Wۼƹ#juzfȐOt&sh3҃! rDt`2jD3$7h.>nnl2[OfϸT0iHʮW @JNaJz#]Mi{DwO~LNd. %0ˆ_PM%2h4v 8kG\_^Fl.V=E$ڞu["[qGeʀ!1{|p*mߔ s Z =#0d27 UUp`" {VZ3Ϻ:BlTu<齄@n(F"%WD'St8_"tEeoB ? ˯JףN)ħ!8]v!=J!,xMrcɐ@*>u$_5'BoGMGy B lC%GMw|9%Q cG 2DaϪogEzE0xEkrFIXkK6 opQ]'5 paQ(sDOA2uWǞS']!TH0&L\g9O瑓몛˜ t[ yvλh+.|8+he'T[:)|6^gMsB$dS* "ŢGc?yc}[NPN9͍^iLc8,罇|9C&_L+cF]vXτБ|$$gҸAel;ӻXl-WmMBeS[[1.{2;5nP|Ň%O8(OpC$)cq/ YzU{qv'ph!5=EMLJ+7O-/%&>n9ywcr{ x$"EabKmޗΪ *H,H2;Ϧؚosb\*MP8,'8S)>u~@vvKfsaCZ"r)Hx5\s`$l*6'&^!! /Σu:%$%r>2>ѡ$g;CaFgo2YO2vC+Bbe[r(o)JVj =8ޫ3ӧGKB gQ%b|M||ጅrw%%rMۘ챬9COS6E^wPf1Z_K]Tz8R?v JФnjٓcb }z2 EҊ[%\_a>?>]}u%מR/с`Mj$ KOoJ` L!DnI\Jp*=O Tvg̿YҞ~",%$B%a(R֍r[*a)bCBw`{8Zn b#{ř#