Changeset 14de0c0 in git
- Timestamp:
- Jan 21, 2016, 8:44:08 AM (9 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- cf0c13c
- Parents:
- e715e8c
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile
re715e8c r14de0c0 38 38 endif 39 39 40 ifeq ($(HAS_PYTHIA8),true) 40 41 ifneq ($(PYTHIA8),) 41 #HAS_PYTHIA8 = true42 42 CXXFLAGS += -I$(PYTHIA8)/include 43 43 CXXFLAGS += -I$(PYTHIA8)/include/Pythia8 44 44 OPT_LIBS += -L$(PYTHIA8)/lib -lpythia8 -ldl 45 endif 45 46 endif 46 47 -
doc/genMakefile.tcl
re715e8c r14de0c0 228 228 endif 229 229 230 ifeq ($(HAS_PYTHIA8),true) 230 231 ifneq ($(PYTHIA8),) 231 #HAS_PYTHIA8 = true232 232 CXXFLAGS += -I$(PYTHIA8)/include 233 233 CXXFLAGS += -I$(PYTHIA8)/include/Pythia8 234 234 OPT_LIBS += -L$(PYTHIA8)/lib -lpythia8 -ldl 235 endif 235 236 endif 236 237
Note:
See TracChangeset
for help on using the changeset viewer.