mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 01:48:59 +08:00
[fftw3] fix git patch (#5926)
* Update fftw3_arch_fix.patch fix fftw3 arch fix * bump version in fftw3 control
This commit is contained in:
parent
78e0c6c425
commit
6ee391615e
@ -1,5 +1,5 @@
|
|||||||
Source: fftw3
|
Source: fftw3
|
||||||
Version: 3.3.8-2
|
Version: 3.3.8-3
|
||||||
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).
|
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).
|
||||||
|
|
||||||
Feature: openmp
|
Feature: openmp
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
diff --git a/CMakeLists - Kopie.txt b/CMakeLists.txt
|
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
||||||
index 95bd537a..245acc8f 100644
|
index 95bd537a..245acc8f 100644
|
||||||
--- a/CMakeLists - Kopie.txt
|
--- a/CMakeLists.txt
|
||||||
+++ b/CMakeLists.txt
|
+++ b/CMakeLists.txt
|
||||||
@@ -131,6 +131,7 @@ endif ()
|
@@ -131,6 +131,7 @@ endif ()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user