public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Orion Poplawski <orion@nwra.com>
To: git-commits@fedoraproject.org
Subject: [rpms/cgnslib] rawhide: Switch to Unix Makefiles to avoid build issue with Ninja
Date: Sun, 19 Jul 2026 03:03:36 GMT [thread overview]
Message-ID: <178443021692.1.1322098128079049505.rpms-cgnslib-3fb17867dbf4@fedoraproject.org> (raw)
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}
reply other threads:[~2026-07-19 3:03 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=178443021692.1.1322098128079049505.rpms-cgnslib-3fb17867dbf4@fedoraproject.org \
--to=orion@nwra.com \
--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