aboutsummaryrefslogtreecommitdiff
path: root/math/py-pyaudi/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/py-pyaudi/Makefile')
-rw-r--r--math/py-pyaudi/Makefile3
1 files changed, 2 insertions, 1 deletions
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