cmake build for svsolver

Provides a system for patient-specific cardiovascular modeling and simulation.
POST REPLY
User avatar
Alexander Kaiser
Posts: 22
Joined: Mon Nov 06, 2017 2:39 pm

cmake build for svsolver

Post by Alexander Kaiser » Wed May 16, 2018 6:31 pm

Hi all,

I am trying out the cmake build for svSolver on ubuntu, and it failed with the following message. Any idea what may be wrong?

Code: Select all

make[5]: *** No rule to make target '/usr/lib/x86_64-linux-gnu/libGL.so', needed by 'bin/svpost'.  Stop.
CMakeFiles/Makefile2:456: recipe for target 'FlowSolvers/ThreeDSolver/svPost/CMakeFiles/svpost.dir/all' failed
The cmake build works fine on my mac laptop, (after changing the findMPI and dummyMPI problems that I previously discussed with Nathan and Adam) for what that's worth.

Thank you,
Alex

User avatar
Adam Updegrove
Posts: 236
Joined: Fri Aug 30, 2013 4:11 pm

Re: cmake build for svsolver

Post by Adam Updegrove » Fri May 18, 2018 7:13 am

Hey Alex,

You have libGL and it exists?

User avatar
Alexander Kaiser
Posts: 22
Joined: Mon Nov 06, 2017 2:39 pm

Re: cmake build for svsolver

Post by Alexander Kaiser » Mon May 21, 2018 11:31 am

You're right, this was indeed missing after I recently reinitialized my OS and I did not immediately recognize that it is not a downloaded external when I saw the error message.

Thanks!

POST REPLY