Skip to content
Snippets Groups Projects
Commit 3a5ab5c2 authored by Louis Moureaux's avatar Louis Moureaux
Browse files

Patch the JetToolbox in install.sh

Reported by paconnor.
parent 0048a0c1
No related branches found
No related tags found
1 merge request!16Patch the JetToolbox in install.sh
......@@ -27,7 +27,11 @@ cd $CMSSW_BASE/src
[ ! -d Core ] && git clone https://gitlab.cern.ch/cms-analysis/general/DasAnalysisSystem/Core.git
# 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
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