|
[Rivet] [Rivet-svn] r2563 - trunkAndy Buckley andy.buckley at ed.ac.ukTue Jul 6 15:40:02 BST 2010
Thanks! On 06/07/10 15:16, blackhole at projects.hepforge.org wrote: > Author: dgrell > Date: Tue Jul 6 15:17:11 2010 > New Revision: 2563 > > Log: > Fixed fastjet configure check > > Modified: > trunk/configure.ac > > Modified: trunk/configure.ac > ============================================================================== > --- trunk/configure.ac Tue Jul 6 11:44:33 2010 (r2562) > +++ trunk/configure.ac Tue Jul 6 15:17:11 2010 (r2563) > @@ -106,7 +106,7 @@ > fjmicro=$(echo $fjversion | cut -f3 -d.) > if test "$fjmajor" -lt 2 \ > -o "$fjmajor" -eq 2 -a "$fjminor" -lt 4 \ > - -o "$fjmajor" -eq 2 -a "$fjminor" -eq 4 -a "$fjminor" -lt 2; then > + -o "$fjmajor" -eq 2 -a "$fjminor" -eq 4 -a "$fjmicro" -lt 2; then > AC_MSG_ERROR([FastJet version 2.4.2 or later is required]) > fi > FASTJETCONFIGLIBADD="$($FJCONFIG --plugins --shared --libs | sed 's/\-\-rpath/-rpath/g')" > _______________________________________________ > Rivet-svn mailing list > Rivet-svn at projects.hepforge.org > http://www.hepforge.org/lists/listinfo/rivet-svn > -- Dr Andy Buckley SUPA Advanced Research Fellow Particle Physics Experiment Group, University of Edinburgh
More information about the Rivet mailing list |