mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2026-05-06 07:27:03 -04:00
media-gfx/openvdb: fix DoubleEmptyLine
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Copyright 1999-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@@ -339,7 +339,6 @@ my_src_configure() {
|
||||
einfo "Building with CUDAARCHS=${CUDAARCHS}"
|
||||
fi
|
||||
|
||||
|
||||
if [[ ! -v CUDAHOSTCXX ]]; then
|
||||
local -x CUDAHOSTCXX
|
||||
CUDAHOSTCXX="$(cuda_get_host_compiler)"
|
||||
@@ -349,7 +348,6 @@ my_src_configure() {
|
||||
CUDAHOSTLD="$(tc-getCXX)"
|
||||
fi
|
||||
|
||||
|
||||
if tc-is-gcc; then
|
||||
# Filter out IMPLICIT_LINK_DIRECTORIES picked up by CMAKE_DETERMINE_COMPILER_ABI(CUDA)
|
||||
# See /usr/share/cmake/Help/variable/CMAKE_LANG_IMPLICIT_LINK_DIRECTORIES.rst
|
||||
|
||||
Reference in New Issue
Block a user