Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
termoshtt opened this issue Apr 29, 2023 · 0 comments
Open

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

termoshtt opened this issue Apr 29, 2023 · 0 comments

Comments

@termoshtt
Copy link
Member

termoshtt commented Apr 29, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant