1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00

science/py-HepMC3: Broken on armv7; Update WWW

Reported by:	fallout
This commit is contained in:
Yuri Victorovich 2024-11-16 21:27:05 -08:00
parent fa4438b9f8
commit bf156321e4

View File

@ -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