OpenNMT / CTranslate

Lightweight C++ translator for OpenNMT Torch models (deprecated)
https://opennmt.net/
MIT License
79 stars 50 forks source link

cmake fails to find Intel MKL on Windows #55

Closed jhnwnd closed 5 years ago

jhnwnd commented 5 years ago

On a Windows machine with Intel MKL installed, running cmake does not find the MKL paths, even when setting a MKLROOT environment variable. I have observed that MKL is found if I replace cmake/FindMKL.cmake with https://github.com/marian-nmt/marian-dev/blob/master/cmake/FindMKL.cmake.