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

Merge branch 'bugfix/makefile-patch' into 'master'

Fix patching JMEAnalysis in the Makefile

See merge request !18
parents ad27ac68 20f1d9f5
No related branches found
No related tags found
1 merge request!18Fix patching JMEAnalysis in the Makefile
Pipeline #6770376 passed
...@@ -50,6 +50,7 @@ $(CMSSW): ...@@ -50,6 +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) && \
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