Fork me on GitHub

Changeset aef818f in git for doc


Ignore:
Timestamp:
Dec 18, 2014, 10:38:12 PM (10 years ago)
Author:
Pavel Demin <pavel.demin@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
f927991
Parents:
3e276d4
Message:

move ExternalFastJet examples to examples/ExternalFastJet

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/genMakefile.tcl

    r3e276d4 raef818f  
    232232CXXFLAGS += -I$(PYTHIA8)/include
    233233CXXFLAGS += -I$(PYTHIA8)/include/Pythia8
    234 OPT_LIBS += -L$(PYTHIA8)/lib -lpythia8 -lLHAPDF -lgfortran -lz
     234OPT_LIBS += -L$(PYTHIA8)/lib -lpythia8 -ldl
    235235else
    236236ifneq ($(PYTHIA8DATA),)
     
    238238CXXFLAGS += -I$(PYTHIA8DATA)/../include
    239239CXXFLAGS += -I$(PYTHIA8DATA)/../include/Pythia8
    240 OPT_LIBS += -L$(PYTHIA8DATA)/../lib -lpythia8 -lLHAPDF -lgfortran -lz
     240OPT_LIBS += -L$(PYTHIA8DATA)/../lib -lpythia8 -ldl
    241241endif
    242242endif
Note: See TracChangeset for help on using the changeset viewer.