Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Nov 2024 05:27:50 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: bf156321e49d - main - science/py-HepMC3: Broken on armv7; Update WWW
Message-ID:  <202411170527.4AH5RoTD070767@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=bf156321e49d293fb183edc8d32a607643d4fa23

commit bf156321e49d293fb183edc8d32a607643d4fa23
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-11-17 05:27:05 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-11-17 05:27:48 +0000

    science/py-HepMC3: Broken on armv7; Update WWW
    
    Reported by:    fallout
---
 science/py-HepMC3/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/science/py-HepMC3/Makefile b/science/py-HepMC3/Makefile
index dd5a0dda065c..35d7803841fe 100644
--- a/science/py-HepMC3/Makefile
+++ b/science/py-HepMC3/Makefile
@@ -6,11 +6,13 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	yuri@FreeBSD.org
 COMMENT=	Event record for High Energy Physics Monte Carlo generators/simulation
-WWW=		https://hepmc.web.cern.ch/hepmc/
+WWW=		https://hepmc.web.cern.ch/hepmc/ \
+		https://gitlab.cern.ch/hepmc/HepMC3
 
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/../COPYING
 
+BROKEN_armv7=	compilation fails, static assertion failed due to requirement 'sizeof(long long) <= sizeof(int)': Implicit narrowing is not permitted.
 BROKEN_i386=	compilation fails, static_assert(sizeof(IntType) <= sizeof(ssize_t), "Implicit narrowing is not permitted."), reported to the ML hepmc-dev@cern.ch on 2024-06-24
 BROKEN_powerpc=	compilation fails, static_assert(sizeof(IntType) <= sizeof(ssize_t), "Implicit narrowing is not permitted."), reported to the ML hepmc-dev@cern.ch on 2024-06-24
 



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