Compare commits
3 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9382491fcc | ||
|
|
db21fc166d | ||
|
|
b626d2b834 |
3 changed files with 14 additions and 3 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -52,3 +52,5 @@ openmpi-1.4.1-RH.tar.bz2
|
|||
/openmpi-4.0.3.tar.bz2
|
||||
/openmpi-4.0.4rc1.tar.bz2
|
||||
/openmpi-4.0.4.tar.bz2
|
||||
/openmpi-4.0.6.tar.bz2
|
||||
/openmpi-4.0.7.tar.bz2
|
||||
|
|
|
|||
13
openmpi.spec
13
openmpi.spec
|
|
@ -40,7 +40,7 @@
|
|||
%endif
|
||||
|
||||
Name: openmpi%{?_cc_name_suffix}
|
||||
Version: 4.0.4
|
||||
Version: 4.0.7
|
||||
Release: 1%{?dist}
|
||||
Summary: Open Message Passing Interface
|
||||
License: BSD and MIT and Romio
|
||||
|
|
@ -83,7 +83,10 @@ BuildRequires: perl(Getopt::Long)
|
|||
BuildRequires: pmix-devel
|
||||
BuildRequires: python%{python3_pkgversion}-devel
|
||||
%ifarch x86_64
|
||||
# Missing on EL8
|
||||
%if 0%{?fedora}
|
||||
BuildRequires: infinipath-psm-devel
|
||||
%endif
|
||||
BuildRequires: libpsm2-devel
|
||||
%endif
|
||||
%if %{with ucx}
|
||||
|
|
@ -173,7 +176,7 @@ OpenMPI support for Python 3.
|
|||
|
||||
|
||||
%prep
|
||||
%autosetup -p1
|
||||
%autosetup -p1 -n %{name}-%{version}
|
||||
|
||||
%build
|
||||
./configure --prefix=%{_libdir}/%{name} \
|
||||
|
|
@ -362,6 +365,12 @@ make check
|
|||
|
||||
|
||||
%changelog
|
||||
* Sun Nov 21 2021 Orion Poplawski <orion@nwra.com> - 4.0.7-1
|
||||
- Update to 4.0.7
|
||||
|
||||
* Fri Oct 01 2021 Orion Poplawski <orion@nwra.com> - 4.0.6-1
|
||||
- Update to 4.0.6
|
||||
|
||||
* Wed Jun 17 2020 Orion Poplawski <orion@nwra.com> - 4.0.4-1
|
||||
- Update to 4.0.4
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (openmpi-4.0.4.tar.bz2) = 6c193b4b5cbfd9d48fa5efcef01372c424b51ae5e9727ccf4235e3b14556dfeb010865e41a9473419ccda16559139aa469086b1fff9abfd337e87387fdec1c64
|
||||
SHA512 (openmpi-4.0.7.tar.bz2) = 27c49a1598c565e7ab63d2ca5b5277aad36f9f863854199e86af0387ec6edce9a99e9a8bc8dad565d01a6ab4c9f61067603c07b30a165317cced4997507727a4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue