SPECS: Add openmpi#839
Open
panglars wants to merge 3 commits into
Open
Conversation
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>
Member
|
Why do you want to split the docs? Because it's too big? |
Z572
requested changes
Jul 7, 2026
| %install -a | ||
| # not installs an oshrun alias through mpirun | ||
| rm -f %{buildroot}%{_bindir}/oshrun | ||
| find %{buildroot}%{_libdir} -name '*.la' -delete |
| %{_libdir}/libopen-pal*.so | ||
| %{_libdir}/mpi*.mod | ||
| %{_libdir}/pmpi*.mod | ||
| %{_libdir}/pkgconfig/ompi*.pc |
| BuildRequires: autoconf | ||
| BuildRequires: automake | ||
| BuildRequires: flex | ||
| BuildRequires: gcc |
| %package devel | ||
| Summary: Development files for PMIx | ||
| Requires: %{name}%{?_isa} = %{version}-%{release} | ||
| Requires: pkgconfig |
Comment on lines
+59
to
+62
| %install -a | ||
| rm -f %{buildroot}%{_libdir}/libpmix.la | ||
| rm -f %{buildroot}%{_libdir}/pmix/*.la | ||
|
|
|
|
||
| %install -a | ||
| rm -rf %{buildroot}%{_docdir}/%{name} | ||
| find %{buildroot} -name '*.la' -delete |
Comment on lines
+45
to
+46
| Requires: pkgconfig(pmix) >= 4.2.4 | ||
| Requires: pkgconfig(pmix) < 6.0.0 |
Contributor
There was a problem hiding this comment.
try (pkgconfig(pmix) >= 4.2.4 with pkgconfig(pmix) < 6.0.0)
Comment on lines
+41
to
+42
| Requires: pkgconfig(hwloc) >= 1.11.0 | ||
| Requires: pkgconfig(hwloc) < 3.0.0 |
Contributor
There was a problem hiding this comment.
(pkgconfig(hwloc) >= 1.11.0 with pkgconfig(hwloc) < 3.0.0)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
https://www.open-mpi.org
High Performance Message Passing Library
Checklist
Assisted-by: Codex: GPT-5.5