|
|
@ -1,10 +1,13 @@
|
|
|
|
Name: pmix
|
|
|
|
Name: pmix
|
|
|
|
Version: 3.2.3
|
|
|
|
Version: 4.2.8
|
|
|
|
Release: 3%{?dist}
|
|
|
|
Release: 3%{?dist}
|
|
|
|
Summary: Process Management Interface Exascale (PMIx)
|
|
|
|
Summary: Process Management Interface Exascale (PMIx)
|
|
|
|
License: BSD
|
|
|
|
License: BSD-3-Clause
|
|
|
|
URL: https://pmix.org/
|
|
|
|
URL: https://pmix.org/
|
|
|
|
Source0: https://github.com/pmix/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.bz2
|
|
|
|
Source0: https://github.com/openpmix/openpmix/releases/download/v%{version}/%{name}-%{version}.tar.bz2
|
|
|
|
|
|
|
|
# file missing from release
|
|
|
|
|
|
|
|
Source1: construct_event_strings.py
|
|
|
|
|
|
|
|
Patch1: https://github.com/openpmix/openpmix/pull/3245.patch
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: autoconf
|
|
|
|
BuildRequires: autoconf
|
|
|
|
BuildRequires: automake
|
|
|
|
BuildRequires: automake
|
|
|
@ -16,6 +19,9 @@ BuildRequires: libtool
|
|
|
|
BuildRequires: make
|
|
|
|
BuildRequires: make
|
|
|
|
BuildRequires: munge-devel
|
|
|
|
BuildRequires: munge-devel
|
|
|
|
BuildRequires: perl-interpreter
|
|
|
|
BuildRequires: perl-interpreter
|
|
|
|
|
|
|
|
BuildRequires: zlib-devel
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ExcludeArch: %{ix86}
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
|
The Process Management Interface (PMI) has been used for quite some time as
|
|
|
|
The Process Management Interface (PMI) has been used for quite some time as
|
|
|
@ -39,26 +45,11 @@ scalability.
|
|
|
|
%package devel
|
|
|
|
%package devel
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
Requires: %{name}-tools%{?_isa} = %{version}-%{release}
|
|
|
|
%description devel
|
|
|
|
%description devel
|
|
|
|
The %{name}-devel package contains libraries and header files for
|
|
|
|
The %{name}-devel package contains libraries and header files for
|
|
|
|
developing applications that use %{name}.
|
|
|
|
developing applications that use %{name}.
|
|
|
|
|
|
|
|
|
|
|
|
%package pmi
|
|
|
|
|
|
|
|
Summary: The %{name} implementation of libpmi and libpmi2
|
|
|
|
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
Conflicts: slurm-pmi
|
|
|
|
|
|
|
|
%description pmi
|
|
|
|
|
|
|
|
The %{name}-pmi package contains the %{name} implementation of
|
|
|
|
|
|
|
|
the libpmi and libpmi2 backward-compatibility libraries.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%package pmi-devel
|
|
|
|
|
|
|
|
Summary: Development files for %{name}-pmi
|
|
|
|
|
|
|
|
Requires: %{name}-pmi%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
Conflicts: slurm-pmi-devel
|
|
|
|
|
|
|
|
%description pmi-devel
|
|
|
|
|
|
|
|
The %{name}-pmi-devel package contains the development files for
|
|
|
|
|
|
|
|
the libpmi and libpmi2 backward-compatibility libraries.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%package tools
|
|
|
|
%package tools
|
|
|
|
Summary: Tools for %{name}
|
|
|
|
Summary: Tools for %{name}
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
@ -71,20 +62,23 @@ based starters (e.g., mpirun).
|
|
|
|
* pevent - inject an event into the system
|
|
|
|
* pevent - inject an event into the system
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%setup -q -n %{name}-%{version}
|
|
|
|
%autosetup -p1
|
|
|
|
|
|
|
|
cp %{S:1} contrib/
|
|
|
|
|
|
|
|
|
|
|
|
# touch lexer sources to recompile them
|
|
|
|
# touch lexer sources to recompile them
|
|
|
|
find src -name \*.l -print -exec touch --no-create {} \;
|
|
|
|
find src -name \*.l -print -exec touch --no-create {} \;
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
%{_builddir}/%{name}-%{version}/autogen.pl
|
|
|
|
export CFLAGS="%{build_cflags} -Wno-unused-function -Wno-attributes"
|
|
|
|
%configure \
|
|
|
|
%configure \
|
|
|
|
--prefix=%{_prefix} \
|
|
|
|
--prefix=%{_prefix} \
|
|
|
|
--sysconfdir=%{_sysconfdir}/%{name} \
|
|
|
|
--sysconfdir=%{_sysconfdir}/%{name} \
|
|
|
|
--disable-static \
|
|
|
|
--disable-static \
|
|
|
|
--disable-silent-rules \
|
|
|
|
--disable-silent-rules \
|
|
|
|
|
|
|
|
--enable-wrapper-rpath=no \
|
|
|
|
|
|
|
|
--enable-wrapper-runpath=no \
|
|
|
|
|
|
|
|
--enable-ipv6 \
|
|
|
|
--enable-shared \
|
|
|
|
--enable-shared \
|
|
|
|
--enable-pmi-backward-compatibility \
|
|
|
|
|
|
|
|
--with-munge
|
|
|
|
--with-munge
|
|
|
|
|
|
|
|
|
|
|
|
%make_build
|
|
|
|
%make_build
|
|
|
@ -103,42 +97,96 @@ find %{buildroot} -name '*.la' | xargs rm -f
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%files
|
|
|
|
%license LICENSE
|
|
|
|
%license LICENSE
|
|
|
|
%doc README
|
|
|
|
%doc README.md
|
|
|
|
%dir %{_datadir}/%{name}
|
|
|
|
%dir %{_datadir}/%{name}
|
|
|
|
%dir %{_libdir}/%{name}
|
|
|
|
%dir %{_libdir}/%{name}
|
|
|
|
%dir %{_sysconfdir}/%{name}
|
|
|
|
%dir %{_sysconfdir}/%{name}
|
|
|
|
%config(noreplace) %{_sysconfdir}/%{name}/*.conf
|
|
|
|
%config(noreplace) %{_sysconfdir}/%{name}/*.conf
|
|
|
|
%{_datadir}/%{name}/*.txt
|
|
|
|
%{_datadir}/%{name}/*.txt
|
|
|
|
%{_libdir}/libmca_common_dstore.so.1*
|
|
|
|
|
|
|
|
%{_libdir}/libpmix.so.2*
|
|
|
|
%{_libdir}/libpmix.so.2*
|
|
|
|
%{_libdir}/%{name}/*.so
|
|
|
|
%{_libdir}/%{name}/*.so
|
|
|
|
|
|
|
|
%{_mandir}/man1/*.1*
|
|
|
|
|
|
|
|
%{_mandir}/man5/*.5*
|
|
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%files devel
|
|
|
|
%{_datadir}/%{name}/*.supp
|
|
|
|
%{_datadir}/%{name}/*.supp
|
|
|
|
%{_includedir}/pmix*.h
|
|
|
|
%{_includedir}/pmix*.h
|
|
|
|
%{_libdir}/libmca_common_dstore.so
|
|
|
|
%{_includedir}/pmix/
|
|
|
|
%{_libdir}/libpmix.so
|
|
|
|
%{_libdir}/libpmix.so
|
|
|
|
%{_libdir}/pkgconfig/*.pc
|
|
|
|
%{_libdir}/pkgconfig/*.pc
|
|
|
|
|
|
|
|
%{_docdir}/%{name}/
|
|
|
|
%files pmi
|
|
|
|
%{_mandir}/man3/*.3*
|
|
|
|
%{_libdir}/libpmi.so.1*
|
|
|
|
|
|
|
|
%{_libdir}/libpmi2.so.1*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files pmi-devel
|
|
|
|
|
|
|
|
%{_includedir}/{pmi,pmi2}.h
|
|
|
|
|
|
|
|
%{_libdir}/libpmi.so
|
|
|
|
|
|
|
|
%{_libdir}/libpmi2.so
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files tools
|
|
|
|
%files tools
|
|
|
|
%{_bindir}/*
|
|
|
|
%{_bindir}/*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 3.2.3-3
|
|
|
|
* Fri Oct 25 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 4.2.8-3
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
- Rebuilt for MSVSphere 10
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 4.2.8-3
|
|
|
|
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 4.2.8-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Jan 21 2024 Sérgio Basto <sergio@serjux.com> - 4.2.8-1
|
|
|
|
|
|
|
|
- Update pmix to 4.2.8
|
|
|
|
|
|
|
|
- Exclude ix86, configure: abort in 32-bit environments
|
|
|
|
|
|
|
|
https://github.com/openpmix/openpmix/pull/2892
|
|
|
|
|
|
|
|
and Open MPI v5.0.x does not support 32 bit
|
|
|
|
|
|
|
|
https://github.com/open-mpi/ompi/issues/11248
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 4.2.7-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
- Fix GCC-14 new errors (https://github.com/openpmix/openpmix/pull/3245)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Oct 27 2023 Orion Poplawski <orion@nwra.com> - 4.2.7-1
|
|
|
|
|
|
|
|
- Update to 4.2.7
|
|
|
|
|
|
|
|
- Enable IPv6 support
|
|
|
|
|
|
|
|
- Disable wrapper rpath
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Sep 14 2023 Michel Lind <salimma@fedoraproject.org> - 4.1.3-1
|
|
|
|
|
|
|
|
- Fix CVE-2023-41915
|
|
|
|
|
|
|
|
- Update upstream source URL; pmix/pmix redirects to openpmix/openpmix
|
|
|
|
|
|
|
|
- Use SPDX license identifier
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 4.1.2-5
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 4.1.2-4
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 4.1.2-3
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sun May 15 2022 Philip Kovacs <pkfed@fedoraproject.org> - 4.1.2-2
|
|
|
|
|
|
|
|
- Add pmix-tools dependency to pmix-devel (e.g. for pmixcc)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Feb 12 2022 Philip Kovacs <pkfed@fedoraproject.org> - 4.1.2-1
|
|
|
|
|
|
|
|
- Update to 4.1.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 4.1.1-0.2.rc6
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jan 14 2022 Philip Kovacs <pkfed@fedoraproject.org> - 4.1.1-0.1.rc6
|
|
|
|
|
|
|
|
- Update to 4.1.1rc6
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Nov 7 2021 Philip Kovacs <pkfed@fedoraproject.org> - 4.1.1-0.1.rc5
|
|
|
|
|
|
|
|
- Update to 4.1.1rc5
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Oct 12 2021 Philip Kovacs <pkfed@fedoraproject.org> - 4.1.1-0.1.rc4
|
|
|
|
|
|
|
|
- Update to 4.1.1rc4
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Oct 11 2021 Philip Kovacs <pkfed@fedoraproject.org> - 4.1.0-2
|
|
|
|
|
|
|
|
- Add zlib support
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Oct 08 2021 Philip Kovacs <pkfed@fedoraproject.org> - 4.1.0-1
|
|
|
|
|
|
|
|
- Update to 4.1.0
|
|
|
|
|
|
|
|
- Remove pmix v1/2 backward compatibility subpackages
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 3.2.3-2
|
|
|
|
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.3-2
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Feb 16 2021 Philip Kovacs <pkfed@fedoraproject.org> - 3.2.3-1
|
|
|
|
* Tue Feb 16 2021 Philip Kovacs <pkfed@fedoraproject.org> - 3.2.3-1
|
|
|
|
* Update to 3.2.3
|
|
|
|
* Update to 3.2.3
|
|
|
|