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/intel-mpi-benchmarks] epel10: Rebuild for openmpi 5.0.0, drops support for i686
Date: Wed, 22 Jul 2026 12:58:54 GMT	[thread overview]
Message-ID: <178472513482.1.17029599145794769149.rpms-intel-mpi-benchmarks-541d2e84fd64@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/intel-mpi-benchmarks
Branch : epel10
Commit : 541d2e84fd646e468af23d5441c24fe886b0923e
Author : Orion Poplawski <orion@nwra.com>
Date   : 2023-10-29T13:32:47-06:00
Stats  : +22/-1 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/intel-mpi-benchmarks/c/541d2e84fd646e468af23d5441c24fe886b0923e?branch=epel10

Log:
Rebuild for openmpi 5.0.0, drops support for i686

---
diff --git a/intel-mpi-benchmarks.spec b/intel-mpi-benchmarks.spec
index 69d15ae..d520d73 100644
--- a/intel-mpi-benchmarks.spec
+++ b/intel-mpi-benchmarks.spec
@@ -1,7 +1,17 @@
+%if 0%{?fedora} >= 40
+%ifarch %{ix86}
+%bcond_with openmpi
+%else
+%bcond_without openmpi
+%endif
+%else
+%bcond_without openmpi
+%endif
+
 Summary: Intel MPI benchmarks
 Name:    intel-mpi-benchmarks
 Version: 2021.3
-Release: 4%{?dist}
+Release: 5%{?dist}
 License: CPL
 URL:     https://software.intel.com/en-us/articles/intel-mpi-benchmarks
 Source0: https://github.com/intel/mpi-benchmarks/archive/IMB-v%{version}.tar.gz
@@ -25,6 +35,7 @@ BuildArch: noarch
 %description license
 This package contains the license of Intel MPI benchmarks.
 
+%if %{with openmpi}
 %package openmpi
 Summary: Intel MPI benchmarks compiled against openmpi
 BuildRequires: openmpi-devel
@@ -35,6 +46,7 @@ Requires: %{name}-license = %{version}-%{release}
 %{desc}
 
 This package was built against the Open MPI implementation of MPI.
+%endif
 
 %package mpich
 Summary: Intel MPI benchmarks compiled against mpich
@@ -63,9 +75,11 @@ do_build() {
 }
 
 # do N builds, one for each mpi stack
+%if %{with openmpi}
 %{_openmpi_load}
 do_build
 %{_openmpi_unload}
+%endif
 
 %{_mpich_load}
 do_build
@@ -82,9 +96,11 @@ do_install() {
 }
 
 # do N installs, one for each mpi stack
+%if %{with openmpi}
 %{_openmpi_load}
 do_install
 %{_openmpi_unload}
+%endif
 
 %{_mpich_load}
 do_install
@@ -93,13 +109,18 @@ do_install
 %files license
 %license license/{,use-of-trademark-}license.txt
 
+%if %{with openmpi}
 %files openmpi
 %{_libdir}/openmpi/bin/IMB-{MPI1,EXT,IO,NBC,RMA,MT,P2P}_openmpi
+%endif
 
 %files mpich
 %{_libdir}/mpich/bin/IMB-{MPI1,EXT,IO,NBC,RMA,MT,P2P}_mpich
 
 %changelog
+* Sun Oct 29 2023 Orion Poplawski <orion@nwra.com> - 2021.3-5
+- Rebuild for openmpi 5.0.0, drops support for i686
+
 * Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2021.3-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
 

                 reply	other threads:[~2026-07-22 12:58 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=178472513482.1.17029599145794769149.rpms-intel-mpi-benchmarks-541d2e84fd64@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