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
|
||||
Version: 3.1.4
|
||||
Release: 2
|
||||
Version: 4.2.6
|
||||
Release: 1
|
||||
Summary: Process Management Interface Exascale (PMIx)
|
||||
License: BSD
|
||||
URL: https://pmix.org
|
||||
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
|
||||
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
|
||||
Summary: Development files for pmix
|
||||
Requires: pmix = %{version}-%{release}
|
||||
Requires: %{name}-tools = %{version}-%{release}
|
||||
%description devel
|
||||
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
|
||||
Summary: Pmix tools
|
||||
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).
|
||||
|
||||
%prep
|
||||
%autosetup -n pmix-%{version}
|
||||
%autosetup -n pmix-%{version} -p1
|
||||
find src -name \*.l -print -exec touch --no-create {} \;
|
||||
|
||||
%build
|
||||
@ -61,29 +49,41 @@ find src -name \*.l -print -exec touch --no-create {} \;
|
||||
%postun devel -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%doc LICENSE README
|
||||
%doc LICENSE README.md
|
||||
%dir %{_datadir}/pmix
|
||||
%dir %{_libdir}/pmix
|
||||
%dir %{_sysconfdir}/pmix
|
||||
%config(noreplace) %{_sysconfdir}/pmix/*.conf
|
||||
%{_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
|
||||
%{_datadir}/pmix/*.supp
|
||||
%{_includedir}/pmix*.h
|
||||
%{_libdir}/{libmca_common_dstore.so,libpmix.so}
|
||||
|
||||
%files pmi
|
||||
%{_libdir}/{libpmi.so.1*,libpmi2.so.1*}
|
||||
|
||||
%files pmi-devel
|
||||
%{_includedir}/{pmi,pmi2}.h
|
||||
%{_libdir}/{libpmi.so,libpmi2.so}
|
||||
%{_includedir}/pmix/src/*
|
||||
%{_libdir}/libpmix.so
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
|
||||
%files tools
|
||||
%{_bindir}/*
|
||||
|
||||
%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
|
||||
- Package Init
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user