Subpackage python2-mpich has been removed
This commit is contained in:
parent
b41dc13eb2
commit
2bab65b0be
18
mpich.spec
18
mpich.spec
@ -19,8 +19,7 @@ BuildRequires: hwloc-devel >= 2.0
|
|||||||
%ifnarch s390 %{mips}
|
%ifnarch s390 %{mips}
|
||||||
BuildRequires: valgrind-devel
|
BuildRequires: valgrind-devel
|
||||||
%endif
|
%endif
|
||||||
# For python[23]_sitearch
|
# For %%{python3_sitearch}
|
||||||
BuildRequires: python2-devel
|
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: rpm-mpi-hooks
|
BuildRequires: rpm-mpi-hooks
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
@ -87,14 +86,6 @@ Obsoletes: mpich2-doc < 3.0
|
|||||||
%description doc
|
%description doc
|
||||||
Contains documentations, examples and man-pages for mpich
|
Contains documentations, examples and man-pages for mpich
|
||||||
|
|
||||||
%package -n python2-mpich
|
|
||||||
Summary: mpich support for Python 2
|
|
||||||
Requires: %{name} = %{version}-%{release}
|
|
||||||
Requires: python(abi) = %{python2_version}
|
|
||||||
|
|
||||||
%description -n python2-mpich
|
|
||||||
mpich support for Python 2.
|
|
||||||
|
|
||||||
%package -n python3-mpich
|
%package -n python3-mpich
|
||||||
Summary: mpich support for Python 3
|
Summary: mpich support for Python 3
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
@ -228,15 +219,14 @@ make check VERBOSE=1
|
|||||||
%dir %{_datadir}/%{name}
|
%dir %{_datadir}/%{name}
|
||||||
%{_datadir}/%{name}/doc/
|
%{_datadir}/%{name}/doc/
|
||||||
|
|
||||||
%files -n python2-mpich
|
|
||||||
%dir %{python2_sitearch}/%{name}
|
|
||||||
%{python2_sitearch}/%{name}.pth
|
|
||||||
|
|
||||||
%files -n python3-mpich
|
%files -n python3-mpich
|
||||||
%dir %{python3_sitearch}/%{name}
|
%dir %{python3_sitearch}/%{name}
|
||||||
%{python3_sitearch}/%{name}.pth
|
%{python3_sitearch}/%{name}.pth
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Nov 17 2019 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 3.3.2-1
|
||||||
|
- Subpackage python2-mpich has been removed (#1773126)
|
||||||
|
|
||||||
* Sun Nov 17 2019 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 3.3.2-1
|
* Sun Nov 17 2019 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 3.3.2-1
|
||||||
- Update to latest version (#1772152). This is a bugfix release:
|
- Update to latest version (#1772152). This is a bugfix release:
|
||||||
https://github.com/pmodels/mpich/blob/v3.3.2/CHANGES.
|
https://github.com/pmodels/mpich/blob/v3.3.2/CHANGES.
|
||||||
|
Loading…
Reference in New Issue
Block a user