Fork me on GitHub

Changeset 14de0c0 in git for Makefile


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

    re715e8c r14de0c0  
    3838endif
    3939
     40ifeq ($(HAS_PYTHIA8),true)
    4041ifneq ($(PYTHIA8),)
    41 #HAS_PYTHIA8 = true
    4242CXXFLAGS += -I$(PYTHIA8)/include
    4343CXXFLAGS += -I$(PYTHIA8)/include/Pythia8
    4444OPT_LIBS += -L$(PYTHIA8)/lib -lpythia8 -ldl
     45endif
    4546endif
    4647
Note: See TracChangeset for help on using the changeset viewer.