I tried to install GLM 3.0 on Ubuntu 16.04 and 18.04 and the pre-built package has several missing dependencies. I couldn't find required Debian packages and had to fix that issue by copying the required static libraries from another machine. Also, it seems GLibC 2.27 is required which is not available on Ubuntu 16.04 at the moment. So I installed that from Ubuntu 18.04 repositories on Ubuntu 16.04.
Here is the list of missing static libraries in my case:
libgfortran.so.5.0.0
libhdf5_serial.so.100
libhdf5_serial_hl.so.100
libhdf5_serial_hl.so.100.0.0
libnetcdf.so.13```
Anyhow, the setup works fine now. :-)
Thanks,
Vahid
Hi.
I tried to install GLM 3.0 on Ubuntu 16.04 and 18.04 and the pre-built package has several missing dependencies. I couldn't find required Debian packages and had to fix that issue by copying the required static libraries from another machine. Also, it seems GLibC 2.27 is required which is not available on Ubuntu 16.04 at the moment. So I installed that from Ubuntu 18.04 repositories on Ubuntu 16.04.
Here is the list of missing static libraries in my case: