Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 754690

Summary: sci-libs/kissfft a Fast Fourier Transform (FFT) library that tries to Keep it Simple, Stupid new package
Product: Gentoo Linux Reporter: Alessandro Barbieri <lssndrbarbieri>
Component: New packagesAssignee: Default Assignee for New Packages <maintainer-wanted>
Status: RESOLVED FIXED    
Severity: normal CC: jstein
Priority: Normal Keywords: InOverlay, PullRequest
Version: unspecified   
Hardware: All   
OS: Linux   
URL: https://github.com/mborgerding/kissfft
See Also: https://github.com/gentoo/gentoo/pull/20513
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 754684    

Description Alessandro Barbieri 2020-11-15 09:34:06 UTC
LICENSE: BSD-3-Clause

KISS FFT - A mixed-radix Fast Fourier Transform based up on the principle, "Keep It Simple, Stupid."

There are many great fft libraries already around. Kiss FFT is not trying to be better than any of them. It only attempts to be a reasonably efficient, moderately useful FFT that can use fixed or floating data types and can be incorporated into someone's C program in a few minutes with trivial licensing.
Comment 1 Alessandro Barbieri 2020-11-15 09:35:23 UTC
Available in the ::guru overlay
Comment 2 Larry the Git Cow gentoo-dev 2021-04-23 16:46:53 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=395eb9c6329ad0d2790d190b0441928563b116ad

commit 395eb9c6329ad0d2790d190b0441928563b116ad
Author:     Aisha Tammy <floss@bsd.ac>
AuthorDate: 2021-04-23 16:46:36 +0000
Commit:     David Seifert <soap@gentoo.org>
CommitDate: 2021-04-23 16:46:36 +0000

    sci-libs/kissfft: new fft library
    
    * new dependency of vtk
    
    Closes: https://github.com/gentoo/gentoo/pull/20513
    Closes: https://bugs.gentoo.org/754690
    Bug: https://bugs.gentoo.org/754684
    Package-Manager: Portage-3.0.18, Repoman-3.0.3
    Signed-off-by: Aisha Tammy <gentoo@aisha.cc>
    Signed-off-by: David Seifert <soap@gentoo.org>

 sci-libs/kissfft/Manifest               |  1 +
 sci-libs/kissfft/kissfft-131.1.0.ebuild | 54 +++++++++++++++++++++++++++++++++
 sci-libs/kissfft/kissfft-9999.ebuild    | 54 +++++++++++++++++++++++++++++++++
 sci-libs/kissfft/metadata.xml           | 16 ++++++++++
 4 files changed, 125 insertions(+)