[fftwpp] Update to latest commit (#9169)

* [fftwpp] update fftwpp to latest commit

* Updated CONTROL to new version string

* [fftwpp] Corrected version string
This commit is contained in:
Joseph D 2019-12-23 18:42:36 -05:00 committed by dan-shaw
parent d6fb76bfc2
commit 795ecaefed
2 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
Source: fftwpp
Version: 2.05
Version: 2019-12-19
Homepage: https://www.fftw.org/
Description: FFTW++ is a C++ header/MPI transpose for Version 3 of the highly optimized FFTW (http://www.fftw.org) Fourier Transform library.
Build-Depends: fftw3

View File

@ -1,9 +1,9 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO dealias/fftwpp
REF f31cf133f9f4ddf23878cb0a83e848b1f76df1a7 #2.05
SHA512 c929fb76aba8aa5f60615bdb9d3226118a8c6686adae39fc35c75dcebbc8c199a6ef20078aa82b0b0fd3a8db494c969fc7ba749659666eceb483afed9db5b5f6
OUT_SOURCE_PATH SOURCE_PATH
REPO dealias/fftwpp
REF d05a2812995a52a3834140fd3ddd2e80bf8fcd42
SHA512 851c79245eb61ebebfde97e7a8f3b9c061e84c9df571b5a7cafc3e959941e7b0792923e0ddefde4739582932d135c578c703195017da4bd34872adce7ab8c5ee
HEAD_REF master
)