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.
2 parents 6fb5770 + 25fdff5 commit 074896fCopy full SHA for 074896f
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