[fftw3] Fix the wrong package version (#39753)

Co-authored-by: Lily Wang <v-lilywang@microsoft.com>
This commit is contained in:
Lily Wang 2024-07-09 10:34:48 -07:00 committed by GitHub
parent 45bcef6891
commit a8f4355780
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 21 additions and 2 deletions

View File

@ -0,0 +1,13 @@
diff --git a/CMakeLists.txt b/CMakeLists.txt
index bc150c6..39a49fb 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -283,7 +283,7 @@ if (HAVE_AVX2)
list (APPEND SOURCEFILES ${fftw_dft_simd_avx2_SOURCE} ${fftw_rdft_simd_avx2_SOURCE})
endif ()
-set (FFTW_VERSION 3.3.9)
+set (FFTW_VERSION 3.3.10)
set (PREC_SUFFIX)
if (ENABLE_FLOAT)

View File

@ -13,6 +13,7 @@ vcpkg_extract_source_archive(
bigobj.patch
fix-openmp.patch
install-subtargets.patch
fix-wrong-version.patch # https://github.com/FFTW/fftw3/commit/0842f00ae6b6e1f3aade155bc0edd17a7313fa6a
)
vcpkg_check_features(

View File

@ -1,7 +1,7 @@
{
"name": "fftw3",
"version": "3.3.10",
"port-version": 8,
"port-version": 9,
"description": "FFTW is a C subroutine library for computing the discrete Fourier transform (DFT) in one or more dimensions, of arbitrary input size, and of both real and complex data (as well as of even/odd data, i.e. the discrete cosine/sine transforms or DCT/DST).",
"homepage": "https://www.fftw.org/",
"license": "GPL-2.0-or-later",

View File

@ -2702,7 +2702,7 @@
},
"fftw3": {
"baseline": "3.3.10",
"port-version": 8
"port-version": 9
},
"fftwpp": {
"baseline": "2019-12-19",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "d64246f2b42f53756787bd4f886488846a789030",
"version": "3.3.10",
"port-version": 9
},
{
"git-tree": "824a4cda47df1a63c0b13f2a603e7d0fb0dac900",
"version": "3.3.10",