Skip to content

Default Backend #105

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
termoshtt opened this issue Feb 14, 2018 · 1 comment · Fixed by #204
Closed

Default Backend #105

termoshtt opened this issue Feb 14, 2018 · 1 comment · Fixed by #204

Comments

@termoshtt
Copy link
Member

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.

@termoshtt
Copy link
Member Author

The [patch] feature introduced in Rust 2018 may help this problem https://doc.rust-lang.org/edition-guide/rust-2018/cargo-and-crates-io/replacing-dependencies-with-patch.html

@termoshtt termoshtt linked a pull request Jul 13, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant