Date: Sun, 5 May 2024 21:50:23 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: ca6cf730bb46 - 2024Q2 - math/py-pyaudi: Broken on armv7 Message-ID: <202405052150.445LoNj2049894@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2024Q2 has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=ca6cf730bb469897502d968cc3419975988783bd commit ca6cf730bb469897502d968cc3419975988783bd Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-05-05 21:48:53 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-05-05 21:50:16 +0000 math/py-pyaudi: Broken on armv7 Reported by: fallout (cherry picked from commit d0caf00dd5d7bf72de2cb30a0d36945de318bac9) --- math/py-pyaudi/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/math/py-pyaudi/Makefile b/math/py-pyaudi/Makefile index 9e4cbedced92..2f1332e14b79 100644 --- a/math/py-pyaudi/Makefile +++ b/math/py-pyaudi/Makefile @@ -13,7 +13,8 @@ WWW= http://darioizzo.github.io/audi/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/../LICENSE -BROKEN_i386= fails to compile, see https://github.com/darioizzo/audi/issues/62 +BROKEN_armv7= compilation fails: constraints not satisfied for class template 'd_packed_monomial' [with T = unsigned long long, PSize = 8] +BROKEN_i386= not for 32-bit systems, see https://github.com/darioizzo/audi/issues/62 BUILD_DEPENDS= audi>0:math/audi \ pybind11>0:devel/pybind11
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202405052150.445LoNj2049894>