git: 322633eea23b - main - science/py-HepMC3: broken on powerpc
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 04 Aug 2024 12:01:03 UTC
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=322633eea23beecbcd15a97a1c4ac23e998bfca8 commit 322633eea23beecbcd15a97a1c4ac23e998bfca8 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2024-07-29 22:31:58 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2024-08-04 12:00:16 +0000 science/py-HepMC3: broken on powerpc Same as on i386. --- science/py-HepMC3/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/science/py-HepMC3/Makefile b/science/py-HepMC3/Makefile index 5a622386138c..dd5a0dda065c 100644 --- a/science/py-HepMC3/Makefile +++ b/science/py-HepMC3/Makefile @@ -12,6 +12,7 @@ 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 +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 LIB_DEPENDS= libHepMC3.so:science/hepmc3