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/vtk] rawhide: Disable MPI build when bootstrapping
Date: Thu, 24 Sep 2026 13:55:13 GMT [thread overview]
Message-ID: <179025811355.1.8519799940404538268.rpms-vtk-5a3e70cd5f94@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/vtk
Branch : rawhide
Commit : 5a3e70cd5f942a512b4c8c8d171b08ee2b74c7e1
Author : Orion Poplawski <orion@nwra.com>
Date : 2026-09-24T07:55:07-06:00
Stats : +2/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/vtk/c/5a3e70cd5f942a512b4c8c8d171b08ee2b74c7e1?branch=rawhide
Log:
Disable MPI build when bootstrapping
---
diff --git a/vtk.spec b/vtk.spec
index 4ad5f8e..30437fc 100644
--- a/vtk.spec
+++ b/vtk.spec
@@ -15,7 +15,8 @@
%else
%bcond_with java
%endif
-%if 0%{?flatpak}
+# At the moment, bootstrap deps are non-MPI so disable MPI builds to speed up the process
+%if %{with bootstrap} || 0%{?flatpak}
%bcond_with mpich
%bcond_with openmpi
%else
reply other threads:[~2026-09-24 13:55 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=179025811355.1.8519799940404538268.rpms-vtk-5a3e70cd5f94@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