pandoramonitoring: add patch for compiling with C++20 (#48659)
* pandoramonitoring: add patch for compiling with C++20 * Fix patch for PandoraMonitoring --------- Co-authored-by: jmcarcell <jmcarcell@users.noreply.github.com>
This commit is contained in:
parent
2db654bf5a
commit
21988fbb18
@ -26,6 +26,15 @@ class Pandoramonitoring(CMakePackage):
|
|||||||
depends_on("root@6.18.04: +x +opengl")
|
depends_on("root@6.18.04: +x +opengl")
|
||||||
depends_on("pandorasdk")
|
depends_on("pandorasdk")
|
||||||
|
|
||||||
|
# https://github.com/PandoraPFA/PandoraMonitoring/pull/13
|
||||||
|
@when("@:3.6.0")
|
||||||
|
def patch(self):
|
||||||
|
filter_file(
|
||||||
|
"TTreeWrapper::Branch<T>::~Branch<T>",
|
||||||
|
"TTreeWrapper::Branch<T>::~Branch",
|
||||||
|
"src/TTreeWrapper.cc",
|
||||||
|
)
|
||||||
|
|
||||||
def cmake_args(self):
|
def cmake_args(self):
|
||||||
args = [
|
args = [
|
||||||
self.define("CMAKE_MODULE_PATH", self.spec["pandorapfa"].prefix.cmakemodules),
|
self.define("CMAKE_MODULE_PATH", self.spec["pandorapfa"].prefix.cmakemodules),
|
||||||
|
Loading…
Reference in New Issue
Block a user