diff options
author | 2021-07-08 16:54:01 -0700 | |
---|---|---|
committer | 2021-07-08 16:54:01 -0700 | |
commit | bbd1b58752472b5fa44d6226f95054b067db3128 (patch) | |
tree | 218ba285de22519c18eea0a3867dc5108cd98b5c /Python | |
parent | d9f911b1c5f4422b7bd478322a930ab5d302e2e2 (diff) | |
download | WarpX-bbd1b58752472b5fa44d6226f95054b067db3128.tar.gz WarpX-bbd1b58752472b5fa44d6226f95054b067db3128.tar.zst WarpX-bbd1b58752472b5fa44d6226f95054b067db3128.zip |
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`
Diffstat (limited to 'Python')
0 files changed, 0 insertions, 0 deletions