[Rivet] Release today

Andy Buckley andy.buckley at durham.ac.uk
Mon Feb 11 16:00:55 GMT 2008


James Monk wrote:
> 
> On 11 Feb 2008, at 12:23, Andy Buckley wrote:
>>
>> I'd like to get Rivet and AGILe released today. Hopefully everyone else
>> is of the same opinion :)
> 
> yes :)

Excellent :)

>> There are a few tickets remaining on Rivet, but IMO they're the sort of
>> thing that can be closed right now if everyone takes a look at the code
>> and agrees. Can you do that now, please, and change/let me know if there
>> are remaining issues?
> 
> CDF_1994_S2952106 doesn't seem to come with any data (hence no
> auto-booking).  Are we planning on including this analysis in the
> initial release?  (it's ticketed as a version 1 release).

No, Lars has said that this isn't to be included, so I'll remove its
factory method from the standard analyses list before building the
release tarball.

> I just tried naively running ./rivet-bootstrap (as would a normal user I
> guess) on lxplus and was faced with the somewhat surprising error
> message from configuring Rivet:
> ----
> checking whether the C++ compiler works... configure: error: cannot run
> C++ compiled programs.
> If you meant to cross compile, use `--host'.
> See `config.log' for more details.
> ----
> config.log is at http://www.hep.ucl.ac.uk/~jmonk/config.log

Thanks - that was a one-missing-character bug. All the best ones are!
It's now sorted, so can you try again?

Painful detail: the FastJet build on lxplus has been made with the CGAL
library, but it doesn't declare that dependency and the CGAL development
package (which provides the libCGAL.so symlink) isn't installed. The
work-around hack involves setting LD_LIBRARY_PATH to include the CGAL
directory, but a lack of a backslash meant that it didn't get applied to
the Rivet configure. This is a bug in FastJet and I should report it to
Gavin. Have a look in rivet-bootstrap to see the load of hacky stuff
that has to be done to the Rivet build on lxplus before it works :(

Andy


More information about the Rivet mailing list