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 /versions | |
| 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 'versions')
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/f-/fftw3.json | 5 |
2 files changed, 6 insertions, 1 deletions
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 |
