forked from microsoft/azurelinux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
revert openmpi changes (microsoft#8266)
- Loading branch information
Showing
1 changed file
with
1 addition
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,7 +28,7 @@ | |
Summary: Open Message Passing Interface | ||
Name: openmpi%{?_cc_name_suffix} | ||
Version: 4.1.5 | ||
Release: 2%{?dist} | ||
Release: 1%{?dist} | ||
License: BSD AND MIT | ||
Vendor: Microsoft Corporation | ||
Distribution: Azure Linux | ||
|
@@ -229,7 +229,6 @@ make check | |
%{_libdir}/%{name}/bin/oshrun | ||
%{_libdir}/%{name}/bin/shmemrun | ||
%endif | ||
%{_libdir}/libOpenIPMIglib.so* | ||
%{_libdir}/%{name}/lib/*.so.40* | ||
%{_libdir}/%{name}/lib/libmca_common_ofi.so.10* | ||
%{_libdir}/%{name}/lib/libmca*.so.41* | ||
|
@@ -304,9 +303,6 @@ make check | |
%{python3_sitearch}/openmpi.pth | ||
|
||
%changelog | ||
* Thu Dec 07 2023 Andrew Phelps <[email protected]> - 4.1.5-2 | ||
- Update file list | ||
|
||
* Mon Nov 06 2023 CBL-Mariner Servicing Account <[email protected]> - 4.1.5-1 | ||
- Auto-upgrade to 4.1.5 - Azure Linux 3.0 - package upgrades | ||
|
||
|