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 0137a86 commit c201681Copy full SHA for c201681
c/sedona-libgpuspatial/build.rs
@@ -145,7 +145,7 @@ fn main() {
145
println!("cargo:rustc-link-search=native={}", cuda_lib_path); // CUDA runtime
146
147
if let Some(driver_lib_path) = find_cuda_driver_path() {
148
- println!("cargo:rustc-link-search=native={}", cuda_lib_path); // CUDA driver
+ println!("cargo:rustc-link-search=native={}", driver_lib_path); // CUDA driver
149
} else {
150
panic!("CUDA libcuda.so is not found. Please ensure NVIDIA drivers are installed and in a standard location, or set LD_LIBRARY_PATH or CUDA_HOME.");
151
}
0 commit comments