aboutsummarylogtreecommitdiffstats
path: root/ExRootAnalysis.patch
diff options
context:
space:
mode:
authorJP-Ellis2017-01-27 21:39:39 +1100
committerJP-Ellis2017-01-27 21:57:08 +1100
commitee2f94257d583a103366b992102fca7440126813 (patch)
tree8a60da2019cd8a353fd567e3f519a6df32814c8e /ExRootAnalysis.patch
parent8343c2fd012fcad1043558baafd114a072c0a1fe (diff)
downloadaur-ee2f94257d583a103366b992102fca7440126813.tar.gz
Bring forward commits from next release to fix headers and pcm files
Signed-off-by: JP-Ellis <josh@jpellis.me>
Diffstat (limited to 'ExRootAnalysis.patch')
-rw-r--r--ExRootAnalysis.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/ExRootAnalysis.patch b/ExRootAnalysis.patch
deleted file mode 100644
index 7ae6a7f1d804..000000000000
--- a/ExRootAnalysis.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- a/delphes-3.4.0/external/ExRootAnalysis/CMakeLists.txt
-+++ b/delphes-3.4.0/external/ExRootAnalysis/CMakeLists.txt
-@@ -12,4 +12,16 @@ DELPHES_GENERATE_DICTIONARY(ExRootAnalysisDict ${headers} LINKDEF ExRootAnalysis
- add_library(ExRootAnalysis OBJECT ${sources} ExRootAnalysisDict.cxx)
-
- # install headers needed by public Delphes headers to include/
--install(FILES ExRootTask.h ExRootConfReader.h DESTINATION include/ExRootAnalysis)
-+install(FILES
-+ ExRootAnalysisLinkDef.h
-+ ExRootClassifier.h
-+ ExRootConfReader.h
-+ ExRootFilter.h
-+ ExRootProgressBar.h
-+ ExRootResult.h
-+ ExRootTask.h
-+ ExRootTreeBranch.h
-+ ExRootTreeReader.h
-+ ExRootTreeWriter.h
-+ ExRootUtilities.h
-+ DESTINATION include/ExRootAnalysis)