Fork me on GitHub

Changeset 280667b in git for Makefile


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
  • Makefile

    r0264da8 r280667b  
    4141HAS_PYTHIA8 = true
    4242CXXFLAGS += -I$(PYTHIA8)/include
     43CXXFLAGS += -I$(PYTHIA8)/include/Pythia8
    4344OPT_LIBS += -L$(PYTHIA8)/lib -lpythia8 -lLHAPDF -lgfortran -lz
    4445else
     
    4647HAS_PYTHIA8 = true
    4748CXXFLAGS += -I$(PYTHIA8DATA)/../include
     49CXXFLAGS += -I$(PYTHIA8DATA)/../include/Pythia8
    4850OPT_LIBS += -L$(PYTHIA8DATA)/../lib -lpythia8 -lLHAPDF -lgfortran -lz
    4951endif
Note: See TracChangeset for help on using the changeset viewer.