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 #122, but not resolved.
Maybe related to #118