Automic VaultAutomic Vault

brew

fftw を Homebrew, apk, dnf, MacPorts, Nix, pacman, apt でインストール

fftw のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

インストール

追加のインストールコマンド

macOS

Homebrew確認済み · 100%
brew install fftw

local Homebrew formula metadata

MacPorts確認済み · 94%
sudo port install fftw

MacPorts ports tree · math/fftw/Portfile · ソース: api.github.com

Linux

Alpine Linux apk確認済み · 92%
sudo apk add fftw

Alpine Linux edge package indexes · fftw · ソース: dl-cdn.alpinelinux.org

Fedora dnf確認済み · 92%
sudo dnf install fftw

Fedora Rawhide package metadata · fftw · ソース: dl.fedoraproject.org

Nix確認済み · 92%
nix profile install nixpkgs#fftw

nixpkgs package indexes · pkgs/by-name/ff/fftw/package.nix · ソース: api.github.com

Arch Linux pacman確認済み · 92%
sudo pacman -S fftw

Arch Linux sync databases · fftw · ソース: geo.mirror.pkgbuild.com

Debian apt確認済み · 92%
sudo apt install fftw-dev

Debian stable package indexes · fftw-dev · ソース: deb.debian.org

概要

パッケージ概要

C routines to compute the Discrete Fourier Transform

コマンドとエイリアス

  • fftw-wisdom
  • fftw-wisdom-to-conf
  • fftwf-wisdom
  • fftwl-wisdom

履歴

プロジェクトの歴史と使われ方

FFTW, the Fastest Fourier Transform in the West, is a C library for discrete Fourier transforms of complex, real, multidimensional, and special symmetric data. It is one of the classic free-software numerical libraries because it combines a stable C API with runtime planning that adapts transform algorithms to the host machine.

プロジェクトの歴史

FFTW was developed at MIT by Matteo Frigo and Steven G. Johnson. The official site frames its goal as a portable free FFT library that can compete with vendor-tuned codes while remaining usable across architectures without application changes.

The early public release line began with FFTW 1.0 in March 1997. The 1998 ICASSP paper described FFTW as an adaptive software architecture for FFTs, and the 1999 PLDI paper described the codelet generator behind its fast generated kernels.

FFTW 3.0 arrived in April 2003 with an API incompatible with FFTW 2.x, trading compatibility for performance and generality. The current manual documents the 3.x planner model: create a plan once, reuse it for repeated transforms, and optionally save planning knowledge as wisdom.

The FFTW3 design paper appeared in Proceedings of the IEEE in 2005 and remains the preferred general reference named by the project. Later 3.3 releases added modern CPU and parallel features, including AVX, ARM Neon, MPI, Fortran 2003 interfaces, AVX2, AVX512, VSX, SVE, LoongArch SIMD, and additional cycle counters.

採用の歴史

FFTW is distributed by mainstream Unix package managers, including Homebrew, Debian/Ubuntu, Fedora, Arch, MacPorts, Nix, and Alpine according to the package facts in this batch. Its availability in both operating-system packages and source builds reflects its role as a common dependency for scientific, signal-processing, audio, imaging, and simulation software.

The project also maintains benchFFT results and positions FFTW against other public FFT implementations and vendor libraries. That benchmark culture helped make FFTW a default comparison point for package maintainers deciding whether a package should use a system FFT library or a bundled implementation.

使われ方

Library users link against FFTW and create plans for one-dimensional, multidimensional, real, complex, DCT/DST, or Hartley transforms. The manual describes basic, advanced, and guru interfaces, with the basic interface intended for most users and guru interfaces for custom layouts and strides.

The Homebrew package also installs command-line utilities such as `fftw-wisdom`, `fftw-wisdom-to-conf`, and precision-specific wisdom helpers. These are package-visible tools around FFTW's planning cache rather than the main reason most software depends on the library.

パッケージ好きにとっての重要性

