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

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

Patch the JetToolbox in install.sh

See merge request !16
parents 0048a0c1 3a5ab5c2
No related branches found
No related tags found
1 merge request!16Patch the JetToolbox in install.sh
Pipeline #6769946 passed
...@@ -27,7 +27,11 @@ cd $CMSSW_BASE/src ...@@ -27,7 +27,11 @@ cd $CMSSW_BASE/src
[ ! -d Core ] && git clone https://gitlab.cern.ch/cms-analysis/general/DasAnalysisSystem/Core.git [ ! -d Core ] && git clone https://gitlab.cern.ch/cms-analysis/general/DasAnalysisSystem/Core.git
# And JetToolbox # And JetToolbox
[ ! -d JMEAnalysis/JetToolbox ] && git clone https://github.com/cms-jet/JetToolbox.git JMEAnalysis/JetToolbox -b jetToolbox_120X [ ! -d JMEAnalysis/JetToolbox ] && (
git clone https://github.com/cms-jet/JetToolbox.git JMEAnalysis/JetToolbox -b jetToolbox_120X
cd JMEAnalysis/JetToolbox
patch -p1 <$BASE_DIR/jetToolbox_120X.patch
)
# Set up scram tools in CMSSW -- must be done after fetching Core # Set up scram tools in CMSSW -- must be done after fetching Core
cd $CMSSW_BASE cd $CMSSW_BASE
......
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