vcg-uvic/viper

make failed to compile project

Opened this issue · 2 comments

One year ago compile this project successfully,
but now have the next error:
image

configuration:
Ubuntu 20
CUDA 11.4
(cuda toolkit install and all other recommend lib for this project)

I had this same issue. Sadly I think the libraries used 2-3 years ago are very different from what they are today. CGAL is on version 5 which must use C++14 whereas this is set to C++11. Downgrading CGAL doesn't help though as then thrust is no longer compatible. Either a Dockerfile should be made that has these old libraries set or we may need to put in some work to bring this library back to functionality with modern libs.

change cuda version to cuda10.2