code_aster_on_docker
code_aster_on_docker copied to clipboard
Make gmsh great again, or not
Currently 3 testcases (ssls131a zzzz151a zzzz216b) are failing because the gmsh poured by the aster-full package is not working.
/home/aster/aster/public/gmsh-2.12.0-Linux/bin/gmsh: error while loading shared libraries: libGLU.so.1: cannot open shared object file: No such file or directory
After verification libglu1-mesa and libxcursor-dev have to be installed to make gmsh great again, which will bring another 20 MB into the image. So...?
We also need to add gmsh into PATH
export PATH=/home/aster/aster/public/gmsh-3.0.6-Linux64/bin:$PATH
by doing so, zzzz216b passes, but the other two are still not working...