FFTW matters to package nerds because it sits at the intersection of ABI policy, CPU feature selection, license policy, and performance tuning. Distribution maintainers must choose which SIMD variants to enable, whether to build thread and MPI variants, and how to expose the GPL library to downstream packages.

It is also a canonical example of a library whose best behavior depends on installation choices and local hardware. The upstream release notes even warn distribution maintainers that enabling every SIMD option can increase planning time for little general-purpose benefit.

タイムライン

  • 1997: FFTW 1.0 released.
  • 1998: FFTW 2.0 released and the ICASSP adaptive-architecture paper published.
  • 1999: PLDI paper described FFTW's FFT compiler and codelet generator.
  • 2003: FFTW 3.0 released with an incompatible, more general API.
  • 2005: FFTW3 design and implementation paper published in Proceedings of the IEEE.
  • 2011: FFTW 3.3 added AVX, MPI distributed-memory transforms, and a Fortran 2003 API.
  • 2026: FFTW 3.3.11 added SVE, LoongArch SIMD, and new cycle-counter support.

Related projects

  • FFTW is commonly compared with vendor FFT libraries and public FFT implementations through benchFFT. It is also related to downstream numerical packages that choose between bundled FFT code and a system FFTW dependency.

セキュリティ状態

リスクレベル: グリーン

narrow executable package without higher-risk signals.

リスク分類器

リスク グリーン · 信頼度 低 · appliance

理由

  • narrow executable package without higher-risk signals

信号

  • metadata:no-higher-risk-signals

インストール挙動

  • formula メタデータに Homebrew post-install フックは記録されていません。
  • Homebrew bottle メタデータは 6 個のプラットフォームターゲットで利用できます。
  • 1 件の実行時依存関係とともにインストールされます。
  • ビルドメタデータには 1 件のビルド依存関係があります。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
fftw-wisdomcliグローバル実行可能ファイル
fftw-wisdom-to-confcliグローバル実行可能ファイル
fftwf-wisdomcliグローバル実行可能ファイル
fftwl-wisdomcliグローバル実行可能ファイル

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-07-10
マネージャ版3.3.11
マネージャ更新日2026-04-22
ローカルデータOK
上流not checked
検出された最新未検出

https://fftw.org

  • 情報Release/tag comparison is only available for GitHub repositories.https://fftw.org信頼度 none

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:fftw
バージョン3.3.11
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/fftw
ホームページhttps://fftw.org
リポジトリhttps://github.com/FFTW/fftw3
上流ドキュメントhttps://www.fftw.org/doc
ライセンスGPL-2.0-or-later AND BSD-2-Clause
ソースアーカイブhttps://fftw.org/fftw-3.3.11.tar.gz
最終更新2026-04-22T13:49:43Z
Pulseupdated
依存関係libomp
ビルド依存関係open-mpi
Bottle利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定義
サービス宣言なし

レジストリ情報

ソースデータベース詳細

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namefftw
Version Scheme0
Revision0
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • stable

ソースデータベース一致

他のパッケージマネージャ記録

一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。

Debian apt95%

fftw-dev 2.1.5-7+b1

library for computing Fast Fourier Transforms

https://fftw.org

sudo apt install fftw-dev
  • Section: oldlibs
  • Architecture: amd64
  • Source Package: fftw
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Fftw
Debian stable package indexes · deb.debian.org · Debian stable package indexes: fftw-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

fftw-docs 2.1.5-7

documentation for fftw

https://fftw.org

sudo apt install fftw-docs
  • Section: oldlibs
  • Architecture: all
  • Source Package: fftw
  • 1 任意依存関係
  • normalized package name match
  • 一致条件: Fftw
Debian stable package indexes · deb.debian.org · Debian stable package indexes: fftw-docs from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

fftw2 2.1.5-7+b1

library for computing Fast Fourier Transforms

https://fftw.org

