-
Notifications
You must be signed in to change notification settings - Fork 195
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CMake: FFTW Search w/ CMake Install (#2059)
This adds support for FFTW search with OpenMP support if FFTW was installed with CMake. This is, for instance, the case with EasyBuild based installs on Juelich's JUWELS Booster cluster. Fixes: - the FFTW install does NOT define CMake targets for their sub- targets, so we need to manually find and link the `_omp` lib - the library dir hint with CMake was empty because of a differing spelling (upper vs lowercase of FFTW from pkg-config check module) Tested: - installed with pkg-config, SP and DP, picked up with `*.pc` - installed with CMake, SP and DP, picked up with `*config.cmake` - installed with CMake, SP and DP, picked up with `*.pc`
- Loading branch information
Showing
1 changed file
with
22 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters