The installation of engine and hazardlib was trying to download and build dependencies from pip. The 12.04 stack isn't tested and supported in engine and hazardlib, then now we install them with --no-deps. This also applies to ipt which has hazardlib + engine in its dependencies.
Some parts of the installation were still looking for openquake.commonlib.nrml instead of openquake.hazardlib.nrml
There were several issues:
--no-deps
. This also applies to ipt which has hazardlib + engine in its dependencies.openquake.commonlib.nrml
instead ofopenquake.hazardlib.nrml
oq-moon
git clone had wrong syntaxhttps://ci.openquake.org/job/zdevel_oq-platform/376
Fixes #626