Port details on branch 2024Q2 |
- pffft Pretty Fast FFT (PFFFT) library
- 2022.12.19 math =2 g20210806Version of this port present on the latest quarterly branch.
- Maintainer: yuri@FreeBSD.org
- Port Added: 2022-01-30 18:42:05
- Last Update: 2025-01-18 03:29:32
- Commit Hash: c55ba71
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: BSD3CLAUSE
- WWW:
- https://github.com/marton78/pffft
- Description:
- PFFFT does 1D Fast Fourier Transforms, of single precision real and
complex vectors. It tries do it fast, it tries to be correct, and it
tries to be small. Computations do take advantage of SSE1 instructions
on x86 cpus, Altivec on powerpc cpus, and NEON on ARM cpus.
PFFFT is a fork of Julien Pommier's library on bitbucket with some
changes and additions.
PFFASTCONV does fast convolution (FIR filtering), of single precision
real vectors, utilizing the PFFFT library.
PFDSP contains a few other signal processing functions.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/math/pffft/ && make install clean
- To add the package, run one of these commands:
- pkg install math/pffft
- pkg install pffft
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: pffft
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1737159043
SHA256 (marton78-pffft-2022.12.19-e0bf595_GH0.tar.gz) = 2bd6fb3df6a65588b6ef4ee36f4930449dabca392125a0e07d74b780fc32a943
SIZE (marton78-pffft-2022.12.19-e0bf595_GH0.tar.gz) = 158769
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- This port is required by:
- for Libraries
-
- audio/cardinal
Configuration Options:
- No options to configure
- Options name:
- math_pffft
- USES:
- cmake
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|