math/py-pyaudi: Broken on armv7

Reported by:	fallout
main
Yuri Victorovich 2024-05-05 14:48:53 -07:00
parent c0aad60f51
commit d0caf00dd5
1 changed files with 2 additions and 1 deletions

View File

@ -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