Compare commits
No commits in common. "28fadace465b90ee4e969eb3a0b6791c4a0373e4" and "c012f285b3c640641ae7c28a0462b96d23fe5bbc" have entirely different histories.
28fadace46
...
c012f285b3
BIN
pmix-3.1.4.tar.bz2
Normal file
BIN
pmix-3.1.4.tar.bz2
Normal file
Binary file not shown.
Binary file not shown.
56
pmix.spec
56
pmix.spec
@ -1,12 +1,11 @@
|
||||
Name: pmix
|
||||
Version: 4.2.6
|
||||
Release: 1
|
||||
Version: 3.1.4
|
||||
Release: 2
|
||||
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 zlib-devel
|
||||
Obsoletes: pmix-pmi < 4.1.2 pmix-pmi-devel < 4.1.2
|
||||
BuildRequires: autoconf automake flex hwloc-devel libevent-devel libtool munge-devel perl-interpreter
|
||||
|
||||
%description
|
||||
PMI has been used for quite some time as a means of exchanging wireup information needed
|
||||
@ -15,10 +14,23 @@ 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}
|
||||
@ -26,7 +38,7 @@ Requires: pmix = %{version}-%{release}
|
||||
Contains for use with PMIx-based RMs and language-based starters (e.g., mpirun).
|
||||
|
||||
%prep
|
||||
%autosetup -n pmix-%{version} -p1
|
||||
%autosetup -n pmix-%{version}
|
||||
find src -name \*.l -print -exec touch --no-create {} \;
|
||||
|
||||
%build
|
||||
@ -49,41 +61,29 @@ find src -name \*.l -print -exec touch --no-create {} \;
|
||||
%postun devel -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%doc LICENSE README.md
|
||||
%doc LICENSE README
|
||||
%dir %{_datadir}/pmix
|
||||
%dir %{_libdir}/pmix
|
||||
%dir %{_sysconfdir}/pmix
|
||||
%config(noreplace) %{_sysconfdir}/pmix/*.conf
|
||||
%{_datadir}/pmix/*.txt
|
||||
%{_datadir}/doc/pmix/html/
|
||||
%{_libdir}/libpmix.so.2*
|
||||
%{_libdir}/pmix/*.so
|
||||
%{_mandir}/man1/*.1*
|
||||
%{_mandir}/man3/*.3*
|
||||
%{_mandir}/man5/*.5*
|
||||
%{_libdir}/{libmca_common_dstore.so.1*,libpmix.so.2*,pmix/*.so}
|
||||
|
||||
%files devel
|
||||
%{_datadir}/pmix/*.supp
|
||||
%{_includedir}/pmix*.h
|
||||
%{_includedir}/pmix/src/*
|
||||
%{_libdir}/libpmix.so
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
%{_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}
|
||||
|
||||
%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