mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 21:48:59 +08:00
[fftw3] Fix the wrong package version (#39753)
Co-authored-by: Lily Wang <v-lilywang@microsoft.com>
This commit is contained in:
parent
45bcef6891
commit
a8f4355780
13
ports/fftw3/fix-wrong-version.patch
Normal file
13
ports/fftw3/fix-wrong-version.patch
Normal 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)
|
@ -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(
|
||||
|
@ -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",
|
||||
|
@ -2702,7 +2702,7 @@
|
||||
},
|
||||
"fftw3": {
|
||||
"baseline": "3.3.10",
|
||||
"port-version": 8
|
||||
"port-version": 9
|
||||
},
|
||||
"fftwpp": {
|
||||
"baseline": "2019-12-19",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "d64246f2b42f53756787bd4f886488846a789030",
|
||||
"version": "3.3.10",
|
||||
"port-version": 9
|
||||
},
|
||||
{
|
||||
"git-tree": "824a4cda47df1a63c0b13f2a603e7d0fb0dac900",
|
||||
"version": "3.3.10",
|
||||
|
Loading…
Reference in New Issue
Block a user