Jenkins fails to build it. Here is a console log: https://ci.lsst.codes/job/stack-os-matrix/label=centos-7,python=py2/17142//consoleFull
and here is an excerpt:
[2016-10-12T00:29:01.067547Z] In file included from grf_pgplot.c:78:0:
|
[2016-10-12T00:29:01.067650Z] grf_pgplot.c:131:91: error: unknown type name 'text_length'
|
[2016-10-12T00:29:01.067702Z] F77_SUBROUTINE(pgptxt)( REAL(x), REAL(y), REAL(angle), REAL(fjust), CHARACTER(text) TRAIL(text) );
|
[2016-10-12T00:29:01.067754Z] ^
|
[2016-10-12T00:29:01.067787Z] f77.h:407:36: note: in definition of macro 'TRAIL'
|
[2016-10-12T00:29:01.067818Z] #define TRAIL(X) , X ## _length
|
[2016-10-12T00:29:01.067846Z] ^
|
The command rebuild starlink_ast works fine on my Mac, but that does not have fortran available. That file f77.h has also been troublesome because the installation step modifies it (at least on my Mac) rendering it unusable and leaving it listed as modified, meaning it would be all too easy to commit the broken version. However, that is not what happened in this case.
I think Tim Jenness is satisfied (please correct me if not!) so John Parejko please mark this as reviewed when you are also satisfied.