-
Notifications
You must be signed in to change notification settings - Fork 82
Add Windows setting for Azure Pipeline #146
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
Conversation
/AzurePipelines run |
Azure Pipelines successfully started running 1 pipeline(s). |
blas-src / lapack-src needs to be upgraded. |
@termoshtt I got a notification saying that you're requesting me to install Azure Pipelines for the By the way, I'm curious what your thoughts are on Azure Pipelines vs. Travis CI (currently used for |
Thanks notify. It works well already. I am willing to add you to Azure Pipeline members if you wish.
I've switch to azure pipeline from Circle CI on #141 for supporting macOS and windows. Azure Pipeline seems to be better option for projects including multi-platform FFI, saying rust-math/fftw and intel-mkl-src. For example, cc-rs and xz2-rs use Azure Pipeline. |
To bypass the blas-src/lapack-src until their PR are merged - blas-lapack-rs/blas-src#3 - blas-lapack-rs/lapack-src#3
Tests of eigh with intel-mkl source on Windows failed if the array is in C stride. |
Intel MKL's dsyev (and others maybe) seems to return invalid eigenvectors when the array is C-form. This PR changes the behavior of |
intel-mkl-src supports windows at 0.4.0.