import openmpi-4.1.1-3.el8
This commit is contained in:
parent
07b10bc8a5
commit
4bc858ecc4
@ -30,11 +30,13 @@
|
|||||||
|
|
||||||
Name: openmpi%{?_cc_name_suffix}
|
Name: openmpi%{?_cc_name_suffix}
|
||||||
Version: 4.1.1
|
Version: 4.1.1
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: Open Message Passing Interface
|
Summary: Open Message Passing Interface
|
||||||
License: BSD and MIT and Romio
|
License: BSD and MIT and Romio
|
||||||
URL: http://www.open-mpi.org/
|
URL: http://www.open-mpi.org/
|
||||||
|
|
||||||
|
Epoch: 1
|
||||||
|
|
||||||
# We can't use %%{name} here because of _cc_name_suffix
|
# We can't use %%{name} here because of _cc_name_suffix
|
||||||
Source0: https://www.open-mpi.org/software/ompi/v4.1/downloads/openmpi-%{version}.tar.bz2
|
Source0: https://www.open-mpi.org/software/ompi/v4.1/downloads/openmpi-%{version}.tar.bz2
|
||||||
Source1: openmpi.module.in
|
Source1: openmpi.module.in
|
||||||
@ -114,7 +116,7 @@ researchers. For more information, see http://www.open-mpi.org/ .
|
|||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Development files for openmpi
|
Summary: Development files for openmpi
|
||||||
Requires: %{name} = %{version}-%{release}, gcc-gfortran
|
Requires: %{name} = %{epoch}:%{version}-%{release}, gcc-gfortran
|
||||||
Provides: mpi-devel
|
Provides: mpi-devel
|
||||||
%if !0%{?el7}
|
%if !0%{?el7}
|
||||||
Requires: rpm-mpi-hooks
|
Requires: rpm-mpi-hooks
|
||||||
@ -129,7 +131,7 @@ Contains development headers and libraries for openmpi.
|
|||||||
|
|
||||||
%package java
|
%package java
|
||||||
Summary: Java library
|
Summary: Java library
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{epoch}:%{version}-%{release}
|
||||||
Requires: java-headless
|
Requires: java-headless
|
||||||
|
|
||||||
%description java
|
%description java
|
||||||
@ -137,7 +139,7 @@ Java library.
|
|||||||
|
|
||||||
%package java-devel
|
%package java-devel
|
||||||
Summary: Java development files for openmpi
|
Summary: Java development files for openmpi
|
||||||
Requires: %{name}-java = %{version}-%{release}
|
Requires: %{name}-java = %{epoch}:%{version}-%{release}
|
||||||
Requires: java-devel
|
Requires: java-devel
|
||||||
|
|
||||||
%description java-devel
|
%description java-devel
|
||||||
@ -151,7 +153,7 @@ Contains development wrapper for compiling Java with openmpi.
|
|||||||
%package -n python2-openmpi
|
%package -n python2-openmpi
|
||||||
Summary: OpenMPI support for Python 2
|
Summary: OpenMPI support for Python 2
|
||||||
BuildRequires: python2-devel
|
BuildRequires: python2-devel
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{epoch}:%{version}-%{release}
|
||||||
Requires: python(abi) = %{python2_version}
|
Requires: python(abi) = %{python2_version}
|
||||||
|
|
||||||
%description -n python2-openmpi
|
%description -n python2-openmpi
|
||||||
@ -160,7 +162,7 @@ OpenMPI support for Python 2.
|
|||||||
|
|
||||||
%package -n python%{python3_pkgversion}-openmpi
|
%package -n python%{python3_pkgversion}-openmpi
|
||||||
Summary: OpenMPI support for Python 3
|
Summary: OpenMPI support for Python 3
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{epoch}:%{version}-%{release}
|
||||||
Requires: python(abi) = %{python3_version}
|
Requires: python(abi) = %{python3_version}
|
||||||
|
|
||||||
%description -n python%{python3_pkgversion}-openmpi
|
%description -n python%{python3_pkgversion}-openmpi
|
||||||
@ -357,6 +359,11 @@ make check
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Feb 16 2022 Honggang Li <honli@redhat.com> - 4.1.1-3
|
||||||
|
- Revert upstream v4.1.2
|
||||||
|
- Add Epoch tag
|
||||||
|
- Related: rhbz#2055183
|
||||||
|
|
||||||
* Wed Jul 21 2021 Honggang Li <honli@redhat.com> - 4.1.1-2
|
* Wed Jul 21 2021 Honggang Li <honli@redhat.com> - 4.1.1-2
|
||||||
- fbtl-posix: link to common_ompio
|
- fbtl-posix: link to common_ompio
|
||||||
- Require environment(modules)
|
- Require environment(modules)
|
||||||
|
Loading…
Reference in New Issue
Block a user