Package fftw3: Information

    Source package: fftw3
    Version: 3.3.8-alt1
    Build time:  Apr 9, 2019, 09:05 AM
    Category: System/Libraries
    Report package bug
    License: GPLv2+
    Summary: Library for computing Fast Fourier Transforms
    Description: 
    FFTW is a free collection of fast C routines for computing the Discrete
    Fourier Transform in one or more dimensions.  It includes complex, real,
    symmetric, and parallel transforms, and can handle arbitrary array sizes
    efficiently.  FFTW is typically faster than other publically-available
    FFT implementations, and is even competitive with vendor-tuned libraries.
    To achieve this performance, FFTW uses novel code-generation and runtime
    self-optimization techniques (along with many other tricks).

    List of rpms provided by this srpm:
    libfftw3 (mipsel)
    libfftw3-common (noarch)
    libfftw3-debuginfo (mipsel)
    libfftw3-devel (mipsel)
    libfftw3-devel-debuginfo (mipsel)
    libfftw3-devel-doc (noarch)
    libfftw3f (mipsel)
    libfftw3f-debuginfo (mipsel)
    libfftw3l (mipsel)
    libfftw3l-debuginfo (mipsel)

    Maintainer: Dmitry V. Levin


      1. makeinfo
      2. libgomp-devel
      3. gcc-fortran
      4. libquadmath-devel

    Last changed


    May 28, 2018 Dmitry V. Levin 3.3.8-alt1
    - 3.3.7 -> 3.3.8.
    Dec. 10, 2017 Dmitry V. Levin 3.3.7-alt1
    - 3.3.3 -> 3.3.7.
    Nov. 15, 2013 Dmitry V. Levin 3.3.3-alt2
    - %check: disabled quad check by default,
      it takes too much time to complete.