You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mkl_fft currently relies on MKLROOT being set in the environment to build the project (see the build script).
Transitioning to find MKL via CMake and building with scikit-build would improve project maintainability and build experience, especially when building with MKL installed via Conda.