Skip to content

Dependency install script update

Sebastian Müller requested to merge muellese/mhm:dep-install-update into develop
  • streamline dependency install script (zlib, hdf5, netcdf-c, netcdf-fortran)
    bash CI-scripts/install-deps --config --sudo --path ~/.mhm_deps
    • --config/-c: run ldconfig after installation
    • --sudo/-s: use sudo for 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

Merge request reports