File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -17,16 +17,23 @@ default = []
1717
1818netlib = [" lax/netlib" ]
1919openblas = [" lax/openblas" ]
20- intel-mkl = [" lax/intel-mkl" ]
20+ intel-mkl = [" lax/intel-mkl-static-lp64-seq " ]
2121
2222netlib-static = [" lax/netlib-static" ]
2323netlib-system = [" lax/netlib-system" ]
2424
2525openblas-static = [" lax/openblas-static" ]
2626openblas-system = [" lax/openblas-system" ]
2727
28- intel-mkl-static = [" lax/intel-mkl-static" ]
29- intel-mkl-system = [" lax/intel-mkl-system" ]
28+ intel-mkl-dynamic-lp64-iomp = [" lax/intel-mkl-dynamic-lp64-iomp" ]
29+ intel-mkl-dynamic-lp64-seq = [" lax/intel-mkl-dynamic-lp64-seq" ]
30+ intel-mkl-static-ilp64-iomp = [" lax/intel-mkl-static-ilp64-iomp" ]
31+ intel-mkl-dynamic-ilp64-seq = [" lax/intel-mkl-dynamic-ilp64-seq" ]
32+ intel-mkl-static-lp64-iomp = [" lax/intel-mkl-static-lp64-iomp" ]
33+ intel-mkl-dynamic-ilp64-iomp = [" lax/intel-mkl-dynamic-ilp64-iomp" ]
34+ intel-mkl-static-ilp64-seq = [" lax/intel-mkl-static-ilp64-seq" ]
35+ intel-mkl-static-lp64-seq = [" lax/intel-mkl-static-lp64-seq" ]
36+
3037
3138[dependencies ]
3239cauchy = " 0.4.0"
You can’t perform that action at this time.
0 commit comments