public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Benjamin A. Beasley <code@musicinmybrain.net>
To: git-commits@fedoraproject.org
Subject: [rpms/usd] rawhide: No longer explicitly demand the ninja backend for CMake
Date: Sat, 19 Sep 2026 21:07:39 GMT	[thread overview]
Message-ID: <178985205906.1.18272935747854576617.rpms-usd-1776c7c80105@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/usd
            Branch : rawhide
            Commit : 1776c7c801056927547d3ee64a7313b5ed6e7e76
            Author : Benjamin A. Beasley <code@musicinmybrain.net>
            Date   : 2026-09-19T07:32:38+01:00
            Stats  : +0/-10 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/usd/c/1776c7c801056927547d3ee64a7313b5ed6e7e76?branch=rawhide

            Log:
            No longer explicitly demand the ninja backend for CMake

It’s now the default in Fedora.

[skip changelog]

---
diff --git a/usd.spec b/usd.spec
index 85a52b2..a46123c 100644
--- a/usd.spec
+++ b/usd.spec
@@ -9,10 +9,6 @@
 %bcond embree        1
 %bcond jemalloc      0
 %bcond materialx     1
-# Default "UNIX Makefiles" backend for CMake would also work fine; ninja is a
-# bit faster. We conditionalize it just in case there are backend-specific
-# issues in the future.
-%bcond ninja         1
 %bcond openshading   1
 %bcond openvdb       1
 %bcond ocio          1
@@ -164,9 +160,6 @@ Patch:          0001-Replace-PyWeakref_GetObject-with-PyWeakref_GetRef.patch
 BuildRequires:  gcc-c++
 
 BuildRequires:  cmake
-%if %{with ninja}
-BuildRequires:  ninja-build
-%endif
 
 BuildRequires:  dos2unix
 BuildRequires:  help2man
@@ -599,9 +592,6 @@ extra_flags="${extra_flags-} $(pkgconf --cflags Imath)"
 extra_flags="${extra_flags-} -DTBB_SUPPRESS_DEPRECATED_MESSAGES=1"
 
 %cmake \
-%if %{with ninja}
-    -GNinja \
-%endif
 %if %{with jemalloc}
     -DPXR_MALLOC_LIBRARY="%{_libdir}/libjemalloc.so" \
 %endif

                 reply	other threads:[~2026-09-19 21:07 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178985205906.1.18272935747854576617.rpms-usd-1776c7c80105@fedoraproject.org \
    --to=code@musicinmybrain.net \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox