Fork me on GitHub

Changeset 1170 in svn for trunk


Ignore:
Timestamp:
Jul 4, 2013, 1:39:14 AM (11 years ago)
Author:
Pavel Demin
Message:

fix genMakefile.tcl

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile

    r1169 r1170  
    2929CXXFLAGS += -DHAS_PYTHIA8 -I$(PYTHIA8DATA)/../include
    3030DELPHES_LIBS += -L$(PYTHIA8DATA)/../lib -lpythia8 -llhapdfdummy
    31 else
    32 ifneq ($(PYTHIA8DATA),)
    33 HAS_PYTHIA8 = true
    34 CXXFLAGS += -DHAS_PYTHIA8 -I$(PYTHIA8DATA)/../include
    35 DELPHES_LIBS += -L$(PYTHIA8DATA)/../lib/archive -lpythia8 -llhapdfdummy
    3631endif
    3732endif
    38 
    3933
    4034###
  • trunk/doc/genMakefile.tcl

    r1169 r1170  
    212212CXXFLAGS += -DHAS_PYTHIA8 -I$(PYTHIA8DATA)/../include
    213213DELPHES_LIBS += -L$(PYTHIA8DATA)/../lib -lpythia8 -llhapdfdummy
    214 else
    215 ifneq ($(PYTHIA8DATA),)
    216 HAS_PYTHIA8 = true
    217 CXXFLAGS += -DHAS_PYTHIA8 -I$(PYTHIA8DATA)/../include
    218 DELPHES_LIBS += -L$(PYTHIA8DATA)/../lib/archive -lpythia8 -llhapdfdummy
    219214endif
    220215endif
Note: See TracChangeset for help on using the changeset viewer.