Skip to content

SPECS: Add openmpi#839

Open
panglars wants to merge 3 commits into
openRuyi-Project:mainfrom
panglars:openmpi
Open

SPECS: Add openmpi#839
panglars wants to merge 3 commits into
openRuyi-Project:mainfrom
panglars:openmpi

Conversation

@panglars

Copy link
Copy Markdown
Contributor

Summary

https://www.open-mpi.org
High Performance Message Passing Library

Checklist

Assisted-by: Codex: GPT-5.5

panglars added 3 commits June 30, 2026 22:37
Signed-off-by: PangLARS <panghao.riscv@isrc.iscas.ac.cn>
Signed-off-by: PangLARS <panghao.riscv@isrc.iscas.ac.cn>
Signed-off-by: PangLARS <panghao.riscv@isrc.iscas.ac.cn>
@openruyi-bot openruyi-bot Bot added AI Assistance AI is used to help with portions of code, tests, or documentation. Community: Student contribution Used by contributors that are currently students at an educational institution. BuildSystem: autotools Issue/PR related to autotools BuildSystem. Target: Rolling Targeting rolling/current branch. Workflow: Ready For Review Ready for review by anyone with domain expertise. labels Jun 30, 2026
@misaka00251

Copy link
Copy Markdown
Member

Why do you want to split the docs? Because it's too big?

@openruyi-bot openruyi-bot Bot added Workflow: In Review Issues that are undergoing code review and/or undergoing design review. and removed Workflow: Ready For Review Ready for review by anyone with domain expertise. labels Jul 2, 2026
%install -a
# not installs an oshrun alias through mpirun
rm -f %{buildroot}%{_bindir}/oshrun
find %{buildroot}%{_libdir} -name '*.la' -delete

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no need

%{_libdir}/libopen-pal*.so
%{_libdir}/mpi*.mod
%{_libdir}/pmpi*.mod
%{_libdir}/pkgconfig/ompi*.pc

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

don't use * here

Comment thread SPECS/pmix/pmix.spec
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: flex
BuildRequires: gcc

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove

Comment thread SPECS/pmix/pmix.spec
%package devel
Summary: Development files for PMIx
Requires: %{name}%{?_isa} = %{version}-%{release}
Requires: pkgconfig

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove it

Comment thread SPECS/pmix/pmix.spec
Comment on lines +59 to +62
%install -a
rm -f %{buildroot}%{_libdir}/libpmix.la
rm -f %{buildroot}%{_libdir}/pmix/*.la

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove

Comment thread SPECS/prrte/prrte.spec

%install -a
rm -rf %{buildroot}%{_docdir}/%{name}
find %{buildroot} -name '*.la' -delete

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove

Comment thread SPECS/prrte/prrte.spec
Comment on lines +45 to +46
Requires: pkgconfig(pmix) >= 4.2.4
Requires: pkgconfig(pmix) < 6.0.0

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

try (pkgconfig(pmix) >= 4.2.4 with pkgconfig(pmix) < 6.0.0)

Comment thread SPECS/prrte/prrte.spec
Comment on lines +41 to +42
Requires: pkgconfig(hwloc) >= 1.11.0
Requires: pkgconfig(hwloc) < 3.0.0

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(pkgconfig(hwloc) >= 1.11.0 with pkgconfig(hwloc) < 3.0.0)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

AI Assistance AI is used to help with portions of code, tests, or documentation. BuildSystem: autotools Issue/PR related to autotools BuildSystem. Community: Student contribution Used by contributors that are currently students at an educational institution. Target: Rolling Targeting rolling/current branch. Workflow: In Review Issues that are undergoing code review and/or undergoing design review.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants