Intel MKL BLAS backend download error: `linfa` release required
relf opened this issue · 0 comments
relf commented
The current release, linfa 0.7
relies on ndarray-linalg 0.15
which pulls intel-mkl-src 0.7
, the download feature of which does not work anymore (see rust-math/intel-mkl-src#103). As stated in this comment downstream crates have to upgrade to intel-mkl-src 0.8
hence to ndarray-linalg 0.16
.
Therefore a new release (0.7.1?) of linfa
is required for published downstream crates relying on Intel MKL BLAS backend to benefit from current master ndarray-linalg 0.16
upgrade (#331)