aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJP-Ellis2019-03-04 11:01:07 +1100
committerJP-Ellis2019-03-04 11:01:07 +1100
commitbb6f65698c1e74ee783028fe0d02f50082bafb04 (patch)
treee81ddaa4584c9b4bd319d96ed3b0687e9fa0a9bf
parent5fa7dd322fd06ea9e886b27538495928961ab7c7 (diff)
downloadaur-bb6f65698c1e74ee783028fe0d02f50082bafb04.tar.gz
Don't have patch files being version dependent
-rw-r--r--ExRootAnalysis.patch8
-rw-r--r--PythiaHandler.patch4
-rw-r--r--fastjet.patch4
-rw-r--r--path.patch6
4 files changed, 10 insertions, 12 deletions
diff --git a/ExRootAnalysis.patch b/ExRootAnalysis.patch
index 7d8e19a70947..d0eb4b22eb79 100644
--- a/ExRootAnalysis.patch
+++ b/ExRootAnalysis.patch
@@ -1,5 +1,5 @@
---- a/CheckMATE-2.0.11/tools/analysis/include/base/AnalysisBase.h
-+++ b/CheckMATE-2.0.11/tools/analysis/include/base/AnalysisBase.h
+--- a/tools/analysis/include/base/AnalysisBase.h
++++ b/tools/analysis/include/base/AnalysisBase.h
@@ -21,8 +21,8 @@
#include <TMatrixDEigen.h>
@@ -11,8 +11,8 @@
#include "external/fastjet/JetDefinition.hh"
#include "external/fastjet/ClusterSequence.hh"
---- a/CheckMATE-2.0.11/tools/fritz/include/delpheshandler/DelphesHandler.h
-+++ b/CheckMATE-2.0.11/tools/fritz/include/delpheshandler/DelphesHandler.h
+--- a/tools/fritz/include/delpheshandler/DelphesHandler.h
++++ b/tools/fritz/include/delpheshandler/DelphesHandler.h
@@ -28,9 +28,9 @@
#include "CMExRootTreeBranch.h"
diff --git a/PythiaHandler.patch b/PythiaHandler.patch
index f6c2fe6420c7..6356c7f9b674 100644
--- a/PythiaHandler.patch
+++ b/PythiaHandler.patch
@@ -1,5 +1,5 @@
---- a/CheckMATE-2.0.11/tools/fritz/include/pythiahandler/PythiaHandler.h
-+++ b/CheckMATE-2.0.11/tools/fritz/include/pythiahandler/PythiaHandler.h
+--- a/tools/fritz/include/pythiahandler/PythiaHandler.h
++++ b/tools/fritz/include/pythiahandler/PythiaHandler.h
@@ -1,6 +1,7 @@
#ifndef _PYTHIAHANDLER
#define _PYTHIAHANDLER
diff --git a/fastjet.patch b/fastjet.patch
index ef79abffa267..92c414b5babd 100644
--- a/fastjet.patch
+++ b/fastjet.patch
@@ -1,5 +1,5 @@
---- a/CheckMATE-2.0.11/tools/analysis/include/base/AnalysisBase.h
-+++ b/CheckMATE-2.0.11/tools/analysis/include/base/AnalysisBase.h
+--- a/tools/analysis/include/base/AnalysisBase.h
++++ b/tools/analysis/include/base/AnalysisBase.h
@@ -24,8 +24,8 @@
#include "ExRootAnalysis/ExRootTreeReader.h"
#include "ExRootAnalysis/ExRootResult.h"
diff --git a/path.patch b/path.patch
index d1a47fec07cb..28a5888c0469 100644
--- a/path.patch
+++ b/path.patch
@@ -1,7 +1,5 @@
-diff --git a/CheckMATE-2.0.11.orig/tools/python/info.py b/CheckMATE-2.0.11/tools/python/info.py
-index 4bd10ca..91b58f9 100644
---- a/CheckMATE-2.0.11.orig/tools/python/info.py
-+++ b/CheckMATE-2.0.11/tools/python/info.py
+--- a/tools/python/info.py
++++ b/tools/python/info.py
@@ -2,6 +2,7 @@ import os, shutil, sys
import json, pickle
import argparse