[pffft] Update to 1.0.0 (#49443)

This commit is contained in:
SunBlack
2026-01-15 03:00:06 +01:00
committed by GitHub
parent 97bbb13b57
commit d6dcf15c22
5 changed files with 13 additions and 9 deletions

View File

@@ -1,9 +1,9 @@
diff --git a/pffft.c b/pffft.c
index d12f572..7cc0546 100644
index ad905fd..df6ed31 100644
--- a/pffft.c
+++ b/pffft.c
@@ -173,7 +173,11 @@ typedef float32x4_t v4sf;
# define VALIGNED(ptr) ((((long long)(ptr)) & 0x3) == 0)
@@ -192,7 +192,11 @@ typedef float32x4_t v4sf;
# define VALIGNED(ptr) ((((size_t)(ptr)) & 0x3) == 0)
#else
# if !defined(PFFFT_SIMD_DISABLE)
-# warning "building with simd disabled !\n";

View File

@@ -3,8 +3,8 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
vcpkg_from_bitbucket(
OUT_SOURCE_PATH SOURCE_PATH
REPO jpommier/pffft
REF ed78751d751e51bbd94c41d24f748b400f272d69
SHA512 44f65c7f7e5b71f549dca2e03d58b1fd64e698858f79e4c2833a9ae3dff8a835cf9d5e14be2341c6370f800012cb69b05b9226d6918b12e67f7f7e81ed8e9ad4
REF "v${VERSION}"
SHA512 074c7a60ee99acddc6e04c7653b9585c6a306b4a1f05a553191021ae1916fff31cc1291ff24fd53cc1988b26142b704f9319df636af1f99a5df0099d5157eba0
HEAD_REF master
PATCHES
fix-invalid-command.patch

View File

@@ -1,7 +1,6 @@
{
"name": "pffft",
"version-date": "2021-10-09",
"port-version": 1,
"version": "1.0.0",
"description": "PFFFT, a pretty fast Fourier Transform.",
"homepage": "https://bitbucket.org/jpommier/pffft/",
"license": null,

View File

@@ -7521,8 +7521,8 @@
"port-version": 0
},
"pffft": {
"baseline": "2021-10-09",
"port-version": 1
"baseline": "1.0.0",
"port-version": 0
},
"pfring": {
"baseline": "8.8.0",

View File

@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "b49d36ae42997eec99adcbdb4b74064e7acac538",
"version": "1.0.0",
"port-version": 0
},
{
"git-tree": "525bc1ec4fd9aa77feeaba44fc6f0cf717716ae1",
"version-date": "2021-10-09",