You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
One year ago compile this project successfully,
but now have the next error:
configuration:
Ubuntu 20
CUDA 11.4
(cuda toolkit install and all other recommend lib for this project)
The text was updated successfully, but these errors were encountered: