Install parmetis.h in separate package
This commit is contained in:
parent
47798420d7
commit
1dfaa98eef
28
scotch.spec
28
scotch.spec
@ -10,7 +10,7 @@
|
|||||||
Name: scotch
|
Name: scotch
|
||||||
Summary: Graph, mesh and hypergraph partitioning library
|
Summary: Graph, mesh and hypergraph partitioning library
|
||||||
Version: 6.0.4
|
Version: 6.0.4
|
||||||
Release: 8%{?dist}
|
Release: 9%{?dist}
|
||||||
|
|
||||||
License: CeCILL-C
|
License: CeCILL-C
|
||||||
URL: https://gforge.inria.fr/projects/scotch/
|
URL: https://gforge.inria.fr/projects/scotch/
|
||||||
@ -74,6 +74,13 @@ Obsoletes: ptscotch-mpich-static < 6.0.0-8
|
|||||||
This package contains development libraries for PT-Scotch, compiled against
|
This package contains development libraries for PT-Scotch, compiled against
|
||||||
mpich.
|
mpich.
|
||||||
|
|
||||||
|
%package -n ptscotch-mpich-devel-parmetis
|
||||||
|
Summary: Parmetis compatibility header for scotch
|
||||||
|
Requires: pt%{name}-mpich-devel%{?_isa} = %{version}-%{release}
|
||||||
|
|
||||||
|
%description -n ptscotch-mpich-devel-parmetis
|
||||||
|
This package contains the parmetis compatibility header for scotch.
|
||||||
|
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
||||||
@ -95,6 +102,14 @@ Obsoletes: ptscotch-openmpi-static < 6.0.0-8
|
|||||||
%description -n ptscotch-openmpi-devel
|
%description -n ptscotch-openmpi-devel
|
||||||
This package contains development libraries for PT-Scotch, compiled against openmpi.
|
This package contains development libraries for PT-Scotch, compiled against openmpi.
|
||||||
|
|
||||||
|
|
||||||
|
%package -n ptscotch-openmpi-devel-parmetis
|
||||||
|
Summary: Parmetis compatibility header for scotch
|
||||||
|
Requires: pt%{name}-openmpi-devel%{?_isa} = %{version}-%{release}
|
||||||
|
|
||||||
|
%description -n ptscotch-openmpi-devel-parmetis
|
||||||
|
This package contains the parmetis compatibility header for scotch.
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
@ -238,10 +253,12 @@ popd
|
|||||||
%files -n ptscotch-mpich-devel
|
%files -n ptscotch-mpich-devel
|
||||||
%{_includedir}/mpich*/*scotch*.h
|
%{_includedir}/mpich*/*scotch*.h
|
||||||
%{_includedir}/mpich*/*esmumps*.h
|
%{_includedir}/mpich*/*esmumps*.h
|
||||||
%{_includedir}/mpich*/parmetis.h
|
|
||||||
%{_libdir}/mpich/lib/lib*scotch*.so
|
%{_libdir}/mpich/lib/lib*scotch*.so
|
||||||
%{_libdir}/mpich/lib/lib*esmumps*.so
|
%{_libdir}/mpich/lib/lib*esmumps*.so
|
||||||
|
|
||||||
|
%files -n ptscotch-mpich-devel-parmetis
|
||||||
|
%{_includedir}/mpich*/parmetis.h
|
||||||
|
|
||||||
%files -n ptscotch-openmpi
|
%files -n ptscotch-openmpi
|
||||||
%license doc/CeCILL-C_V1-en.txt
|
%license doc/CeCILL-C_V1-en.txt
|
||||||
%{_libdir}/openmpi/lib/lib*scotch*.so.*
|
%{_libdir}/openmpi/lib/lib*scotch*.so.*
|
||||||
@ -252,16 +269,21 @@ popd
|
|||||||
%files -n ptscotch-openmpi-devel
|
%files -n ptscotch-openmpi-devel
|
||||||
%{_includedir}/openmpi*/*scotch*.h
|
%{_includedir}/openmpi*/*scotch*.h
|
||||||
%{_includedir}/openmpi*/*esmumps*.h
|
%{_includedir}/openmpi*/*esmumps*.h
|
||||||
%{_includedir}/openmpi*/parmetis.h
|
|
||||||
%{_libdir}/openmpi/lib/lib*scotch*.so
|
%{_libdir}/openmpi/lib/lib*scotch*.so
|
||||||
%{_libdir}/openmpi/lib/lib*esmumps*.so
|
%{_libdir}/openmpi/lib/lib*esmumps*.so
|
||||||
|
|
||||||
|
%files -n ptscotch-openmpi-devel-parmetis
|
||||||
|
%{_includedir}/openmpi*/parmetis.h
|
||||||
|
|
||||||
%files doc
|
%files doc
|
||||||
%license doc/CeCILL-C_V1-en.txt
|
%license doc/CeCILL-C_V1-en.txt
|
||||||
%doc doc/*.pdf
|
%doc doc/*.pdf
|
||||||
%doc doc/scotch_example.f
|
%doc doc/scotch_example.f
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jan 22 2016 Sandro Mani <manisandro@gmail.com> - 6.0.4-9
|
||||||
|
- Install parmetis.h in separate package
|
||||||
|
|
||||||
* Tue Dec 01 2015 Than Ngo <than@redhat.com> - 6.0.4-8
|
* Tue Dec 01 2015 Than Ngo <than@redhat.com> - 6.0.4-8
|
||||||
- ExcludeArch: s390 s390x
|
- ExcludeArch: s390 s390x
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user