Accepting request 674899 from home:jengelh:branches:science

- Update RPM groups.

OBS-URL: https://build.opensuse.org/request/show/674899
OBS-URL: https://build.opensuse.org/package/show/science/mumps?expand=0&rev=19
This commit is contained in:
Egbert Eich 2019-02-14 11:13:19 +00:00 committed by Git OBS Bridge
parent ba129bd96d
commit aa7fa6fb9b
2 changed files with 18 additions and 14 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Feb 14 09:11:45 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- Update RPM groups.
-------------------------------------------------------------------
Tue Feb 12 07:24:57 UTC 2019 - Egbert Eich <eich@suse.com>
@ -114,5 +119,4 @@ Tue May 8 19:22:00 UTC 2012 - scorot@free.fr
- specfile cleanup and update with scotch changes
- link with ATLAS shared libs libsatlas.so
- bulid parallel libs for openmpi and mvapich2
- build parallel libs for openmpi and mvapich2

View File

@ -245,7 +245,7 @@ C interfaces, and can interface with ordering tools such as Scotch.
%package -n %{libname}
Summary: A MUltifrontal Massively Parallel Sparse direct Solver
Group: Productivity/Scientific/Math
Group: System/Libraries
%if %{without hpc}
%{?with_mpi:Recommends: %{name}-%{so_ver}-compat = %{version}}
%else
@ -268,7 +268,7 @@ This package contains the parallel library%{?with_mpi: with %{mpi_family}%{?mpi_
%package %{so_ver}-compat
Summary: A MUltifrontal Massively Parallel Sparse direct Solver
Group: Productivity/Scientific/Math
Group: System/Libraries
Requires: lib%{pname}%{?scotch:-scotch}%{so_ver} = %{version}
%if %{without hpc} && %{with mpi}
# Install link targets for non-HPC MPI compat links from the MPI libdir - see below.
@ -367,8 +367,8 @@ This package provides links to the static serial libraries from the MPI
library directory MUMPS built for %{mpi_family}%{?mpi_ver}.
%package examples
Summary: Simple test programs and examples for mumps
Group: Productivity/Scientific/Math
Summary: Test programs and examples for mumps
Group: Documentation/Other
Requires: %{libname} = %version
%description examples