public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/cgnslib] rawhide: Switch to Unix Makefiles to avoid build issue with Ninja
@ 2026-07-19  3:03 Orion Poplawski
  0 siblings, 0 replies; only message in thread
From: Orion Poplawski @ 2026-07-19  3:03 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/cgnslib
Branch : rawhide
Commit : 3fb17867dbf425afda6daaf2d95fe5005e7c39fd
Author : Orion Poplawski <orion@nwra.com>
Date   : 2026-07-18T21:03:32-06:00
Stats  : +4/-0 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/cgnslib/c/3fb17867dbf425afda6daaf2d95fe5005e7c39fd?branch=rawhide

Log:
Switch to Unix Makefiles to avoid build issue with Ninja

---
diff --git a/cgnslib.spec b/cgnslib.spec
index d0c8578..0546085 100644
--- a/cgnslib.spec
+++ b/cgnslib.spec
@@ -5,6 +5,10 @@
 %endif
 %bcond mpich %{undefined flatpak}
 
+# Ninja build fails with "multiple rules generate src/ptests/testing_utils.mod."
+# https://github.com/CGNS/CGNS/issues/968
+%global _cmake_generator "Unix Makefiles"
+
 Name:           cgnslib
 Version:        4.5.2
 Release:        2%{?dist}

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-19  3:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-19  3:03 [rpms/cgnslib] rawhide: Switch to Unix Makefiles to avoid build issue with Ninja Orion Poplawski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox