Fork me on GitHub

Changeset c82c0d1 in git for Makefile


Ignore:
Timestamp:
Jul 4, 2013, 2:57:08 PM (11 years ago)
Author:
pavel <pavel@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
47bd664
Parents:
a0538b9
Message:

link Pythia 8 with LHAPDF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    ra0538b9 rc82c0d1  
    4242HAS_PYTHIA8 = true
    4343CXXFLAGS += -I$(PYTHIA8)/include
    44 DELPHES_LIBS += -L$(PYTHIA8)/lib -lpythia8 -llhapdfdummy
     44DELPHES_LIBS += -L$(PYTHIA8)/lib -lpythia8 -lLHAPDF -lgfortran -lz
    4545else
    4646ifneq ($(PYTHIA8DATA),)
    4747HAS_PYTHIA8 = true
    4848CXXFLAGS += -I$(PYTHIA8DATA)/../include
    49 DELPHES_LIBS += -L$(PYTHIA8DATA)/../lib -lpythia8 -llhapdfdummy
     49DELPHES_LIBS += -L$(PYTHIA8DATA)/../lib -lpythia8 -lLHAPDF -lgfortran -lz
    5050endif
    5151endif
Note: See TracChangeset for help on using the changeset viewer.