Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Nov 2024 20:09:32 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 24c095694803 - main - science/fastjet: Fix build on 15; Update WWW
Message-ID:  <202411032009.4A3K9W8m066292@gitrepo.freebsd.org>

index | next in thread | raw e-mail

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{


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202411032009.4A3K9W8m066292>