xtensor-fftw icon indicating copy to clipboard operation
xtensor-fftw copied to clipboard

Add check for MKL for build

Open litearc opened this issue 5 years ago • 3 comments

Hi, I'm adding xtensor-fftw to our build process at work. We don't use FFTW, but use a compatible implementation through MKL. The CMakeLists file however doesn't check for this. Could you please add a check for MKL? Thanks!

litearc avatar Dec 20 '19 21:12 litearc

Hi, would you be interested in opening a PR for that? Would be a great help!

wolfv avatar Dec 22 '19 15:12 wolfv

Indeed sounds very useful! A PR in this case should go to the FindFFTW cmake package found here: https://github.com/egpbos/findfftw. FindFFTW is used in xtensor-fftw as a submodule.

egpbos avatar Dec 22 '19 20:12 egpbos

Sure, I can work on it.

litearc avatar Dec 23 '19 04:12 litearc