dgpdec / course

Source code for the applications presented in the course "Geometry Processing with Discrete Exterior Calculus"
534 stars 92 forks source link

Cannot install the C++ dependence : SuiteSparse. #7

Open CodingCatMountain opened 1 year ago

CodingCatMountain commented 1 year ago

Hi, May I ask for help? My OS is: Ubuntu 20.04 LTS. And the BLAS is located at : /usr/lib/x86_64/. When I want to follow the libddg_usrguide.pdf to install the dependence SuiteSparse. I find the website in the pdf is 404 . So I find the suitesparse in Github. However, it should be make by CMake 3.22. After I upgrade my cmake. It said cannot find BLAS. But I do have the BLAS. Can anyone help me?