ipc-sim / IPC

Incremental Potential Contact (IPC) is for robust and accurate time stepping of nonlinear elastodynamics. IPC guarantees intersection- and inversion-free trajectories regardless of materials, time-step sizes, velocities, or deformation severity.
https://ipc-sim.github.io/
MIT License
558 stars 73 forks source link

Compilation Error - Failed to find SuiteSparse -Did N #41

Open damengziuu opened 4 months ago

damengziuu commented 4 months ago

Hi everyone, I'm compiling my project and I'm getting this error, but how can I fix it?

1718006865022

But I compiled oneTBB separately and it compiles through.

jasonbarthes commented 1 month ago

I have the same issue

damengziuu commented 1 month ago

I have the same issue

you need to download the SuitSparse library in the windows,and set its path to the environment variable,or you can use wsl to using this library

jasonbarthes commented 1 month ago

I have the same issue

you need to download the SuitSparse library in the windows,and set its path to the environment variable,or you can use wsl to using this library

Thanks, but I‘m still gettin the same error even after I added it to my path variables. I also tried Cmake but it doesn't make a change

damengziuu commented 3 weeks ago

You can modify the FindSuiteSparse.cmake file to point to the SuiteSparse library where you had downloaded

You can modify the FindSuiteSparse.cmake file to point to the SuiteSparse library you downloaded