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 | |
| 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>
| -rw-r--r-- | ports/fftw3/portfile.cmake | 4 | ||||
| -rw-r--r-- | ports/fftw3/vcpkg.json | 2 | ||||
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/f-/fftw3.json | 5 |
4 files changed, 9 insertions, 4 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": [ diff --git a/versions/baseline.json b/versions/baseline.json index 71bfa3e3c..857ce7a8e 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -2109,7 +2109,7 @@ "port-version": 0 }, "fftw3": { - "baseline": "3.3.9", + "baseline": "3.3.10", "port-version": 0 }, "fftwpp": { diff --git a/versions/f-/fftw3.json b/versions/f-/fftw3.json index 2bb735e80..71bbb8f85 100644 --- a/versions/f-/fftw3.json +++ b/versions/f-/fftw3.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "174084fa9cf349e48d219eb948c585df3f093f6e", + "version": "3.3.10", + "port-version": 0 + }, + { "git-tree": "28c3b35930f17c8ec3e05cd24d582e81df0c9dce", "version-string": "3.3.9", "port-version": 0 |
