public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/blender] rawhide: Fix USD support removing it from ppc64 arch
@ 2026-09-21 23:59 Luya Tshimbalanga
0 siblings, 0 replies; only message in thread
From: Luya Tshimbalanga @ 2026-09-21 23:59 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/blender
Branch : rawhide
Commit : 58a9cc996cc1451bf3885a97b792bbd8a2cf0d09
Author : Luya Tshimbalanga <luya@fedoraproject.org>
Date : 2026-09-21T16:59:08-07:00
Stats : +4/-4 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/blender/c/58a9cc996cc1451bf3885a97b792bbd8a2cf0d09?branch=rawhide
Log:
Fix USD support removing it from ppc64 arch
---
diff --git a/blender.spec b/blender.spec
index 0306577..373724a 100644
--- a/blender.spec
+++ b/blender.spec
@@ -20,23 +20,23 @@
%{error:--with clang requires --with llvm}
%endif
-# Cycles and USD are available on Fedora's supported 64-bit little-endian
+# Cycles are available on Fedora's supported 64-bit little-endian
# architectures.
%ifarch x86_64 aarch64 ppc64le
%global cyclesflag ON
-%bcond usd 1
%else
%global cyclesflag OFF
-%bcond usd 0
%endif
-# Embree and HIDAPI are available on x86_64 and aarch64.
+# Embree, HIDAPI and USD are available on x86_64 and aarch64.
%ifarch x86_64 aarch64
%bcond embree 1
%bcond hidapi 1
+%bcond usd 1
%else
%bcond embree 0
%bcond hidapi 0
+%bcond usd 0
%endif
# GPU kernel generation and OSL/path-guiding support are currently x86_64-only.
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-21 23:59 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-21 23:59 [rpms/blender] rawhide: Fix USD support removing it from ppc64 arch Luya Tshimbalanga
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox