Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Aug 2024 12:01:03 GMT
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 322633eea23b - main - science/py-HepMC3: broken on powerpc
Message-ID:  <202408041201.474C13cN012260@gitrepo.freebsd.org>

index | next in thread | raw e-mail

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
 


home | help

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