Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ports/fftw3/CONTROL
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Source: fftw3
Version: 3.3.8-3
Version: 3.3.8-4
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).

Feature: openmp
Expand Down
2 changes: 2 additions & 0 deletions ports/fftw3/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
include(vcpkg_common_functions)
set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/fftw-3.3.8)

vcpkg_check_linkage(ONLY_STATIC_LIBRARY)

# This can be removed in the next source code update
if(EXISTS "${SOURCE_PATH}/CMakeLists.txt")
file(READ "${SOURCE_PATH}/CMakeLists.txt" _contents)
Expand Down