Fork me on GitHub

Changeset 280667b in git for doc/genMakefile.tcl


Ignore:
Timestamp:
Dec 15, 2014, 11:34:25 AM (10 years ago)
Author:
Pavel Demin <pavel.demin@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
d836f45
Parents:
0264da8
Message:

make include paths compatible with old and new pythia versions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/genMakefile.tcl

    r0264da8 r280667b  
    231231HAS_PYTHIA8 = true
    232232CXXFLAGS += -I$(PYTHIA8)/include
     233CXXFLAGS += -I$(PYTHIA8)/include/Pythia8
    233234OPT_LIBS += -L$(PYTHIA8)/lib -lpythia8 -lLHAPDF -lgfortran -lz
    234235else
     
    236237HAS_PYTHIA8 = true
    237238CXXFLAGS += -I$(PYTHIA8DATA)/../include
     239CXXFLAGS += -I$(PYTHIA8DATA)/../include/Pythia8
    238240OPT_LIBS += -L$(PYTHIA8DATA)/../lib -lpythia8 -lLHAPDF -lgfortran -lz
    239241endif
Note: See TracChangeset for help on using the changeset viewer.