Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 754690 - sci-libs/kissfft a Fast Fourier Transform (FFT) library that tries to Keep it Simple, Stupid new package
Summary: sci-libs/kissfft a Fast Fourier Transform (FFT) library that tries to Keep it...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Default Assignee for New Packages
URL: https://github.com/mborgerding/kissfft
Whiteboard:
Keywords: InOverlay, PullRequest
Depends on:
Blocks: 754684
  Show dependency tree
 
Reported: 2020-11-15 09:34 UTC by Alessandro Barbieri
Modified: 2021-04-23 16:46 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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(+)