public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/vtk] rawhide: Disable MPI build when bootstrapping
@ 2026-09-24 13:55 Orion Poplawski
  0 siblings, 0 replies; only message in thread
From: Orion Poplawski @ 2026-09-24 13:55 UTC (permalink / raw)
  To: git-commits

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

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

only message in thread, other threads:[~2026-09-24 13:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-24 13:55 [rpms/vtk] rawhide: Disable MPI build when bootstrapping Orion Poplawski

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