Date: Fri, 25 Aug 2023 03:24:44 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: 48bb5f5aff6d - main - math/py-libpoly: Broken on i386 Message-ID: <202308250324.37P3OiOU090430@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=48bb5f5aff6dd794c34f4b8cba624f5671c5b0f9 commit 48bb5f5aff6dd794c34f4b8cba624f5671c5b0f9 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2023-08-25 03:24:04 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2023-08-25 03:24:04 +0000 math/py-libpoly: Broken on i386 Reported by: fallout --- math/py-libpoly/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/math/py-libpoly/Makefile b/math/py-libpoly/Makefile index b359ef7ddb5c..393c258fa797 100644 --- a/math/py-libpoly/Makefile +++ b/math/py-libpoly/Makefile @@ -11,6 +11,8 @@ WWW= https://github.com/SRI-CSL/libpoly LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENCE +BROKEN_i386= compilation fails with error: incompatible function pointer types, see https://github.com/SRI-CSL/libpoly/issues/70 + LIB_DEPENDS= libpoly.so:math/libpoly USES= cmake localbase:ldflags python @@ -26,7 +28,7 @@ BUILD_WRKSRC= ${WRKSRC}/python INSTALL_WRKSRC= ${WRKSRC}/python TEST_WRKSRC= ${WRKSRC}/test/python -TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} +TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} post-install: ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/polypy*.so
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308250324.37P3OiOU090430>