Fork me on GitHub

Changeset 1155 in svn for trunk/examples/DelphesProMC.sh


Ignore:
Timestamp:
Jul 1, 2013, 11:26:20 PM (11 years ago)
Author:
Pavel Demin
Message:

copy ProMC files to external/ProMC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/examples/DelphesProMC.sh

    r1148 r1155  
    77  echo ">> PROMC is set to $PROMC"
    88  echo ">> Building DelphesProMC";
     9 
     10  /bin/mkdir -p external/ProMC
     11 
     12  /bin/cp $PROMC/src/* external/ProMC/
    913
    10   INC="-I$PROMC/include -I$PROMC/src"
     14  INC="-I$PROMC/include"
    1115
    12   LIB="$PROMC/src/*.cc -L$PROMC/lib -lprotoc -lprotobuf -lprotobuf-lite -lcbook -lz"
     16  LIB="external/ProMC/*.cc -L$PROMC/lib -lprotoc -lprotobuf -lprotobuf-lite -lcbook -lz"
    1317
    1418  g++ -I. -Iexternal $INC `root-config --cflags --ldflags --libs` -lEG -L. -lDelphes $LIB -o DelphesProMC examples/DelphesProMC.cpp
Note: See TracChangeset for help on using the changeset viewer.