We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fb5770 commit 25fdff5Copy full SHA for 25fdff5
xgboost-sys/build.rs
@@ -78,8 +78,6 @@ fn main() {
78
#[cfg(feature = "cuda")]
79
{
80
println!("cargo:rustc-link-search={}", "/usr/local/cuda/lib64");
81
- println!("cargo:rustc-link-search={}", "/usr/local/cuda/lib64/stubs");
82
- println!("cargo:rustc-link-lib=dylib=cuda");
83
- println!("cargo:rustc-link-lib=dylib=cudart");
+ println!("cargo:rustc-link-lib=static=cudart_static");
84
}
85
0 commit comments