diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2022-12-10 23:24:43 -0800 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2022-12-10 23:25:26 -0800 |
commit | 44ecd8acd276f543b33bc59bf1fd5f2e03dfa85b (patch) | |
tree | 29d3a84733e22abffe6f5e58f00bcb9d65c9f0c9 | |
parent | science/arbor: Broken on armv7 (diff) |
math/py-ducc0: Broken on armv7
Reported by: fallout
-rw-r--r-- | math/py-ducc0/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/py-ducc0/Makefile b/math/py-ducc0/Makefile index bf7c0f636515..ca82f881c1fa 100644 --- a/math/py-ducc0/Makefile +++ b/math/py-ducc0/Makefile @@ -11,6 +11,7 @@ WWW= https://gitlab.mpcdf.mpg.de/mtr/ducc LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_armv7= clang runs out of memory BROKEN_i386= non-constant-expression cannot be narrowed from type 'long long' to 'int' in initializer list (reported to the author on 2021-05-02 and 2022-02-01) BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pybind11>0:devel/py-pybind11@${PY_FLAVOR} |