Date: Mon, 29 Jan 2024 00:57:56 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: 1451f69ce398 - main - misc/openvdb: Broken on armv7 Message-ID: <202401290057.40T0vuF9021753@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=1451f69ce398d9ab211d478e6acc8ab72887bd5e commit 1451f69ce398d9ab211d478e6acc8ab72887bd5e Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-01-29 00:56:31 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-01-29 00:56:31 +0000 misc/openvdb: Broken on armv7 Reported by: fallout --- misc/openvdb/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/misc/openvdb/Makefile b/misc/openvdb/Makefile index 2a77dfd8bc11..d09a4d47ab6c 100644 --- a/misc/openvdb/Makefile +++ b/misc/openvdb/Makefile @@ -11,6 +11,8 @@ WWW= https://www.openvdb.org/ LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_armv7= compilation fails: LLVM ERROR: out of memory + LIB_DEPENDS= libblosc.so:archivers/c-blosc \ libboost_system.so:devel/boost-libs \ libImath.so:math/Imath \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401290057.40T0vuF9021753>