Compare commits
10 Commits
c012f285b3
...
28fadace46
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
28fadace46 | ||
|
|
d7362f3edb | ||
|
|
2193e8351d | ||
|
|
5966253fd7 | ||
|
|
e954618aa1 | ||
|
|
7f0efcebb0 | ||
|
|
017d078c64 | ||
|
|
fa48a8232a | ||
|
|
1a6052353e | ||
|
|
00e093c1c9 |
Binary file not shown.
BIN
pmix-4.2.6.tar.bz2
Normal file
BIN
pmix-4.2.6.tar.bz2
Normal file
Binary file not shown.
56
pmix.spec
56
pmix.spec
@ -1,11 +1,12 @@
|
|||||||
Name: pmix
|
Name: pmix
|
||||||
Version: 3.1.4
|
Version: 4.2.6
|
||||||
Release: 2
|
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
|
||||||
BuildRequires: autoconf automake flex hwloc-devel libevent-devel libtool munge-devel perl-interpreter
|
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
|
||||||
@ -14,23 +15,10 @@ for interprocess communication.
|
|||||||
%package devel
|
%package devel
|
||||||
Summary: Development files for pmix
|
Summary: Development files for pmix
|
||||||
Requires: pmix = %{version}-%{release}
|
Requires: pmix = %{version}-%{release}
|
||||||
|
Requires: %{name}-tools = %{version}-%{release}
|
||||||
%description devel
|
%description devel
|
||||||
Libraries and header files for developing with pmix.
|
Libraries and header files for developing with pmix.
|
||||||
|
|
||||||
%package pmi
|
|
||||||
Summary: Pmix implementation of libpmi and libpmi2
|
|
||||||
Requires: pmix = %{version}-%{release}
|
|
||||||
Conflicts: slurm-pmi
|
|
||||||
%description pmi
|
|
||||||
The pmix implementation of the libpmi and libpmi2 backward-compatibility libraries.
|
|
||||||
|
|
||||||
%package pmi-devel
|
|
||||||
Summary: Development files for pmix-pmi
|
|
||||||
Requires: pmix-pmi = %{version}-%{release}
|
|
||||||
Conflicts: slurm-pmi-devel
|
|
||||||
%description pmi-devel
|
|
||||||
The development files for the libpmi and libpmi2 backward-compatibility libraries.
|
|
||||||
|
|
||||||
%package tools
|
%package tools
|
||||||
Summary: Pmix tools
|
Summary: Pmix tools
|
||||||
Requires: pmix = %{version}-%{release}
|
Requires: pmix = %{version}-%{release}
|
||||||
@ -38,7 +26,7 @@ Requires: pmix = %{version}-%{release}
|
|||||||
Contains for use with PMIx-based RMs and language-based starters (e.g., mpirun).
|
Contains for use with PMIx-based RMs and language-based starters (e.g., mpirun).
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n pmix-%{version}
|
%autosetup -n pmix-%{version} -p1
|
||||||
find src -name \*.l -print -exec touch --no-create {} \;
|
find src -name \*.l -print -exec touch --no-create {} \;
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -61,29 +49,41 @@ find src -name \*.l -print -exec touch --no-create {} \;
|
|||||||
%postun devel -p /sbin/ldconfig
|
%postun devel -p /sbin/ldconfig
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc LICENSE README
|
%doc LICENSE README.md
|
||||||
%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
|
||||||
%{_libdir}/{libmca_common_dstore.so.1*,libpmix.so.2*,pmix/*.so}
|
%{_datadir}/doc/pmix/html/
|
||||||
|
%{_libdir}/libpmix.so.2*
|
||||||
|
%{_libdir}/pmix/*.so
|
||||||
|
%{_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
|
||||||
%{_libdir}/{libmca_common_dstore.so,libpmix.so}
|
%{_includedir}/pmix/src/*
|
||||||
|
%{_libdir}/libpmix.so
|
||||||
%files pmi
|
%{_libdir}/pkgconfig/*.pc
|
||||||
%{_libdir}/{libpmi.so.1*,libpmi2.so.1*}
|
|
||||||
|
|
||||||
%files pmi-devel
|
|
||||||
%{_includedir}/{pmi,pmi2}.h
|
|
||||||
%{_libdir}/{libpmi.so,libpmi2.so}
|
|
||||||
|
|
||||||
%files tools
|
%files tools
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Sep 18 2023 yaoxin <yao_xin001@hoperun.com> - 4.2.6-1
|
||||||
|
- Update to 4.2.6 for fix CVE-2023-41915
|
||||||
|
|
||||||
|
* Mon Jun 12 2023 liyanan <thistleslyn@163.com> - 4.1.2-2
|
||||||
|
- Add Obsoletes pmix-pmi pmix-pmi-devel
|
||||||
|
|
||||||
|
* Thu May 19 2022 liyanan <liyanan32@h-partners.com> - 4.1.2-1
|
||||||
|
- Update to 4.1.2
|
||||||
|
|
||||||
|
* Sat Sep 18 2021 caodongxia <caodongxia@huawei.com> - 3.1.4-3
|
||||||
|
- Correct the help information
|
||||||
|
|
||||||
* Wed Mar 4 2020 Ling Yang <lingyang2@huawei.com> - 3.1.4-2
|
* Wed Mar 4 2020 Ling Yang <lingyang2@huawei.com> - 3.1.4-2
|
||||||
- Package Init
|
- Package Init
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user