dev-libs/pocketfft: add 2024.11.30

Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
This commit is contained in:
Alfredo Tupone
2025-08-04 22:50:48 +02:00
parent c26929c61b
commit 07c8ecc46a
2 changed files with 23 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST pocketfft-2023.12.30.tar.gz 26923 BLAKE2B 8e4db14899953a210101c63f2766200f96f2f6510dfe27dbc9edd89eea78d53834cc9f749ec37b393e4159be1fd9614745250331d52d417eca365490cbe5b80f SHA512 078f52440bd85107f7a26c2e6d8ad86d6900a178161b5a1b39b694146535915dbd0825bf6d6f187fe1a2ea0f14e5da7a6b32e57d149c9147377eb6bd5ce2394c
DIST pocketfft-2024.11.30.tar.gz 27775 BLAKE2B 4b8b69853fd851208a2ee36e94202d60a975b3082d3f7a50cbd4ba08d8dfde6ead82516382f116873a9a3d553caf7c65a886182aa6652b8c476e66f25c6a267a SHA512 b606512d452ba87aa0024a464c34df52be2e808f8cca5abbcd63a37830a1a4e4f45ca971f5da2ee5456694ab7c6d840c0b0af82be0db6af3df0c6aa4c00336bf

View File

@@ -0,0 +1,22 @@
# Copyright 2022-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
CommitId=0fa0ef591e38c2758e3184c6c23e497b9f732ffa
DESCRIPTION="PocketFFT for C++"
HOMEPAGE="https://github.com/mreineck/pocketfft/"
SRC_URI="https://github.com/mreineck/${PN}/archive/${CommitId}.tar.gz
-> ${P}.tar.gz"
S="${WORKDIR}"/${PN}-${CommitId}
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86"
src_install() {
doheader pocketfft_hdronly.h
default
}