git: fe1d46332202 - main - math/py-ducc0: Broken on i386

Yuri Victorovich yuri at FreeBSD.org
Sun May 2 19:07:25 UTC 2021


The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=fe1d46332202bd25c8f682992b51ed86e616be6f

commit fe1d46332202bd25c8f682992b51ed86e616be6f
Author:     Yuri Victorovich <yuri at FreeBSD.org>
AuthorDate: 2021-05-02 18:14:30 +0000
Commit:     Yuri Victorovich <yuri at FreeBSD.org>
CommitDate: 2021-05-02 19:07:16 +0000

    math/py-ducc0: Broken on i386
    
    Reported by:    fallout
---
 math/py-ducc0/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/math/py-ducc0/Makefile b/math/py-ducc0/Makefile
index 9c678ace6ca3..e56412e97a28 100644
--- a/math/py-ducc0/Makefile
+++ b/math/py-ducc0/Makefile
@@ -11,6 +11,8 @@ COMMENT=	Distinctly Useful Code Collection (DUCC)
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_i386=	fatal error: use of undeclared identifier '_pdep_u64'; did you mean '_pdep_u32'? (author notified via e-mail on 2021-05-02)
+
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pybind11>0:devel/py-pybind11@${PY_FLAVOR}
 
 USES=		python:3.6+
@@ -30,4 +32,5 @@ USES+=		compiler:c++17-lang
 
 post-install:
 	${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/ducc0*.so
+
 .include <bsd.port.mk>


More information about the dev-commits-ports-all mailing list