Search Criteria
Package Details: ffts-git r800.b22d839b61c-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/ffts-git.git (read-only, click to copy) |
|---|---|
| Package Base: | ffts-git |
| Description: | The Fastest Fourier Transform in the South |
| Upstream URL: | https://github.com/anthonix/ffts |
| Licenses: | BSD |
| Conflicts: | ffts |
| Provides: | ffts |
| Submitter: | lainpants |
| Maintainer: | kleintux (xorly) |
| Last Packager: | xorly |
| Votes: | 1 |
| Popularity: | 0.000004 |
| First Submitted: | 2020-01-04 06:58 (UTC) |
| Last Updated: | 2025-11-02 15:36 (UTC) |
Required by (3)
- music_visualizer (requires ffts)
- muviz (requires ffts)
- scopehal-apps-git
Latest Comments
xorly commented on 2025-11-17 09:46 (UTC)
Minimum cmake version is fixed (thanks @ceres-c). Those still having issues with cmake minimum version - delete cached version of the PKGBUILD from your device and try again. As this change does not affect package itself. pkgrel was not changed, so your AUR helper may not download updated version of the PKGBUILD by itself.
ceres-c commented on 2025-10-03 10:27 (UTC)
PKGBUILD patch for the updated cmake version
xorly commented on 2024-11-22 19:19 (UTC)
Hi, this is harmonization with wiki cmake template https://wiki.archlinux.org/title/CMake_package_guidelines#Template and fix for systems where the default cmake build system is something else than GNU make (e.g.: ninja)
Moebius14 commented on 2023-08-25 17:04 (UTC)
Building this version (
r799.fe86885-3) doesn't update the pkgver/pkgrel but installs it as the old version (r799.fe86885ecaf-1), resulting in the package reappearing again and again as available update.A quick fix to this is to delete the entire
pkgver ()function in the PKGBUILD (line 22 - 25).lainpants commented on 2021-04-19 20:52 (UTC)
@xyproto Thanks, both are now fixed :)
xyproto commented on 2021-04-16 17:30 (UTC)
This patch was needed in order to build ffts-git on Arch Linux ARM (without SSE2):
https://github.com/anthonix/ffts/pull/78
xyproto commented on 2021-04-16 16:47 (UTC)
The dependency on cmake seems to be missing.
lainpants commented on 2020-11-18 05:46 (UTC)
@kbeckmann done!
kbeckmann commented on 2020-11-17 13:53 (UTC)
It would be nice if this package built a shared library as well. Could you please add
-DENABLE_SHARED=ONto the cmake arguments?