Changeset 8c72f09 in git
- Timestamp:
- Dec 22, 2014, 12:13:57 PM (10 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- dacd9c5
- Parents:
- a2983ec
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile
ra2983ec r8c72f09 40 40 ifneq ($(PYTHIA8),) 41 41 #HAS_PYTHIA8 = true 42 #CXXFLAGS += -I$(PYTHIA8)/include43 #CXXFLAGS += -I$(PYTHIA8)/include/Pythia844 #OPT_LIBS += -L$(PYTHIA8)/lib -lpythia8 -ldl42 CXXFLAGS += -I$(PYTHIA8)/include 43 CXXFLAGS += -I$(PYTHIA8)/include/Pythia8 44 OPT_LIBS += -L$(PYTHIA8)/lib -lpythia8 -ldl 45 45 endif 46 46 -
doc/genMakefile.tcl
ra2983ec r8c72f09 230 230 ifneq ($(PYTHIA8),) 231 231 #HAS_PYTHIA8 = true 232 #CXXFLAGS += -I$(PYTHIA8)/include233 #CXXFLAGS += -I$(PYTHIA8)/include/Pythia8234 #OPT_LIBS += -L$(PYTHIA8)/lib -lpythia8 -ldl232 CXXFLAGS += -I$(PYTHIA8)/include 233 CXXFLAGS += -I$(PYTHIA8)/include/Pythia8 234 OPT_LIBS += -L$(PYTHIA8)/lib -lpythia8 -ldl 235 235 endif 236 236
Note:
See TracChangeset
for help on using the changeset viewer.