mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
media-libs/osl: move VEC_REPORT to USE=debug
BATCHED and SIMD support is iffy. This was intended to get better bug reports. Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/36062 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -32,7 +32,7 @@ X86_CPU_FEATURES=(
|
||||
)
|
||||
CPU_FEATURES=( "${X86_CPU_FEATURES[@]/#/cpu_flags_x86_}" )
|
||||
|
||||
IUSE="doc gui libcxx nofma partio qt6 test ${CPU_FEATURES[*]%:*} python"
|
||||
IUSE="debug doc gui libcxx nofma partio qt6 test ${CPU_FEATURES[*]%:*} python"
|
||||
RESTRICT="!test? ( test )"
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
|
||||
@@ -177,11 +177,16 @@ src_configure() {
|
||||
-DUSE_BATCHED="$(IFS=","; echo "${mybatched[*]}")"
|
||||
-DUSE_LIBCPLUSPLUS="$(usex libcxx)"
|
||||
-DUSE_OPTIX="no"
|
||||
-DVEC_REPORT="yes"
|
||||
|
||||
-DOpenImageIO_ROOT="${EPREFIX}/usr"
|
||||
)
|
||||
|
||||
if use debug; then
|
||||
mycmakeargs+=(
|
||||
-DVEC_REPORT="yes"
|
||||
)
|
||||
fi
|
||||
|
||||
if use gui; then
|
||||
mycmakeargs+=( -DUSE_QT="yes" )
|
||||
if ! use qt6; then
|
||||
|
||||
@@ -26,7 +26,7 @@ X86_CPU_FEATURES=(
|
||||
)
|
||||
CPU_FEATURES=( ${X86_CPU_FEATURES[@]/#/cpu_flags_x86_} )
|
||||
|
||||
IUSE="doc gui partio qt6 test ${CPU_FEATURES[@]%:*} python"
|
||||
IUSE="debug doc gui partio qt6 test ${CPU_FEATURES[@]%:*} python"
|
||||
RESTRICT="!test? ( test )"
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
|
||||
@@ -124,9 +124,14 @@ src_configure() {
|
||||
-DPYTHON_VERSION="${EPYTHON/python}"
|
||||
-DUSE_SIMD="$(IFS=","; echo "${mysimd[*]}")"
|
||||
-DUSE_BATCHED="$(IFS=","; echo "${mybatched[*]}")"
|
||||
-DVEC_REPORT=yes
|
||||
)
|
||||
|
||||
if use debug; then
|
||||
mycmakeargs+=(
|
||||
-DVEC_REPORT="yes"
|
||||
)
|
||||
fi
|
||||
|
||||
if use gui; then
|
||||
mycmakeargs+=( -DUSE_QT=yes )
|
||||
if ! use qt6; then
|
||||
|
||||
@@ -32,7 +32,7 @@ X86_CPU_FEATURES=(
|
||||
)
|
||||
CPU_FEATURES=( "${X86_CPU_FEATURES[@]/#/cpu_flags_x86_}" )
|
||||
|
||||
IUSE="doc gui libcxx nofma optix partio qt6 test ${CPU_FEATURES[*]%:*} python"
|
||||
IUSE="debug doc gui libcxx nofma optix partio qt6 test ${CPU_FEATURES[*]%:*} python"
|
||||
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
@@ -189,11 +189,16 @@ src_configure() {
|
||||
-DUSE_BATCHED="$(IFS=","; echo "${mybatched[*]}")"
|
||||
-DUSE_LIBCPLUSPLUS="$(usex libcxx)"
|
||||
-DOSL_USE_OPTIX="$(usex optix)"
|
||||
-DVEC_REPORT="yes"
|
||||
|
||||
-DOpenImageIO_ROOT="${EPREFIX}/usr"
|
||||
)
|
||||
|
||||
if use debug; then
|
||||
mycmakeargs+=(
|
||||
-DVEC_REPORT="yes"
|
||||
)
|
||||
fi
|
||||
|
||||
if use gui; then
|
||||
mycmakeargs+=( -DUSE_QT="yes" )
|
||||
if ! use qt6; then
|
||||
|
||||
@@ -32,7 +32,7 @@ X86_CPU_FEATURES=(
|
||||
)
|
||||
CPU_FEATURES=( "${X86_CPU_FEATURES[@]/#/cpu_flags_x86_}" )
|
||||
|
||||
IUSE="doc gui libcxx nofma optix partio qt6 test ${CPU_FEATURES[*]%:*} python"
|
||||
IUSE="debug doc gui libcxx nofma optix partio qt6 test ${CPU_FEATURES[*]%:*} python"
|
||||
RESTRICT="!test? ( test )"
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
|
||||
@@ -185,11 +185,16 @@ src_configure() {
|
||||
-DUSE_BATCHED="$(IFS=","; echo "${mybatched[*]}")"
|
||||
-DUSE_LIBCPLUSPLUS="$(usex libcxx)"
|
||||
-DOSL_USE_OPTIX="$(usex optix)"
|
||||
-DVEC_REPORT="yes"
|
||||
|
||||
-DOpenImageIO_ROOT="${EPREFIX}/usr"
|
||||
)
|
||||
|
||||
if use debug; then
|
||||
mycmakeargs+=(
|
||||
-DVEC_REPORT="yes"
|
||||
)
|
||||
fi
|
||||
|
||||
if use gui; then
|
||||
mycmakeargs+=( -DUSE_QT="yes" )
|
||||
if ! use qt6; then
|
||||
|
||||
@@ -32,7 +32,7 @@ X86_CPU_FEATURES=(
|
||||
)
|
||||
CPU_FEATURES=( "${X86_CPU_FEATURES[@]/#/cpu_flags_x86_}" )
|
||||
|
||||
IUSE="doc gui libcxx nofma optix partio qt6 test ${CPU_FEATURES[*]%:*} python"
|
||||
IUSE="debug doc gui libcxx nofma optix partio qt6 test ${CPU_FEATURES[*]%:*} python"
|
||||
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
@@ -189,11 +189,16 @@ src_configure() {
|
||||
-DUSE_BATCHED="$(IFS=","; echo "${mybatched[*]}")"
|
||||
-DUSE_LIBCPLUSPLUS="$(usex libcxx)"
|
||||
-DOSL_USE_OPTIX="$(usex optix)"
|
||||
-DVEC_REPORT="yes"
|
||||
|
||||
-DOpenImageIO_ROOT="${EPREFIX}/usr"
|
||||
)
|
||||
|
||||
if use debug; then
|
||||
mycmakeargs+=(
|
||||
-DVEC_REPORT="yes"
|
||||
)
|
||||
fi
|
||||
|
||||
if use gui; then
|
||||
mycmakeargs+=( -DUSE_QT="yes" )
|
||||
if ! use qt6; then
|
||||
|
||||
Reference in New Issue
Block a user