vcg-uvic / viper

Open-source code for VIPER -- Volume Invariant Position-based Elastic Rods
Apache License 2.0
903 stars 105 forks source link

make failed to compile project #13

Open geotyper opened 3 years ago

geotyper commented 3 years ago

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)

chrisdottel commented 2 years ago

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.

251423807 commented 2 years ago

change cuda version to cuda10.2