How To Install mingw64-fftw on Fedora 36

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

Introduction

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

What is mingw64-fftw

This package contains the MinGW win64 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 mingw64-fftw on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install mingw64-fftw.

Install mingw64-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 mingw64-fftw using dnf by running the following command:

sudo dnf -y install mingw64-fftw

Install mingw64-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 mingw64-fftw using yum by running the following command:

sudo yum -y install mingw64-fftw

How To Uninstall mingw64-fftw on Fedora 36

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

sudo dnf remove mingw64-fftw

mingw64-fftw Package Contents on Fedora 36

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

References

Summary

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