From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0A8681584AD for ; Tue, 29 Apr 2025 19:26:25 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id E4934340C33 for ; Tue, 29 Apr 2025 19:26:24 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 2F02C11036B; Tue, 29 Apr 2025 19:26:21 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 255F811036B for ; Tue, 29 Apr 2025 19:26:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B7E223409EC for ; Tue, 29 Apr 2025 19:26:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 23C5E2511 for ; Tue, 29 Apr 2025 19:26:19 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1745954737.9991eeb455dc0dd780be3ec637a72001d21c707d.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/openvdb/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/openvdb/openvdb-11.0.0-r1.ebuild X-VCS-Directories: media-gfx/openvdb/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 9991eeb455dc0dd780be3ec637a72001d21c707d X-VCS-Branch: master Date: Tue, 29 Apr 2025 19:26:19 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d83f60ff-239c-450a-90e1-de7ea1db541c X-Archives-Hash: 10772ab0aed6784e01859e88fa238a8c commit: 9991eeb455dc0dd780be3ec637a72001d21c707d Author: Sam James gentoo org> AuthorDate: Tue Apr 29 19:25:37 2025 +0000 Commit: Sam James gentoo org> CommitDate: Tue Apr 29 19:25:37 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9991eeb4 media-gfx/openvdb: fix llvm-r2 porting Bug: https://bugs.gentoo.org/934813 Signed-off-by: Sam James gentoo.org> media-gfx/openvdb/openvdb-11.0.0-r1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/media-gfx/openvdb/openvdb-11.0.0-r1.ebuild b/media-gfx/openvdb/openvdb-11.0.0-r1.ebuild index 1f4339ec235e..0c0b373285f3 100644 --- a/media-gfx/openvdb/openvdb-11.0.0-r1.ebuild +++ b/media-gfx/openvdb/openvdb-11.0.0-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{10..12} ) - +LLVM_OPTIONAL=1 LLVM_COMPAT=( 15 ) inherit cmake cuda flag-o-matic llvm-r2 multibuild python-single-r1 toolchain-funcs @@ -32,6 +32,7 @@ REQUIRED_USE=" abi$((OPENVDB_ABI - 1))-compat abi$((OPENVDB_ABI - 2))-compat ) + ax? ( ${LLVM_REQUIRED_USE} ) cpu_flags_x86_avx? ( cpu_flags_x86_sse4_2 ) python? ( ${PYTHON_REQUIRED_USE} ) blosc? ( zlib )