Date: Sun, 2 May 2021 19:07:25 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: fe1d46332202 - main - math/py-ducc0: Broken on i386 Message-ID: <202105021907.142J7PwB027941@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=fe1d46332202bd25c8f682992b51ed86e616be6f commit fe1d46332202bd25c8f682992b51ed86e616be6f Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2021-05-02 18:14:30 +0000 Commit: Yuri Victorovich <yuri@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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105021907.142J7PwB027941>