We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9bcfa4e + 5097a85 commit 650e4eeCopy full SHA for 650e4ee
azure-pipelines.yml
@@ -55,6 +55,8 @@ jobs:
55
matrix:
56
source:
57
feature: source
58
+ intel-mkl:
59
+ feature: intel-mkl
60
steps:
61
- script: |
62
curl -sSf -o rustup-init.exe https://win.rustup.rs
fftw-sys/Cargo.toml
@@ -24,5 +24,5 @@ version = "0.3.0"
24
optional = true
25
26
[dependencies.intel-mkl-src]
27
-version = "0.2.4"
+version = "0.4.0"
28
0 commit comments