Skip to content

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

@termoshtt

Description

@termoshtt

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions