Skip to content
Snippets Groups Projects
Commit c5054c5b authored by Patrick Louis S Connor's avatar Patrick Louis S Connor
Browse files

fix JME patch in makefile

parent 62920479
No related branches found
No related tags found
1 merge request!19Migration (cont'd)
...@@ -50,7 +50,7 @@ $(CMSSW): ...@@ -50,7 +50,7 @@ $(CMSSW):
scramv1 project CMSSW $(CMSSW) scramv1 project CMSSW $(CMSSW)
cd $(CMSSW)/src && eval `scramv1 runtime -sh` && \ cd $(CMSSW)/src && eval `scramv1 runtime -sh` && \
git clone https://github.com/cms-jet/JetToolbox.git JMEAnalysis/JetToolbox -b jetToolbox_120X && \ git clone https://github.com/cms-jet/JetToolbox.git JMEAnalysis/JetToolbox -b jetToolbox_120X && \
(cd JMEAnalysis/JetToolbox; patch -p1 ../../../../jetToolbox_120X.patch) && \ (cd JMEAnalysis/JetToolbox/python; patch -p1 <../../../../../jetToolbox_120X.patch) && \
git clone $(ORIGIN) Core git clone $(ORIGIN) Core
tables: tables:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment