Fork me on GitHub

Changeset 14de0c0 in git for doc/genMakefile.tcl


Ignore:
Timestamp:
Jan 21, 2016, 8:44:08 AM (9 years ago)
Author:
Pavel Demin <pavel.demin@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
cf0c13c
Parents:
e715e8c
Message:

fix compiler and linker flags for Pythia8

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/genMakefile.tcl

    re715e8c r14de0c0  
    228228endif
    229229
     230ifeq ($(HAS_PYTHIA8),true)
    230231ifneq ($(PYTHIA8),)
    231 #HAS_PYTHIA8 = true
    232232CXXFLAGS += -I$(PYTHIA8)/include
    233233CXXFLAGS += -I$(PYTHIA8)/include/Pythia8
    234234OPT_LIBS += -L$(PYTHIA8)/lib -lpythia8 -ldl
     235endif
    235236endif
    236237
Note: See TracChangeset for help on using the changeset viewer.