Re: [Numpy-discussion] Compile NumPy with ifort, MSVC and MKL - DLL load failed

2021-02-15 Thread Pietro Fontana
Hi, thank you very much for pointing me at this. I managed not to find this bit of information despite spending quite some time on the issue. Cheers, Pietro ___ NumPy-Discussion mailing list NumPy-Discussion@python.org https://mail.python.org/mailman/l

Re: [Numpy-discussion] Compile NumPy with ifort, MSVC and MKL - DLL load failed

2021-02-15 Thread Christoph Gohlke
Hello, On 2/15/2021 7:38 AM, Pietro Fontana wrote: Hi all, I've been trying to compile NumPy from source on Windows 10, with MSVC compiler and Intel MKL. Whenever I link to MKL it fails at loading DLLs. I am running Windows 10.0.18363 with Microsoft Visual Studio 2019 (16.8.5) and Intel MKL 2

[Numpy-discussion] Compile NumPy with ifort, MSVC and MKL - DLL load failed

2021-02-15 Thread Pietro Fontana
Hi all, I've been trying to compile NumPy from source on Windows 10, with MSVC compiler and Intel MKL. Whenever I link to MKL it fails at loading DLLs. I am running Windows 10.0.18363 with Microsoft Visual Studio 2019 (16.8.5) and Intel MKL 2017.8.275. I managed to reproduce the issue with a mini