Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 May 2024 19:11:58 GMT
From:      Robert Clausecker <fuz@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 12e7fdc3d5e4 - main - misc/openvdb: builds fine in an armv7 jail on arm64
Message-ID:  <202405061911.446JBwFu027231@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by fuz:

URL: https://cgit.FreeBSD.org/ports/commit/?id=12e7fdc3d5e4ef441fe41ad46978d4940ff991b4

commit 12e7fdc3d5e4ef441fe41ad46978d4940ff991b4
Author:     Robert Clausecker <fuz@FreeBSD.org>
AuthorDate: 2024-04-21 21:13:59 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2024-05-06 19:07:49 +0000

    misc/openvdb: builds fine in an armv7 jail on arm64
    
    The process limimts have been revised in a fix to PR 274705, making
    this port build fine.
    
    PR:             274705
    MFH:            2024Q2
    Approved by:    portmgr (build fix blanket)
---
 misc/openvdb/Makefile | 2 --
 1 file changed, 2 deletions(-)

diff --git a/misc/openvdb/Makefile b/misc/openvdb/Makefile
index 29dfc555f533..a5aa21cd4744 100644
--- a/misc/openvdb/Makefile
+++ b/misc/openvdb/Makefile
@@ -11,8 +11,6 @@ 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?202405061911.446JBwFu027231>