Date: Tue, 24 Dec 2024 10:12:08 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: f36377491072 - main - math/py-petsc4py: Broken on armv7 Message-ID: <202412241012.4BOAC8sa084577@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=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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202412241012.4BOAC8sa084577>