Dependency install script update
- streamline dependency install script (zlib, hdf5, netcdf-c, netcdf-fortran)
bash CI-scripts/install-deps --config --sudo --path ~/.mhm_deps-
--config/-c: runldconfigafter installation -
--sudo/-s: usesudofor installation -
--path <path>/-p <path>: install path ("/opt/local"by default)
-
- update license notice with information about included libraries in the python wheel distribution
- modify all CI-scripts to pass all command line arguments to the cmake command (not only the first one)
Edited by Sebastian Müller