From bf156321e49d293fb183edc8d32a607643d4fa23 Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Sat, 16 Nov 2024 21:27:05 -0800 Subject: [PATCH] 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