davydden / homebrew-dealiisuite

dealii suite using linuxbrew
6 stars 1 forks source link

Installing dealii on Ubuntu 15.10 #30

Open BenjaminBrands opened 8 years ago

BenjaminBrands commented 8 years ago

OpenCascade CMake configure fails to find OpenGL headers on Ubuntu 15.10. This package fixed it: qt4-dev-tools It could be that it's enough to install libqt4-opengl-dev.

Additionally, cmake_args << "-DOCE_DISABLE_X11=ON" is missing. Otherwise OCE needs Freetype.

jppelteret commented 8 years ago

Thanks for tracking down what needs to be done to fix the build on this later Ubuntu! Unless I find some time to build a VM from scratch then I’ll patch this when I get back.

On 22 Feb 2016, at 18:34, BenjaminBrands notifications@github.com wrote:

OpenCascade CMake configure fails to find OpenGL headers on Ubuntu 15.10. This package fixed it: qt4-dev-tools It could be that it's enough to install libqt4-opengl-dev.

Additionally, cmake_args << "-DOCE_DISABLE_X11=ON" is missing. Otherwise OCE needs Freetype.

— Reply to this email directly or view it on GitHub https://github.com/davydden/homebrew-dealiisuite/issues/30.