Fork me on GitHub

Changeset 2b900b8 in git for Makefile


Ignore:
Timestamp:
Dec 20, 2014, 12:18:47 AM (10 years ago)
Author:
Pavel Demin <pavel.demin@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
a740c66
Parents:
4d753a1
Message:

disable interface with Pythia8

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r4d753a1 r2b900b8  
    3939
    4040ifneq ($(PYTHIA8),)
    41 HAS_PYTHIA8 = true
     41#HAS_PYTHIA8 = true
    4242CXXFLAGS += -I$(PYTHIA8)/include
    4343CXXFLAGS += -I$(PYTHIA8)/include/Pythia8
    4444OPT_LIBS += -L$(PYTHIA8)/lib -lpythia8 -ldl
    45 else
    46 ifneq ($(PYTHIA8DATA),)
    47 HAS_PYTHIA8 = true
    48 CXXFLAGS += -I$(PYTHIA8DATA)/../include
    49 CXXFLAGS += -I$(PYTHIA8DATA)/../include/Pythia8
    50 OPT_LIBS += -L$(PYTHIA8DATA)/../lib -lpythia8 -ldl
    51 endif
    5245endif
    5346
Note: See TracChangeset for help on using the changeset viewer.