Compare commits

..

No commits in common. "a46085f8db44a1db5e8e551dea7d6504b04a266f" and "111b9febd381b89463ef470640d3f6cf0849a054" have entirely different histories.

4 changed files with 2 additions and 58 deletions

View File

@ -1,35 +0,0 @@
From 37384a0e2b00262eb380f5f0fb29aa5c94002dc1 Mon Sep 17 00:00:00 2001
From: Wenduo Wang <wenduwan@amazon.com>
Date: Wed, 21 Aug 2024 02:03:20 +0000
Subject: [PATCH] mca/pif: fix pmix_found_linux typo
This typo causes linux_ipv6 module to be skipped during configure.
It has been replaced with the OAC equivalent.
Signed-off-by: Wenduo Wang <wenduwan@amazon.com>
---
src/mca/pif/linux_ipv6/configure.m4 | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/src/mca/pif/linux_ipv6/configure.m4 b/src/mca/pif/linux_ipv6/configure.m4
index 1b7d21bf2f..2fd0da247e 100644
--- a/src/mca/pif/linux_ipv6/configure.m4
+++ b/src/mca/pif/linux_ipv6/configure.m4
@@ -5,6 +5,8 @@
# and Technology (RIST). All rights reserved.
# Copyright (c) 2016 Intel, Inc. All rights reserved.
# Copyright (c) 2023 Nanook Consulting. All rights reserved.
+# Copyright (c) 2024 Amazon.com, Inc. or its affiliates.
+# All Rights reserved.
# $COPYRIGHT$
#
# Additional copyrights may follow
@@ -29,7 +31,7 @@ AC_DEFUN([MCA_pmix_pif_linux_ipv6_CONFIG], [
AC_MSG_CHECKING([if we are on Linux with TCP])
# If we have struct sockaddr and we're on Linux, then we're
# happy.
- AS_IF([test "$pmix_found_sockaddr" = "yes" && test "$pmix_found_linux" = "yes"],
+ AS_IF([test "$pmix_found_sockaddr" = "yes" && test "$oac_found_linux" = "yes"],
[AC_MSG_RESULT([yes])
$1],
[AC_MSG_RESULT([no])

BIN
pmix-4.1.2.tar.bz2 Normal file

Binary file not shown.

Binary file not shown.

View File

@ -1,13 +1,11 @@
Name: pmix Name: pmix
Version: 5.0.3 Version: 4.1.2
Release: 1 Release: 1
Summary: Process Management Interface Exascale (PMIx) Summary: Process Management Interface Exascale (PMIx)
License: BSD License: BSD
URL: https://pmix.org URL: https://pmix.org
Source0: https://github.com/openpmix/openpmix/releases/download/v%{version}/pmix-%{version}.tar.bz2 Source0: https://github.com/openpmix/openpmix/releases/download/v%{version}/pmix-%{version}.tar.bz2
Patch0: fix-pmix_found_linux-typo.patch
BuildRequires: autoconf automake flex hwloc-devel libevent-devel libtool munge-devel perl-interpreter zlib-devel BuildRequires: autoconf automake flex hwloc-devel libevent-devel libtool munge-devel perl-interpreter zlib-devel
Obsoletes: pmix-pmi < 4.1.2 pmix-pmi-devel < 4.1.2
%description %description
PMI has been used for quite some time as a means of exchanging wireup information needed PMI has been used for quite some time as a means of exchanging wireup information needed
@ -50,23 +48,19 @@ find src -name \*.l -print -exec touch --no-create {} \;
%postun devel -p /sbin/ldconfig %postun devel -p /sbin/ldconfig
%files %files
%doc LICENSE README.md %doc LICENSE README
%dir %{_datadir}/pmix %dir %{_datadir}/pmix
%dir %{_libdir}/pmix %dir %{_libdir}/pmix
%dir %{_sysconfdir}/pmix %dir %{_sysconfdir}/pmix
%config(noreplace) %{_sysconfdir}/pmix/*.conf %config(noreplace) %{_sysconfdir}/pmix/*.conf
%{_datadir}/pmix/*.txt %{_datadir}/pmix/*.txt
%{_datadir}/doc/pmix/html/
%{_libdir}/libpmix.so.2* %{_libdir}/libpmix.so.2*
%{_libdir}/pmix/*.so %{_libdir}/pmix/*.so
%{_mandir}/man1/*.1* %{_mandir}/man1/*.1*
%{_mandir}/man3/*.3*
%{_mandir}/man5/*.5*
%files devel %files devel
%{_datadir}/pmix/*.supp %{_datadir}/pmix/*.supp
%{_includedir}/pmix*.h %{_includedir}/pmix*.h
%{_includedir}/pmix/src/*
%{_libdir}/libpmix.so %{_libdir}/libpmix.so
%{_libdir}/pkgconfig/*.pc %{_libdir}/pkgconfig/*.pc
@ -74,21 +68,6 @@ find src -name \*.l -print -exec touch --no-create {} \;
%{_bindir}/* %{_bindir}/*
%changelog %changelog
* Thu Dec 26 2024 wangkai <13474090681@163.com> - 5.0.3-1
- update to version 5.0.3 for fix remote execution command of openmpi
* Fri Feb 23 2024 liweigang <izmirvii@gmail.com> - 4.2.9-1
- update to version 4.2.9
* Thu Sep 21 2023 liyanan <thistleslyn@163.com> - 4.2.6-2
- Add Obsoletes pmix-pmi pmix-pmi-devel
* Mon Sep 18 2023 yaoxin <yao_xin001@hoperun.com> - 4.2.6-1
- Update to 4.2.6 for fix CVE-2023-41915
* Wed Jul 26 2023 yaoxin <yao_xin001@hoperun.com> - 4.2.4-1
- Update to 4.2.4
* Thu May 19 2022 liyanan <liyanan32@h-partners.com> - 4.1.2-1 * Thu May 19 2022 liyanan <liyanan32@h-partners.com> - 4.1.2-1
- Update to 4.1.2 - Update to 4.1.2