AquaticEcoDynamics / GLM

Code for the General Lake Model
http://aquatic.science.uwa.edu.au/research/models/GLM/
GNU General Public License v3.0
35 stars 29 forks source link

Missing Dependencies for GLM 3.0 on Ubuntu #15

Closed vahid-dan closed 3 years ago

vahid-dan commented 5 years ago

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:


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