public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Michal Schmidt <mschmidt@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/intel-mpi-benchmarks] epel10: remove MPI_SUFFIX from the names of binaries
Date: Wed, 22 Jul 2026 12:58:58 GMT [thread overview]
Message-ID: <178472513816.1.4851679014449901066.rpms-intel-mpi-benchmarks-541adf6d0171@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/intel-mpi-benchmarks
Branch : epel10
Commit : 541adf6d017163a8f168e606db6983b19dcccb94
Author : Michal Schmidt <mschmidt@redhat.com>
Date : 2024-08-07T21:23:03+02:00
Stats : +3/-3 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/intel-mpi-benchmarks/c/541adf6d017163a8f168e606db6983b19dcccb94?branch=epel10
Log:
remove MPI_SUFFIX from the names of binaries
The suffix serves no good purpose. The binaries are already separated by
MPI_BIN.
If anyone needs the old names, we can consider adding symlinks.
---
diff --git a/intel-mpi-benchmarks.spec b/intel-mpi-benchmarks.spec
index f94dd91..f0738a3 100644
--- a/intel-mpi-benchmarks.spec
+++ b/intel-mpi-benchmarks.spec
@@ -84,7 +84,7 @@ do_install() {
mkdir -p %{buildroot}$MPI_BIN
cd build-$MPI_COMPILER
for f in IMB-*; do
- cp "$f" "%{buildroot}$MPI_BIN/${f}$MPI_SUFFIX"
+ cp "$f" "%{buildroot}$MPI_BIN/"
done
cd ..
}
@@ -102,10 +102,10 @@ do_install
%license license/{,use-of-trademark-}license.txt
%files openmpi
-%{_libdir}/openmpi/bin/IMB-{MPI1,EXT,IO,NBC,RMA,MT,P2P}_openmpi
+%{_libdir}/openmpi/bin/IMB-{MPI1,EXT,IO,NBC,RMA,MT,P2P}
%files mpich
-%{_libdir}/mpich/bin/IMB-{MPI1,EXT,IO,NBC,RMA,MT,P2P}_mpich
+%{_libdir}/mpich/bin/IMB-{MPI1,EXT,IO,NBC,RMA,MT,P2P}
%changelog
%autochangelog
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=178472513816.1.4851679014449901066.rpms-intel-mpi-benchmarks-541adf6d0171@fedoraproject.org \
--to=mschmidt@redhat.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