Fork me on GitHub

Changeset 2b900b8 in git for doc/genMakefile.tcl


Ignore:
Timestamp:
Dec 20, 2014, 12:18:47 AM (10 years ago)
Author:
Pavel Demin <pavel.demin@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
a740c66
Parents:
4d753a1
Message:

disable interface with Pythia8

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/genMakefile.tcl

    r4d753a1 r2b900b8  
    229229
    230230ifneq ($(PYTHIA8),)
    231 HAS_PYTHIA8 = true
     231#HAS_PYTHIA8 = true
    232232CXXFLAGS += -I$(PYTHIA8)/include
    233233CXXFLAGS += -I$(PYTHIA8)/include/Pythia8
    234234OPT_LIBS += -L$(PYTHIA8)/lib -lpythia8 -ldl
    235 else
    236 ifneq ($(PYTHIA8DATA),)
    237 HAS_PYTHIA8 = true
    238 CXXFLAGS += -I$(PYTHIA8DATA)/../include
    239 CXXFLAGS += -I$(PYTHIA8DATA)/../include/Pythia8
    240 OPT_LIBS += -L$(PYTHIA8DATA)/../lib -lpythia8 -ldl
    241 endif
    242235endif
    243236
Note: See TracChangeset for help on using the changeset viewer.