|
[Rivet] PATCH: Don't re-download boost tarball if re-running the bootstrap script
David Bjergaard
david.b at phy.duke.edu
Thu May 15 16:20:54 BST 2014
Hi,
Here's a patch to avoid unnecessarily downloading multiple copies of the
boost tarball if the rivet-bootstrap script fails for some other reason:
75c75
< wget http://downloads.sourceforge.net/boost/boost_$BOOST_VERSION.tar.gz
---
> [ ! -f boost_$BOOST_VERSION.tar.gz ] && wget http://downloads.sourceforge.net/boost/boost_$BOOST_VERSION.tar.gz
The bootstrap script has much improved since 1.8! Thanks for all the
hard work.
Cheers,
Dave
More information about the Rivet
mailing list
|