git: f36377491072 - main - math/py-petsc4py: Broken on armv7
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 24 Dec 2024 10:12:08 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=f36377491072aa2bb0b3dfb835ace84097ba945b commit f36377491072aa2bb0b3dfb835ace84097ba945b Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-12-23 18:49:26 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-12-24 10:12:04 +0000 math/py-petsc4py: Broken on armv7 Reported by: fallout --- math/py-petsc4py/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/math/py-petsc4py/Makefile b/math/py-petsc4py/Makefile index f69305761126..9ede5a1dce26 100644 --- a/math/py-petsc4py/Makefile +++ b/math/py-petsc4py/Makefile @@ -11,6 +11,8 @@ WWW= https://gitlab.com/petsc/petsc LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.rst +BROKEN_armv7= compilation fails: LLVM ERROR: out of memory + BUILD_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}cython3>0:lang/cython3 LIB_DEPENDS= libpetsc.so:science/PETSc