Bug#782361: netgen crashes on launch

the2nd at otpme.org the2nd at otpme.org
Mon Dec 7 10:50:15 UTC 2015


Hi,

i got netgen working (on Ubuntu 15.10) with the following steps:

apt-get install python3.4-dev libfreeimage3 libgl2ps0 libnglib-4.9.13 
liboce-foundation8 liboce-modeling8 liboce-ocaf-lite8 liboce-ocaf8 
liboce-visualization8 libpython-all-dev libtcl8.5 libtk8.5 libxss-dev 
libxt-dev python-all tcl-dev tcl8.6-dev tix-dev tk-dev tk8.6-dev 
x11proto-scrnsaver-dev mesa-common-dev libglu1-mesa-dev libxmu-dev

tar xvfzp Togl-1.7.tar.gz
cd Togl-1.7/
./configure
make
make install
echo "/usr/lib/Togl1.7/" > /etc/ld.so.conf.d/libTogl.conf
ldconfig
cd ..

tar xvfzp netgen-6.0-beta.tar.gz
cd netgen-6.0-beta/
./configure --with-togl=/usr/lib/Togl1.7/
make -j 3
make install

export NETGENDIR="/opt/netgen/bin"
netgen

I guess the important part is libTogl. After this commands netgen works. 
Both, the old and and the beta version.

Hope this helps someone.

regards
the2nd



More information about the debian-science-maintainers mailing list