You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The default backend features is omitted at version 0.8 when we switch to LAPACKE implementation.
See also how BLAS/LAPACK wrappers select their backend: https://github.com/blas-lapack-rs/blas-lapack-rs.github.io/wiki
Current empty default feature causes an issue as reported in #102, we cannot run cargo test without specifying the backend. The merit of empty default is that we can avoid duplicated dependencies.
The text was updated successfully, but these errors were encountered:
Related: #102, #103
The default backend features is omitted at version 0.8 when we switch to LAPACKE implementation.
See also how BLAS/LAPACK wrappers select their backend: https://github.com/blas-lapack-rs/blas-lapack-rs.github.io/wiki
Current empty default feature causes an issue as reported in #102, we cannot run
cargo test
without specifying the backend. The merit of empty default is that we can avoid duplicated dependencies.The text was updated successfully, but these errors were encountered: