Date: Sun, 11 Dec 2022 07:25:31 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 44ecd8acd276 - main - math/py-ducc0: Broken on armv7 Message-ID: <202212110725.2BB7PVBC091468@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=44ecd8acd276f543b33bc59bf1fd5f2e03dfa85b commit 44ecd8acd276f543b33bc59bf1fd5f2e03dfa85b Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-12-11 07:24:43 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-12-11 07:25:26 +0000 math/py-ducc0: Broken on armv7 Reported by: fallout --- math/py-ducc0/Makefile | 1 + 1 file changed, 1 insertion(+) 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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202212110725.2BB7PVBC091468>