libfftw3_threads3-32bit-3.3.8-lp152.2.3 >  A ^'/=„1H6_[SPchMHBRFlCU&ZW܍~w<,+ƵL7Qpotur`UdgN1ȌK!{`P&y֣jebV9̦m0L;gU(xO{3nNs+ryEwU:p4ϫ}U6+Dy؏=bypCa5_BHPEf|ZxXʋp]Rέ b+yOQWG|+},lI'䡷q4/%VXG3ך`VU?+"7>p> ?d  * ` /8I c     ,JhTg(89:>GHIXY0\T]l^b cd-e2f5l7uLvdwx4yLClibfftw3_threads3-32bit3.3.8lp152.2.3Discrete 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.^lamb733openSUSE Leap 15.2openSUSEGPL-2.0-or-laterhttps://bugs.opensuse.orgProductivity/Scientific/Mathhttp://www.fftw.orglinuxx86_64/sbin/ldconfigfff^^^^^^ade9d917894169a409b8a0e6d4f934769784e1dd22e6e716df948752630c3dc1de7679f37c4ec4c2b187114b9f61809c57f4f5f9e1b54b7497c2cf49ca4b6a0ebaa85ea07f91e4fb2ac192fa7b503f672edf374cb340f659cf50358af161bcbblibfftw3_threads.so.3.5.8libfftw3f_threads.so.3.5.8libfftw3l_threads.so.3.5.8rootrootrootrootrootrootrootrootrootrootrootrootfftw3-3.3.8-lp152.2.3.src.rpmlibfftw3_threads.so.3libfftw3_threads3-32bitlibfftw3_threads3-32bit(x86-32)libfftw3f_threads.so.3libfftw3l_threads.so.3@@@@@@@@@    /bin/shlibc.so.6libc.so.6(GLIBC_2.1.3)libc.so.6(GLIBC_2.4)libfftw3.so.3libfftw3f.so.3libfftw3l.so.3libpthread.so.0libpthread.so.0(GLIBC_2.0)libpthread.so.0(GLIBC_2.1)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 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- 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/bin/sh3.3.8-lp152.2.33.3.8-lp152.2.3libfftw3_threads.so.3libfftw3_threads.so.3.5.8libfftw3f_threads.so.3libfftw3f_threads.so.3.5.8libfftw3l_threads.so.3libfftw3l_threads.so.3.5.8/usr/lib/-fomit-frame-pointer -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.2/standard/1fffe79f68786ad8362241e0c6ed8909-fftw3:standardcpioxz5x86_64-suse-linuxELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=90e6af47a4d8c444e552ef45800bb66a37e78148, strippedELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=d9c26ae4682ac258c9e3b534bc34941e7f27dbc6, strippedELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=e92ac4f33bc198d66387440bac70f9ad45cdb7e0, strippedPRRR RRRRPRRR RRRRPRRR RRRRutf-8e36c6c86e1e1dbce0821aa6363feade759e37b4b361709682f915f4fcecb049f? 7zXZ !t/73] cr$x#*ʺވX P8R/Z"(cux^\c/{;1`ΑRS2Z8Twѝ#GnOC m by 6%'6]X9ό]D$tkRp  YLAsQS2mzۄxv۶xroxc{RUyFSBoHa >.͵FےU7!ܧAViћ +{d Ȧ-J gN&if(%Q]xBpV5;ۙqa!> W+ɉJ6NAp2NHգq7YwB_``*)So21aNrjmq_Q X]S0w-&[Ie3Qy\4ϦFӱOrZRק,#v??e^G>EäRЋѓFNQ-f? _E-Lofa(K|Cbnq8?&`J&lkxxPQc6G_2~o=?qٿ3DN仦pyW뎗Vz=ok1 [&Qr=W6؁>FEPِe6GeQg0ǛEg7ztg?6R%JLnO,*uk9(VkF`OJy.7}F)ۧg$'[Uv]+\hQ 8<%2G)]Ji.i*L ͹ebN4I䎊a2axӡ̈9p8S/^h^90]6 Ig뤅^dl:vzyr37((=l~߇ԠPJYcibB_+upF7 2a夓JHFA6,zj7MsY]y_5kmx7J୹H>0HF5[z C 9ntDHFmR OaR45T!PAv92bV|o ]f8ΙeF^->\;ǫa]`=WϞCɹmR9ӡwl>* L TLCT\HjUv^ŽO%(SOORóT}|)IRejrwN x ǑqVQ hT,?{Lp'GQjv\'p0)=14/’GV f.+ToW*K)#Z$FS| x4[p=K%go|W^ Y `ZZQu1E,Ԥ޴Tr8? W!Sέ0ǁ%~595VuX2J,{ӫ'ԌxcS(cF%LgD>!\?ԊbN2xֆ>,+^0}QQr(Yp%BwMQMR|hġc8z}zY-KlSu~(>Lϝ-XDX0z/$镥+#? 7i\،g!^pJQ"_yʨю`~xl L #.=Il@Ǥ/'}Fo?-YDgCbhqx_8Uԝ[@}8b[ZI뉫;O [j4:9-#V![:6;Q gH}4&yY ]WUUyϰ8YK(j8YIXR)KMe"TZ଎+9'$[7tM,8X\fJ V_pãpE7|S8N`6\혂.8Qt` $vhJ_:_z>@'4Uc>' yLO̷%?ao [""g!hq  8ϝo:pO.kfƋxRb5us(۾Wq1+ek2Ei^|+䒙r̓XE:|>1 <l 2+Jiϰcsʎk>.$j)֑klep0Ew*lUP=)C[#G጑@YTALjHg6dKp8yH?m}j艀9M Gvŕ{ݙG͆vz͊TSفoj;"{~ؑu4I픑ɩ,:#&%:G^'wԫۼ-Ssψ#1.#'ݞ"<Kׯ %h[U?8=iN:Np!DIP1GGy_ R_hg`tA?a$5Vj R\fm)3,; Iw!D&QDyM?@/^ɰ+e)Z(| ?k-/L5?US2w|Y,aw ϲBcX0YhxKڇU)՛׷-@YA)LDKgly٠sXpv%!/P ĩ_gڛ3@؈uoSA !el7K44Ӽ@)$`&PΚ7O_ !Z39 `6kE`RAYL7^1S"4 OYf89č[\8&KPeR ^% D1{c;GF544*EM@;E%ת*; O|bdX𪑨\$ ewe?%al{1E:`uH^/g̞Xp2z¹\*Ai.j:o,wI ֽƤKB5P81Z"mƽYARX*s@_!C{\6/?n>Oy3͔(9;&_r}iщ$e=1Ȧ EȺmh[g`5l9 B7&@ڵ¢I J ewR4 z0Ei86?BdηLFUwjs]N@)T 9kcؕ=Oėk&ؙx`[;c^ Zkt>Y`4@6k9s3];#CŞяe,b I'*4OBCR&thqbۼi ?/~.Cpcvt„I<2=GȈuJVa\ըm,Lp4ceZO L)՛.6IPVS/:ʼ K{;[B^`~Md HsyszL^ E`qώ"Ii|6hˢFHڷ!9YDs3Fx>6j.D~Nq"p^Dd8`4;$ n>E/t Ӣ/OQ 7eM~'VW$!ιʅ x5a6 p4ں"ڏD48.q_fg vtb[Skv] [,pO9SRꍕ8/peL!g7x kq3YW -د>X# 8*GT _)w^oziqaR4YnhR>$ 0!Q$ I@mϬ\K'z1g:m瀋{FF3*Q驞_.f,hc!H݃Ј) jsw©O!R?w.rfK<^'[:YIc4HCa/iHnn_^ lp]Hɮ$wmEwuf .@nu%qLcVg{`v|e퟇bhG06eNFDh8MM{x,%-Zd(]~r$#}Ð Jr + ԩc:`U ;^cABrkZTRb-5cĚ in@1 dzG%p|7WLuW*6!\c g;QYy8Xh3W zwM̹Cw=䗛[8NQl1W57~򷀯:[jf6-&Q^[}ҤXĞwaa g{[˜V_4IgD H6Dm^F*P@Nʭ7q0f IV՞"Aϰ-]i1[5J/O UrO)@c~us5c9fb װdmy~b &@q^䨔 hM cu?-To$ɇW.EE9gS?/Rabf^{LddTo2[_^aȝAy:>0[=3Q Y2yo bÖ^yZ+6MS1Z}Kz2ŢIS-|PKw-۶XYu*m4M 9|*aN߂$DiXdk2kBx=^|ʀqmfWax[3Q*.kD^=ضRISXgW4z֟RK f8:EW^흝TjHu+w9kt(Z; ).vZ?:? mq2:QEo|AK/Jl)]ى6S}>2Hc܊S8 iU#&5qtFZ?)򇉬mzPV}{F[߆'k;TBR?7H -'WNBhIbD5heJZEy4}z_1XT^L'Q1t9`_pt Xd9Ể񰋤p칗e .0o;>Mo畘73MvLE\P~e/SNJ* k+b~S>ڑ4<)qS7X%0>ωP䫎ȫ9>URbjĿq?\._X8@$Ya#.#]lH&m/C9 +(R%R A_~Jg]f]SCli ηѥD<_&!^|mbөgjxh/;VKEx ,)JChgŒ<҆aԥKV\iB9*M4NeӾYaq52/LT9%/$ ~([;]JM:eq 3D'{v \=&b[s齕nB53Īv.?$j|n2˲rCW0 ixRBvA,OcTGhFO }nKEOv(@I15K'xT?귕r:q+vmm@6QaAl?n_3ФGA6 mr8TxvNL4^bC)IWDXRw;)B&K_*$X=A< \c"2wwG}qOm 7b3ie^_M}EsjTcuI hWXʌ,4,mS.@ט vUQqGFq( Af7SO 6hϽ$[`Wx'P/>7&xځGr*:şydad,~Gz!f$JJMؗ# !7m4Zza˭5zbPʽ(>9cW a4D9!Y[mS 7\ 1yƌ] %eGa@,QK␼F R]֜ODuf?} H3S7FΕ0ude{$Y@y|cz =IF\@ $jke #ΐOsYSEIyEwޟ_=_laUskT~xV̔TfL+#(.`OrSwZdS-E"p?,Yfq?Wv+X1Um~79Q6>oFGWSrc\~hpUQ`m&|s&/,Tga=D Aʫv=Ax60jY1FU}xx13/X,+NxVn5(Zz %tPXڠct%g?^h4#9S +EcA5Òa? |)͞keK3va]./4͒]صbxp <: r~ (?$zu3hY , 3Ke[HXGZ.!`n-gA#5~. G=hߗv^)M6U yaXg$>K "MhÚ)A#(Q<뇼c:MIM fcWiXQot8 ެ=IᯋtX=}d&6n7KѾ(~=<e<Ӱ283oIM?Kl_d0Y(rxȆnŦ1G{f1j2 gcSiʖOȥrt-ʘk4Ɋ] 3v_ɢ98 B/AƢD?GʅH%ܽo7EP WHswFI8bp7KϚ6NL\4x4BAq)M:E+ $ _,|-%o`)87v=)$V0=Ov,8¿Љ(:WHkW 5Pιjc#W46nx-nޡQȥWV9oaYt`\L4XD7龱e-<ĚٶmM)aE.x! lO:&Y"ο~,8pE_-2Rk;lAqox+v BK [;Xsa>S &S w]L2/BΩFƞֱL#d^(OvO(ГQKg`@QMKHl-5G|P>{&ִ~oZ3 ߱Htk:oxX՟W8_:ACDr׸^=~dxApdM~<:P,uɸ=ӂM?0G%V-l`KZeM.U+Ӣ@^ψ69 ϾAL%4(/(cھ4K=;aΦӍ`JгGhػ:FR=NiN~v曥DQ$57N Ə[Yb޵7b4f>&{ ?=gX|E=4黼VfVڌP9'GE=sy +~BZZ]OsSyH/}N`pm~QxI#lnN?"._gO<@ d-i/%@P0i]E:O5'Eۓΰy m*YgOPm1nXu}Z!1h;,t9Vk,uA +~H/,ڊ?M$ ;:v^OG~eݲ XbЫr!+ߟdk.F'q 4A2Hu :i gl!AaT~;SAg9M35sNvgN{j854 mN q'P䈘=݂gU`,ti})*4 F!xUC6̀hM$,tj E BM`v(yo8ܞ2 3>M~Θ?t,pqaaS~&CذOFc IQ&:@dC@~ڮb|([}A8*̼Y+xژiB ^uE ȤS$`jd&i$LE( D^(Ì⦦p$>ku+.de5,<5;bY\޴2qm2,:%t'#Lk%}B/&(C%ILYB6؞@83K:è%>_Z%)@Z4ż58[gzVʲXwpQU*q#5[$޿cΕ@i-r'/kdDnvkV5 =OUcwT@;fdƪuH$(>b0VU\ p NR3@ X/[X Qf"کXl$tA agϺ,cvYձ{hUEfe\'*Ֆ_ŪrsէGuJZ]*OSk1_IBv^e51iSsW.-1 ɠ9=GKt΅ ER*O)jYM?9'=)%AfDd x]0?3n?~)|x"ѼV.+t`vε p!xK(vg%D Tox-#\ )MEXTRِڑT롦.֟޾yrCCdi^%-GD[aVlMM;T g5V?3:ZWȼW_=Ã?>f^cFhL-F$$Hz:H*AㅃZYg}l##"*{|Gn# mtIf0ꂍ}Vwс(&pA1h5F e)یZG٦ng!s ]ء\-exP7@Q,8bj oʝV0S6ɬ{>m8^F Y3z ?;`$W e:y^}@9CU!kyq$v5ǭw>V zqkOh/` YZ