weigao95 / surfelwarp

SurfelWarp: Efficient Non-Volumetric Dynamic Reconstruction
https://sites.google.com/view/surfelwarp/home
BSD 3-Clause "New" or "Revised" License
279 stars 71 forks source link

CUDA_cublas_LIBRARY not found #45

Closed Dhruva-Storz closed 4 years ago

Dhruva-Storz commented 4 years ago

Hi,

Ive got an issue with building. All the steps in the build instructions worked fine up until the build stage, where I get the following error

CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
 Please set them or make sure they are set and tested correctly in the CMake files:
 CUDA_cublas_LIBRARY (ADVANCED)
     linked by target "solver_lib" in directory /homes/dg1119/IP/surfelwarp/pcg_solver
     linked by target "core_lib" in directory /homes/dg1119/IP/surfelwarp/core

I am using Cuda 10.1 on ubuntu 18.04

I also got a similar error with CUDA_cublas_device_LIBRARY, but this was solved by using a newer version of Cmake as per issue #22, however this one remained.

Thanks

HerB1998 commented 2 years ago

Hi,

Ive got an issue with building. All the steps in the build instructions worked fine up until the build stage, where I get the following error

CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
 Please set them or make sure they are set and tested correctly in the CMake files:
 CUDA_cublas_LIBRARY (ADVANCED)
     linked by target "solver_lib" in directory /homes/dg1119/IP/surfelwarp/pcg_solver
     linked by target "core_lib" in directory /homes/dg1119/IP/surfelwarp/core

I am using Cuda 10.1 on ubuntu 18.04

I also got a similar error with CUDA_cublas_device_LIBRARY, but this was solved by using a newer version of Cmake as per issue #22, however this one remained.

Thanks

hello, I got the same problem,would you tell me how to fix it?