git: 24c095694803 - main - science/fastjet: Fix build on 15; Update WWW
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 03 Nov 2024 20:09:32 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=24c09569480322c22333ea8acea11f3a4f348bb0 commit 24c09569480322c22333ea8acea11f3a4f348bb0 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-11-03 18:54:32 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-11-03 20:09:28 +0000 science/fastjet: Fix build on 15; Update WWW Reported by: fallout --- .../files/patch-plugins_D0RunIICone_ProtoJet.hpp | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/science/fastjet/files/patch-plugins_D0RunIICone_ProtoJet.hpp b/science/fastjet/files/patch-plugins_D0RunIICone_ProtoJet.hpp new file mode 100644 index 000000000000..2558118828a6 --- /dev/null +++ b/science/fastjet/files/patch-plugins_D0RunIICone_ProtoJet.hpp @@ -0,0 +1,18 @@ +--- plugins/D0RunIICone/ProtoJet.hpp.orig 2024-11-03 18:44:32 UTC ++++ plugins/D0RunIICone/ProtoJet.hpp +@@ -193,6 +193,7 @@ void ProtoJet<Item>::NowStable() { + _info.initialET(_pT); + } + ++#if 0 // https://github.com/scikit-hep/fastjet/issues/324 + template<class Item> + void ProtoJet<Item>::print(std::ostream& os) const { + os<<"y phi Et = ("<<_y<<", "<<_phi<<", "<<this->_Et<<")"<<std::endl; +@@ -202,6 +203,7 @@ void ProtoJet<Item>::print(std::ostream& os) const { + (*i)->print(os); + os << std::endl; + } ++#endif + + template<class Item> + inline float ProtoJet<Item>::y() const{