diff options
| author | chausner <15180557+chausner@users.noreply.github.com> | 2021-09-28 20:53:02 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-28 11:53:02 -0700 |
| commit | d9a354273f00e3a8cc140f024ce36a8c67b43d20 (patch) | |
| tree | 6831a24213d5199e9a35ad18930ab54313cf47c5 /ports/fftw3 | |
| parent | bc503ddb8b00b7fb8ac83b8d8772c0bb1dc9d8e0 (diff) | |
| download | vcpkg-d9a354273f00e3a8cc140f024ce36a8c67b43d20.tar.gz vcpkg-d9a354273f00e3a8cc140f024ce36a8c67b43d20.zip | |
[fftw3] Update to 3.3.10 (#20353)
* Update fftw3 to 3.3.10
* Update CI baseline
* Use version rather than version-string.
Co-authored-by: chausner <chausner@users.noreply.github.com>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
Diffstat (limited to 'ports/fftw3')
| -rw-r--r-- | ports/fftw3/portfile.cmake | 4 | ||||
| -rw-r--r-- | ports/fftw3/vcpkg.json | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/fftw3/portfile.cmake b/ports/fftw3/portfile.cmake index c98024695..b580d42e1 100644 --- a/ports/fftw3/portfile.cmake +++ b/ports/fftw3/portfile.cmake @@ -1,6 +1,6 @@ vcpkg_download_distfile(ARCHIVE
- URLS "http://www.fftw.org/fftw-3.3.9.tar.gz"
- FILENAME "fftw-3.3.9.tar.gz"
+ URLS "http://www.fftw.org/fftw-3.3.10.tar.gz"
+ FILENAME "fftw-3.3.10.tar.gz"
SHA512 52ebc2a33063a41fd478f6ea2acbf3b511867f736591d273dd57f9dfca5d3e0b0c73157921b3a36f1a7cfd741a8a6bde0fd80de578040ae730ea168b5ba466cf
)
diff --git a/ports/fftw3/vcpkg.json b/ports/fftw3/vcpkg.json index 646e2627e..9ce87120f 100644 --- a/ports/fftw3/vcpkg.json +++ b/ports/fftw3/vcpkg.json @@ -1,6 +1,6 @@ { "name": "fftw3", - "version-string": "3.3.9", + "version": "3.3.10", "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/", "dependencies": [ |
