git: ba5ac64d587a - main - devel/py-pynest2d: broken on ARM due to boost error
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 17 Jan 2025 20:16:18 UTC
The branch main has been updated by db:
URL: https://cgit.FreeBSD.org/ports/commit/?id=ba5ac64d587a00fb533cb786155675077654873a
commit ba5ac64d587a00fb533cb786155675077654873a
Author: Diane Bruce <db@FreeBSD.org>
AuthorDate: 2025-01-17 20:14:58 +0000
Commit: Diane Bruce <db@FreeBSD.org>
CommitDate: 2025-01-17 20:14:58 +0000
devel/py-pynest2d: broken on ARM due to boost error
Mark as broken from a boost error.
/usr/local/include/boost/qvm/quat_traits.hpp:92:30: error: a template argument l
ist is expected after a name prefixed by the template keyword [-Wmissing-templat
e-arg-list-after-template-kw]
92 | quat_traits<Q>::template write_element_idx(i, q, s);
| ^
---
devel/py-pynest2d/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/devel/py-pynest2d/Makefile b/devel/py-pynest2d/Makefile
index f3cb7ab3c5dc..1a74bc8831b9 100644
--- a/devel/py-pynest2d/Makefile
+++ b/devel/py-pynest2d/Makefile
@@ -11,6 +11,8 @@ WWW= https://github.com/Ultimaker/libnest2d
LICENSE= LGPL3
LICENSE_FILE= ${WRKSRC}/LICENSE
+BROKEN_aarch64= broken with trait error from boost
+
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sip>=0:devel/py-sip@${PY_FLAVOR} \
${LOCALBASE}/include/libnest2d/libnest2d.hpp:devel/libnest2d-ultimaker
LIB_DEPENDS= libpolyclipping.so:graphics/polyclipping \