git: b0eeeb159537 - main - science/py-HepMC3: Broken on i386
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 25 Jun 2024 09:26:10 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=b0eeeb1595377e5343db9b877345ff9dad618f39 commit b0eeeb1595377e5343db9b877345ff9dad618f39 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-06-25 00:21:32 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-06-25 09:26:06 +0000 science/py-HepMC3: Broken on i386 Reported by: fallout --- science/py-HepMC3/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/science/py-HepMC3/Makefile b/science/py-HepMC3/Makefile index 677e56284972..5a622386138c 100644 --- a/science/py-HepMC3/Makefile +++ b/science/py-HepMC3/Makefile @@ -11,6 +11,8 @@ WWW= https://hepmc.web.cern.ch/hepmc/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/../COPYING +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 + LIB_DEPENDS= libHepMC3.so:science/hepmc3 USES= cmake compiler:c++11-lang python