public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/intel-mpi-benchmarks] epel10: remove MPI_SUFFIX from the names of binaries
@ 2026-07-22 12:58 Michal Schmidt
0 siblings, 0 replies; only message in thread
From: Michal Schmidt @ 2026-07-22 12:58 UTC (permalink / raw)
To: git-commits
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-22 12:58 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-22 12:58 [rpms/intel-mpi-benchmarks] epel10: remove MPI_SUFFIX from the names of binaries Michal Schmidt
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox