ROPP8.0 beta reviewer (Dave Offiler, UKMO), says:
- buildpack: the ROPP module version ID is incorrectly reported - it's printing out 'v<moduleid>' e.g. >> Building ROPP_IO (vio) with 'gfortran' compiler on LINUX The bit of the Bash script that determines $version is broken - it's still expecting module directories like 'ropp_io-vx.x' but the version part was removed for the 'big' tarball a release or two ago. For ROPP modules it needs to either fall back on the main parent version or e.g. parse the module's configure.ac file (2nd argument of AC_INIT() macro).
Or just forget about it altogether?
Fixed at ROPP9.0. buildpack now reports
(Note that
ropp_1dvar
needs some ad-hoc magic because the '1' part of its name is interpreted as a version number.)