Opened 10 years ago
Closed 8 years ago
#389 closed defect (fixed)
ROPP version being incorrectly reported by buildpack
Reported by: | Ian Culverwell | Owned by: | idculv,frdo |
---|---|---|---|
Priority: | trivial | Milestone: | 9.0 |
Component: | ROPP (all) | Version: | 7.1 |
Keywords: | Cc: |
Description
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?
Note:
See TracTickets
for help on using tickets.
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.)