SHA256
1
0
forked from pool/mumps

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> Tue Feb 12 07:24:57 UTC 2019 - Egbert Eich <eich@suse.com>
@ -65,22 +70,22 @@ Sat Nov 21 14:23:53 UTC 2015 - scorot@free.fr
------------------------------------------------------------------- -------------------------------------------------------------------
Wed May 22 20:20:13 UTC 2013 - scorot@free.fr Wed May 22 20:20:13 UTC 2013 - scorot@free.fr
- fix build for Factory and recent openmpi - fix build for Factory and recent openmpi
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Sep 19 21:08:02 UTC 2012 - scorot@free.fr Wed Sep 19 21:08:02 UTC 2012 - scorot@free.fr
- install missing headers for the sequential version - install missing headers for the sequential version
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Sep 19 19:40:07 UTC 2012 - scorot@free.fr Wed Sep 19 19:40:07 UTC 2012 - scorot@free.fr
- fix broken requirements of mpi devel packages - fix broken requirements of mpi devel packages
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Aug 21 17:40:15 UTC 2012 - scorot@free.fr Tue Aug 21 17:40:15 UTC 2012 - scorot@free.fr
- split devel packages with devel and scotch-devel - split devel packages with devel and scotch-devel
- devel packages don't require scotch-devel anymore - devel packages don't require scotch-devel anymore
------------------------------------------------------------------- -------------------------------------------------------------------
@ -91,22 +96,22 @@ Mon Aug 20 23:09:48 UTC 2012 - scorot@free.fr
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Aug 20 21:08:35 UTC 2012 - scorot@free.fr Mon Aug 20 21:08:35 UTC 2012 - scorot@free.fr
- minor spec file changes - minor spec file changes
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Aug 3 21:47:55 UTC 2012 - scorot@free.fr Fri Aug 3 21:47:55 UTC 2012 - scorot@free.fr
- remove atlas deps and link againt ref blas - remove atlas deps and link againt ref blas
------------------------------------------------------------------- -------------------------------------------------------------------
Sun May 13 14:11:40 UTC 2012 - scorot@free.fr Sun May 13 14:11:40 UTC 2012 - scorot@free.fr
- fix build on i586 - fix build on i586
------------------------------------------------------------------- -------------------------------------------------------------------
Sun May 13 11:33:35 UTC 2012 - scorot@free.fr Sun May 13 11:33:35 UTC 2012 - scorot@free.fr
- spec file cleanup and formating - spec file cleanup and formating
- remove mpich2 stuff - remove mpich2 stuff
------------------------------------------------------------------- -------------------------------------------------------------------
@ -114,5 +119,4 @@ Tue May 8 19:22:00 UTC 2012 - scorot@free.fr
- specfile cleanup and update with scotch changes - specfile cleanup and update with scotch changes
- link with ATLAS shared libs libsatlas.so - 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} %package -n %{libname}
Summary: A MUltifrontal Massively Parallel Sparse direct Solver Summary: A MUltifrontal Massively Parallel Sparse direct Solver
Group: Productivity/Scientific/Math Group: System/Libraries
%if %{without hpc} %if %{without hpc}
%{?with_mpi:Recommends: %{name}-%{so_ver}-compat = %{version}} %{?with_mpi:Recommends: %{name}-%{so_ver}-compat = %{version}}
%else %else
@ -268,7 +268,7 @@ This package contains the parallel library%{?with_mpi: with %{mpi_family}%{?mpi_
%package %{so_ver}-compat %package %{so_ver}-compat
Summary: A MUltifrontal Massively Parallel Sparse direct Solver Summary: A MUltifrontal Massively Parallel Sparse direct Solver
Group: Productivity/Scientific/Math Group: System/Libraries
Requires: lib%{pname}%{?scotch:-scotch}%{so_ver} = %{version} Requires: lib%{pname}%{?scotch:-scotch}%{so_ver} = %{version}
%if %{without hpc} && %{with mpi} %if %{without hpc} && %{with mpi}
# Install link targets for non-HPC MPI compat links from the MPI libdir - see below. # 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}. library directory MUMPS built for %{mpi_family}%{?mpi_ver}.
%package examples %package examples
Summary: Simple test programs and examples for mumps Summary: Test programs and examples for mumps
Group: Productivity/Scientific/Math Group: Documentation/Other
Requires: %{libname} = %version Requires: %{libname} = %version
%description examples %description examples