From 65bac6d9fa8d4b49c119c84dfc6d6f13b5a94149 Mon Sep 17 00:00:00 2001 From: jasjuang Date: Fri, 3 Nov 2017 22:33:36 -0700 Subject: [fftw] update to 3.3.7 --- ports/fftw3/CONTROL | 2 +- ports/fftw3/portfile.cmake | 16 ++++------------ 2 files changed, 5 insertions(+), 13 deletions(-) diff --git a/ports/fftw3/CONTROL b/ports/fftw3/CONTROL index 50513df27..338c602d3 100644 --- a/ports/fftw3/CONTROL +++ b/ports/fftw3/CONTROL @@ -1,3 +1,3 @@ Source: fftw3 -Version: 3.3.6-p12-1 +Version: 3.3.7 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). diff --git a/ports/fftw3/portfile.cmake b/ports/fftw3/portfile.cmake index 99ac01e2d..86e5e722b 100644 --- a/ports/fftw3/portfile.cmake +++ b/ports/fftw3/portfile.cmake @@ -1,17 +1,9 @@ -# Common Ambient Variables: -# VCPKG_ROOT_DIR = -# TARGET_TRIPLET is the current triplet (x86-windows, etc) -# PORT is the current port name (zlib, etc) -# CURRENT_BUILDTREES_DIR = ${VCPKG_ROOT_DIR}\buildtrees\${PORT} -# CURRENT_PACKAGES_DIR = ${VCPKG_ROOT_DIR}\packages\${PORT}_${TARGET_TRIPLET} -# - include(vcpkg_common_functions) -set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/fftw-3.3.6-pl2) +set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/fftw-3.3.7) vcpkg_download_distfile(ARCHIVE - URLS "http://www.fftw.org/fftw-3.3.6-pl2.tar.gz" - FILENAME "fftw-3.3.6-pl2.tar.gz" - SHA512 e130309856752a1555b6d151c4d0ce9eb4b2c208fff7e3e89282ca8ef6104718f865cbb5e9c4af4367b3615b69b0d50fd001a26d74fd5324ff2faabe14fe3472 + URLS "http://www.fftw.org/fftw-3.3.7.tar.gz" + FILENAME "fftw-3.3.7.tar.gz" + SHA512 a5db54293a6d711408bed5894766437eee920be015ad27023c7a91d4581e2ff5b96e3db0201e6eaccf7b064c4d32db1a2a8fab3e6813e524b4743ddd6216ba77 ) vcpkg_extract_source_archive(${ARCHIVE}) -- cgit v1.2.3