sudo apt install fftw2
  • Section: oldlibs
  • Architecture: amd64
  • Source Package: fftw
  • 2 依存関係
  • 1 提供
  • 2 任意依存関係
  • normalized package name match
  • 一致条件: Fftw
Debian stable package indexes · deb.debian.org · Debian stable package indexes: fftw2 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

sfftw-dev 2.1.5-7+b1

library for computing Fast Fourier Transforms

https://fftw.org

sudo apt install sfftw-dev
  • Section: devel
  • Architecture: amd64
  • Source Package: fftw
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Fftw
Debian stable package indexes · deb.debian.org · Debian stable package indexes: sfftw-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

sfftw2 2.1.5-7+b1

library for computing Fast Fourier Transforms

https://fftw.org

sudo apt install sfftw2
  • Section: oldlibs
  • Architecture: amd64
  • Source Package: fftw
  • 2 依存関係
  • 1 提供
  • 2 任意依存関係
  • normalized package name match
  • 一致条件: Fftw
Debian stable package indexes · deb.debian.org · Debian stable package indexes: sfftw2 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

fftw

nix profile install nixpkgs#fftw
  • normalized package name match
  • 一致条件: Fftw
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/ff/fftw/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

fftw-dev 2.1.5-6build2

library for computing Fast Fourier Transforms

https://fftw.org

sudo apt install fftw-dev
  • Section: universe/devel
  • Architecture: amd64
  • Source Package: fftw
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Fftw
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: fftw-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

fftw-docs 2.1.5-6build2

documentation for fftw

https://fftw.org

sudo apt install fftw-docs
  • Section: universe/doc
  • Architecture: all
  • Source Package: fftw
  • 1 任意依存関係
  • normalized package name match
  • 一致条件: Fftw
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: fftw-docs from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

fftw2 2.1.5-6build2

library for computing Fast Fourier Transforms

https://fftw.org

sudo apt install fftw2
  • Section: universe/libs
  • Architecture: amd64
  • Source Package: fftw
  • 2 依存関係
  • 1 提供
  • 2 任意依存関係
  • normalized package name match
  • 一致条件: Fftw
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: fftw2 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

sfftw-dev 2.1.5-6build2

library for computing Fast Fourier Transforms

https://fftw.org

sudo apt install sfftw-dev
  • Section: universe/devel
  • Architecture: amd64
  • Source Package: fftw
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Fftw
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: sfftw-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

sfftw2 2.1.5-6build2

library for computing Fast Fourier Transforms

https://fftw.org

sudo apt install sfftw2
  • Section: universe/libs
  • Architecture: amd64
  • Source Package: fftw
  • 2 依存関係
  • 1 提供
  • 2 任意依存関係
  • normalized package name match
  • 一致条件: Fftw
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: sfftw2 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

fftw 3.3.11-r0

Discrete Fourier transform (DFT) library

http://www.fftw.org/

sudo apk add fftw
  • License: GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: fftw
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Fftw
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: fftw from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

fftw-dev 3.3.11-r0

Discrete Fourier transform (DFT) library (development files)

http://www.fftw.org/

sudo apk add fftw-dev
  • License: GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: fftw
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Fftw
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: fftw-dev from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

fftw-doc 3.3.11-r0

Discrete Fourier transform (DFT) library (documentation)

http://www.fftw.org/

sudo apk add fftw-doc
  • License: GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: fftw
  • normalized package name match
  • 一致条件: Fftw
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: fftw-doc from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

fftw-double-libs 3.3.11-r0

Discrete Fourier transform (DFT) library

http://www.fftw.org/

sudo apk add fftw-double-libs
  • License: GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: fftw
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Fftw
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: fftw-double-libs from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

fftw-long-double-libs 3.3.11-r0

Discrete Fourier transform (DFT) library

http://www.fftw.org/

sudo apk add fftw-long-double-libs
  • License: GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: fftw
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Fftw
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: fftw-long-double-libs from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment