fftw icon indicating copy to clipboard operation
fftw copied to clipboard

ocipkg-based intel-mkl-src does not work on Windows

Open termoshtt opened this issue 2 years ago • 0 comments

intel-mkl-src 0.8.0 (upgraded at #121) switched download source from AWS S3 to GitHub Container registry using ocipkg. It only works with static library to avoid runtime search path issue.

However, it causes runtime error:

  process didn't exit successfully: `D:\a\fftw\fftw\target\debug\deps\c2c-8b0385d3c022d1c2.exe` (exit code: 0xc0000135, STATUS_DLL_NOT_FOUND)

https://github.com/rust-math/fftw/actions/runs/4837801529/jobs/8621864073

This does not occur if we use NuGet to download MKL from NuGet registry, and add its path to runtime search path.

Some attempt has been done in https://github.com/rust-math/fftw/pull/122, but not resolved.

Maybe related to #118

termoshtt avatar Apr 29 '23 08:04 termoshtt