Fork me on GitHub

Changeset d77b51d in git for doc/update_fastjet.sh


Ignore:
Timestamp:
Sep 29, 2015, 2:08:10 PM (9 years ago)
Author:
Michele Selvaggi <michele.selvaggi@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
a98c7ef
Parents:
d870fc5 (diff), 06ec139 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge remote-tracking branch 'upstream/master'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/update_fastjet.sh

    rd870fc5 rd77b51d  
    1 version=3.1.0
     1version=3.1.2
    22
    3 #wget http://fastjet.fr/repo/fastjet-${version}.tar.gz
     3wget http://fastjet.fr/repo/fastjet-${version}.tar.gz
    44
    55tar -zxf fastjet-${version}.tar.gz
     
    8383cp -a ../../fastjet-${version}/plugins/SISCone/siscone/siscone/*.cpp SISCone
    8484cp -a ../../fastjet-${version}/plugins/SISCone/fastjet/*.hh SISCone/fastjet
    85 rename .cpp .cc SISCone/*.cpp
    86 
     85rename 's/\.cpp$/.cc/' SISCone/*.cpp
    8786
    8887mkdir -p TrackJet/fastjet
     
    9089cp -a ../../fastjet-${version}/plugins/TrackJet/fastjet/*.hh TrackJet/fastjet
    9190
    92 sed -i 's/#include "fastjet\//#include "/' D0RunICone/fastjet/D0RunIpre96ConePlugin.hh
    93 sed -i 's/#include "fastjet\//#include "/' D0RunICone/fastjet/D0RunIConePlugin.hh
     91sed -i 's/#include "fastjet\/D0RunIBaseConePlugin.hh"/#include "D0RunIBaseConePlugin.hh"/' D0RunICone/fastjet/D0RunIpre96ConePlugin.hh
     92sed -i 's/#include "fastjet\/D0RunIBaseConePlugin.hh"/#include "D0RunIBaseConePlugin.hh"/' D0RunICone/fastjet/D0RunIConePlugin.hh
    9493
    9594sed -i 's/#include "siscone\//#include "/' SISCone/SISConePlugin.cc
Note: See TracChangeset for help on using the changeset viewer.