Page 1 of 1

cmake build for svsolver

Posted: Wed May 16, 2018 6:31 pm
by alexdkaiser
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

Re: cmake build for svsolver

Posted: Fri May 18, 2018 7:13 am
by adam
Hey Alex,

You have libGL and it exists?

Re: cmake build for svsolver

Posted: Mon May 21, 2018 11:31 am
by alexdkaiser
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!