[pocketfft] add new port (#34841)

* [pocketfft] new port

* v db
This commit is contained in:
Alexander Neumann 2023-11-01 20:52:04 +01:00 committed by GitHub
parent e9fba6ac4f
commit f3dc2f1e0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1,13 @@
vcpkg_from_github(
OUT_SOURCE_PATH src_path
REPO mreineck/pocketfft
REF 9efd4da52cf8d28d14531d14e43ad9d913807546
SHA512 e8c2b65b23feb53f1077b3ae1e0e20d21d8f55601bd1216443af0fbc916638c3649527494ec2f23bed42d562341e0cf1fcde54c37068333161f289d23d8a9009
HEAD_REF cpp
)
set(VCPKG_BUILD_TYPE release) # header only
file(COPY "${src_path}/pocketfft_hdronly.h" DESTINATION "${CURRENT_PACKAGES_DIR}/include")
vcpkg_install_copyright(FILE_LIST "${src_path}/LICENSE.md")

View File

@ -0,0 +1,7 @@
{
"name": "pocketfft",
"version-date": "2023-09-25",
"description": "This is a heavily modified implementation of FFTPack",
"homepage": "https://github.com/mreineck/pocketfft",
"license": "BSD-3-Clause"
}

View File

@ -6604,6 +6604,10 @@
"baseline": "0.7.0",
"port-version": 5
},
"pocketfft": {
"baseline": "2023-09-25",
"port-version": 0
},
"poco": {
"baseline": "1.12.4",
"port-version": 4

View File

@ -0,0 +1,9 @@
{
"versions": [
{
"git-tree": "46ffdbd8c95362eee33d5cdf0dce36c77f332a7f",
"version-date": "2023-09-25",
"port-version": 0
}
]
}