graphembed 0.0.8

graph embedding
Documentation
1
2
3
4
5
6
7
8
9
10

#[cfg(not(feature="intel-mkl-static"))]
fn main() {
    // if not mkl we need to specify we ask for lapacke
    println!("cargo:rustc-link-lib=lapacke");
}

#[cfg(feature="intel-mkl-static")]
fn main() {
}