How To Install mingw32-fftw on Fedora 36

In this tutorial we learn how to install mingw32-fftw in Fedora 36. mingw32-fftw is MinGW Fast Fourier Transform library

Introduction

In this tutorial we learn how to install mingw32-fftw on Fedora 36.

What is mingw32-fftw

This package contains the MinGW win32 port of the FFTW library. FFTW 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. This package contains cross-compiled libraries and development tools for Windows.

We can use yum or dnf to install mingw32-fftw on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install mingw32-fftw.

Install mingw32-fftw on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install mingw32-fftw using dnf by running the following command:

sudo dnf -y install mingw32-fftw

Install mingw32-fftw on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install mingw32-fftw using yum by running the following command:

sudo yum -y install mingw32-fftw

How To Uninstall mingw32-fftw on Fedora 36

To uninstall only the mingw32-fftw package we can use the following command:

sudo dnf remove mingw32-fftw

mingw32-fftw Package Contents on Fedora 36

/usr/i686-w64-mingw32/sys-root/mingw/bin/libfftw3-3.dll
/usr/i686-w64-mingw32/sys-root/mingw/bin/libfftw3f-3.dll
/usr/i686-w64-mingw32/sys-root/mingw/bin/libfftw3l-3.dll
/usr/i686-w64-mingw32/sys-root/mingw/include/fftw3.f
/usr/i686-w64-mingw32/sys-root/mingw/include/fftw3.f03
/usr/i686-w64-mingw32/sys-root/mingw/include/fftw3.h
/usr/i686-w64-mingw32/sys-root/mingw/include/fftw3l.f03
/usr/i686-w64-mingw32/sys-root/mingw/include/fftw3q.f03
/usr/i686-w64-mingw32/sys-root/mingw/lib/cmake/fftw3
/usr/i686-w64-mingw32/sys-root/mingw/lib/cmake/fftw3/FFTW3Config.cmake
/usr/i686-w64-mingw32/sys-root/mingw/lib/cmake/fftw3/FFTW3ConfigVersion.cmake
/usr/i686-w64-mingw32/sys-root/mingw/lib/cmake/fftw3/FFTW3fConfig.cmake
/usr/i686-w64-mingw32/sys-root/mingw/lib/cmake/fftw3/FFTW3fConfigVersion.cmake
/usr/i686-w64-mingw32/sys-root/mingw/lib/cmake/fftw3/FFTW3lConfig.cmake
/usr/i686-w64-mingw32/sys-root/mingw/lib/cmake/fftw3/FFTW3lConfigVersion.cmake
/usr/i686-w64-mingw32/sys-root/mingw/lib/cmake/fftw3/FFTW3qConfig.cmake
/usr/i686-w64-mingw32/sys-root/mingw/lib/cmake/fftw3/FFTW3qConfigVersion.cmake
/usr/i686-w64-mingw32/sys-root/mingw/lib/libfftw3.dll.a
/usr/i686-w64-mingw32/sys-root/mingw/lib/libfftw3f.dll.a
/usr/i686-w64-mingw32/sys-root/mingw/lib/libfftw3l.dll.a
/usr/i686-w64-mingw32/sys-root/mingw/lib/pkgconfig/fftw3.pc
/usr/i686-w64-mingw32/sys-root/mingw/lib/pkgconfig/fftw3f.pc
/usr/i686-w64-mingw32/sys-root/mingw/lib/pkgconfig/fftw3l.pc
/usr/i686-w64-mingw32/sys-root/mingw/lib/pkgconfig/fftw3q.pc
/usr/share/doc/mingw32-fftw
/usr/share/doc/mingw32-fftw/AUTHORS
/usr/share/doc/mingw32-fftw/COPYING
/usr/share/doc/mingw32-fftw/COPYRIGHT
/usr/share/doc/mingw32-fftw/ChangeLog
/usr/share/doc/mingw32-fftw/NEWS
/usr/share/doc/mingw32-fftw/README
/usr/share/doc/mingw32-fftw/README-perfcnt.md
/usr/share/doc/mingw32-fftw/TODO

References

Summary

In this tutorial we learn how to install mingw32-fftw on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).