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

fix patch application & darwin.xml for makefile compilation

parent 9eba39c4
No related branches found
No related tags found
1 merge request!20fix patch application
Pipeline #6775255 passed
......@@ -50,7 +50,7 @@ $(CMSSW):
scramv1 project CMSSW $(CMSSW)
cd $(CMSSW)/src && eval `scramv1 runtime -sh` && \
git clone https://github.com/cms-jet/JetToolbox.git JMEAnalysis/JetToolbox -b jetToolbox_120X && \
(cd JMEAnalysis/JetToolbox/python; patch -p1 <../../../../../jetToolbox_120X.patch) && \
(cd JMEAnalysis/JetToolbox; patch -p1 <../../../../jetToolbox_120X.patch) && \
git clone $(ORIGIN) Core
tables:
......
<tool name="protodarwin" version="1.0"> <!-- TODO -->
<tool name="darwin" version="1.0"> <!-- TODO -->
<lib name="DarwinUserInfo"/>
<lib name="DarwinMetaInfo"/>
<lib name="DarwinOptions"/>
......
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