File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -17,16 +17,21 @@ default = []
1717
1818netlib = [" netlib-static" ]
1919openblas = [" openblas-static" ]
20- intel-mkl = [" intel-mkl-static" ]
2120
2221netlib-static = [" netlib-src/static" ]
2322netlib-system = [" netlib-src/system" ]
2423
2524openblas-static = [" openblas-src/static" ]
2625openblas-system = [" openblas-src/system" ]
2726
28- intel-mkl-static = [" intel-mkl-src/mkl-static-lp64-seq" ]
29- intel-mkl-system = [" intel-mkl-src/mkl-dynamic-lp64-seq" ]
27+ intel-mkl-dynamic-lp64-iomp = [" intel-mkl-src/mkl-dynamic-lp64-iomp" ]
28+ intel-mkl-dynamic-lp64-seq = [" intel-mkl-src/mkl-dynamic-lp64-seq" ]
29+ intel-mkl-static-ilp64-iomp = [" intel-mkl-src/mkl-static-ilp64-iomp" ]
30+ intel-mkl-dynamic-ilp64-seq = [" intel-mkl-src/mkl-dynamic-ilp64-seq" ]
31+ intel-mkl-static-lp64-iomp = [" intel-mkl-src/mkl-static-lp64-iomp" ]
32+ intel-mkl-dynamic-ilp64-iomp = [" intel-mkl-src/mkl-dynamic-ilp64-iomp" ]
33+ intel-mkl-static-ilp64-seq = [" intel-mkl-src/mkl-static-ilp64-seq" ]
34+ intel-mkl-static-lp64-seq = [" intel-mkl-src/mkl-static-lp64-seq" ]
3035
3136[dependencies ]
3237thiserror = " 1.0.24"
You can’t perform that action at this time.
0 commit comments