Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
d6e7446a90
!23 Add Obsoletes pmix-pmi pmix-pmi-devel
From: @lyn1001 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
2023-09-21 11:49:22 +00:00
lyn1001
96e250ef2c Add Obsoletes pmix-pmi pmix-pmi-devel 2023-09-21 19:13:42 +08:00
openeuler-ci-bot
40d4d761de
!18 Update to 4.2.6 for fix CVE-2023-41915
From: @starlet-dx 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
2023-09-18 12:31:42 +00:00
starlet-dx
2b4d40f2f9 Update to 4.2.6 for fix CVE-2023-41915 2023-09-18 19:34:18 +08:00
openeuler-ci-bot
b8247086a0 !5 [sync] PR-3: Correct the help information
From: @openeuler-sync-bot
Reviewed-by: @overweight
Signed-off-by: @overweight
2021-09-22 08:39:53 +00:00
caodongxia
1b810f3de1 Correct the help information
(cherry picked from commit 42caadfb3041c89f2957fe7a05f447dfa8727ffb)
2021-09-21 15:08:19 +08:00
openeuler-ci-bot
1a6052353e !2 add yaml
From: @wang_yue111
Reviewed-by: @small_leek
Signed-off-by: @small_leek
2020-10-12 18:32:56 +08:00
wang_yue111
00e093c1c9 add yaml 2020-10-12 17:27:05 +08:00
openeuler-ci-bot
c012f285b3 !1 pmix: Package init
Merge pull request !1 from gnaygnil/master
2020-03-06 22:15:07 +08:00
gnaygnil
a5ae7c3185 pmix: Package init 2020-03-06 18:21:33 +08:00
5 changed files with 88 additions and 73 deletions

View File

@ -1,36 +0,0 @@
# pmix
#### Description
Process management for exascale environments.
#### Software Architecture
Software architecture description
#### Installation
1. xxxx
2. xxxx
3. xxxx
#### Instructions
1. xxxx
2. xxxx
3. xxxx
#### Contribution
1. Fork the repository
2. Create Feat_xxx branch
3. Commit your code
4. Create Pull Request
#### Gitee Feature
1. You can use Readme\_XXX.md to support different languages, such as Readme\_en.md, Readme\_zh.md
2. Gitee blog [blog.gitee.com](https://blog.gitee.com)
3. Explore open source project [https://gitee.com/explore](https://gitee.com/explore)
4. The most valuable open source project [GVP](https://gitee.com/gvp)
5. The manual of Gitee [https://gitee.com/help](https://gitee.com/help)
6. The most popular members [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)

View File

@ -1,37 +0,0 @@
# pmix
#### 介绍
Process management for exascale environments.
#### 软件架构
软件架构说明
#### 安装教程
1. xxxx
2. xxxx
3. xxxx
#### 使用说明
1. xxxx
2. xxxx
3. xxxx
#### 参与贡献
1. Fork 本仓库
2. 新建 Feat_xxx 分支
3. 提交代码
4. 新建 Pull Request
#### 码云特技
1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md
2. 码云官方博客 [blog.gitee.com](https://blog.gitee.com)
3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解码云上的优秀开源项目
4. [GVP](https://gitee.com/gvp) 全称是码云最有价值开源项目,是码云综合评定出的优秀开源项目
5. 码云官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help)
6. 码云封面人物是一档用来展示码云会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)

BIN
pmix-4.2.6.tar.bz2 Normal file

Binary file not shown.

84
pmix.spec Normal file
View File

@ -0,0 +1,84 @@
Name: pmix
Version: 4.2.6
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
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
for interprocess communication.
%package devel
Summary: Development files for pmix
Requires: pmix = %{version}-%{release}
%description devel
Libraries and header files for developing with pmix.
%package tools
Summary: Pmix tools
Requires: pmix = %{version}-%{release}
%description tools
Contains for use with PMIx-based RMs and language-based starters (e.g., mpirun).
%prep
%autosetup -n pmix-%{version} -p1
find src -name \*.l -print -exec touch --no-create {} \;
%build
%{_builddir}/pmix-%{version}/autogen.pl
%configure --prefix=%{_prefix} --sysconfdir=%{_sysconfdir}/pmix --disable-static \
--disable-silent-rules --enable-shared --enable-pmi-backward-compatibility --with-munge
%make_build
%check
%make_build check
%install
%make_install
%delete_la
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%post devel -p /sbin/ldconfig
%postun devel -p /sbin/ldconfig
%files
%doc LICENSE README.md
%dir %{_datadir}/pmix
%dir %{_libdir}/pmix
%dir %{_sysconfdir}/pmix
%config(noreplace) %{_sysconfdir}/pmix/*.conf
%{_datadir}/pmix/*.txt
%{_datadir}/doc/pmix/html/
%{_libdir}/{libmca_common_dstore.so.1*,libpmix.so.2*,pmix/*.so}
%{_mandir}/man1/*.1*
%{_mandir}/man3/*.3*
%{_mandir}/man5/*.5*
%files devel
%{_datadir}/pmix/*.supp
%{_includedir}/pmix*.h
%{_includedir}/pmix/src/*
%{_libdir}/{libmca_common_dstore.so,libpmix.so}
%{_libdir}/pkgconfig/*.pc
%files tools
%{_bindir}/*
%changelog
* 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
* 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

4
pmix.yaml Normal file
View File

@ -0,0 +1,4 @@
version_control: github
src_repo: openpmix/openpmix
tag_prefix: "^v"
seperator: "."