From ee0464da9cd5ba631dd4df12acf42dd28e3a3662 Mon Sep 17 00:00:00 2001 From: "Patrick L.S. Connor" <connorpa@mail.desy.de> Date: Tue, 23 Jan 2024 18:00:09 +0100 Subject: [PATCH] fix patch application & darwin.xml for makefile compilation --- Makefile | 2 +- darwin.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 1ebcaf9..c8fd9ae 100644 --- a/Makefile +++ b/Makefile @@ -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: diff --git a/darwin.xml b/darwin.xml index 3d5d029..11f8a61 100644 --- a/darwin.xml +++ b/darwin.xml @@ -1,4 +1,4 @@ -<tool name="protodarwin" version="1.0"> <!-- TODO --> +<tool name="darwin" version="1.0"> <!-- TODO --> <lib name="DarwinUserInfo"/> <lib name="DarwinMetaInfo"/> <lib name="DarwinOptions"/> -- GitLab