Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Jun 2024 09:26:10 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: b0eeeb159537 - main - science/py-HepMC3: Broken on i386
Message-ID:  <202406250926.45P9QAxr094312@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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