Fix ci
Fix the CI after octave's update:
- octave segfaults at exit if the
netcdfpackage is built with the systemhdf5libraries; build a local version of libhdf5, and use that to build bothnetcdfandnetcdf-cxx - initialize octave's interpreter in module-octave
- add a suitable
pkg local_listto.octavercso that module-octave can find the octave's packages built by the CI system; this is because they are not stored in a standard location
Edited by Marco Morandini