svalinn / mcnp2cad

Convert MCNP input files to a general CAD format
BSD 2-Clause "Simplified" License
33 stars 31 forks source link

Plugin does not work out-of-the-box on Ubuntu 18.04 #44

Closed ljacobson64 closed 5 years ago

ljacobson64 commented 5 years ago

The plugin libraries are linked to libhdf5_serial.so.10 and libarmadillo.so.6, which are default in Ubuntu 16.04 but not 18.04. So in order to get the plugin to work on 18.04, you have to add this line to your /etc/apt/sources.list:

deb http://us.archive.ubuntu.com/ubuntu/ xenial main restricted universe

and then run apt install libhdf5-10 libarmadillo6 in order to get the plugin to work.

ljacobson64 commented 5 years ago

Whoops, this should be posted in the DAGMC-Trelis repo