diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2023-08-25 03:24:04 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2023-08-25 03:24:04 +0000 |
commit | 48bb5f5aff6dd794c34f4b8cba624f5671c5b0f9 (patch) | |
tree | da646dbbd219488ae2a0c7d4a8842395f45fb592 /math/py-libpoly | |
parent | 49b7f1c6cb2e742931b85e49d532b8993c4eeb61 (diff) | |
download | ports-48bb5f5aff6dd794c34f4b8cba624f5671c5b0f9.tar.gz ports-48bb5f5aff6dd794c34f4b8cba624f5671c5b0f9.zip |
math/py-libpoly: Broken on i386
Reported by: fallout
Diffstat (limited to 'math/py-libpoly')
-rw-r--r-- | math/py-libpoly/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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 |