We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 451d4f3 commit 5aefe3cCopy full SHA for 5aefe3c
1 file changed
build.rs
@@ -1,3 +1,4 @@
1
fn main() {
2
+ #[cfg(feature = "adjacency_matrix")]
3
println!("cargo:rustc-link-lib=dylib=lapack");
4
}
0 commit comments