SHA256
1
0
forked from pool/metis

Accepting request 651180 from home:jengelh:branches:science

yesterday's new is today's old

OBS-URL: https://build.opensuse.org/request/show/651180
OBS-URL: https://build.opensuse.org/package/show/science/metis?expand=0&rev=6
This commit is contained in:
Dirk Stoecker 2018-11-23 07:41:03 +00:00 committed by Git OBS Bridge
parent 83a01e3c93
commit c39e39aca6
2 changed files with 14 additions and 13 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Nov 22 16:27:05 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
- Edit description to put time-sensitive wording into context.
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Oct 26 09:27:45 UTC 2018 - eich@suse.com Fri Oct 26 09:27:45 UTC 2018 - eich@suse.com

View File

@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via https://bugs.opensuse.org/
# #
@ -105,14 +105,13 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description %description
METIS is a family of programs for partitioning unstructured graphs and hypergraph METIS is a family of programs for partitioning unstructured graphs and hypergraph
and computing fill-reducing orderings of sparse matrices. The underlying algorithms and computing fill-reducing orderings of sparse matrices. The underlying algorithms
used by METIS are based on the state-of-the-art multilevel paradigm that has been used by METIS are based on a multilevel paradigm that, at the time, had been
shown to produce high quality results and scale to very large problems. shown to produce quality results and scale to large problems.
%{?with_hpc:%{hpc_master_package}} %{?with_hpc:%{hpc_master_package}}
%package -n %{libname} %package -n %{libname}
Summary: Serial Graph Partitioning and Fill-reducing Matrix Ordering library Summary: Serial Graph Partitioning and Fill-reducing Matrix Ordering library
License: Apache-2.0
Group: System/Libraries Group: System/Libraries
Obsoletes: %libname < %{version} Obsoletes: %libname < %{version}
%{?with_hpc:Requires: %{name}-module = %version} %{?with_hpc:Requires: %{name}-module = %version}
@ -120,14 +119,13 @@ Obsoletes: %libname < %{version}
%description -n %{libname} %description -n %{libname}
METIS library provides to partitioning unstructured graphs and hypergraph METIS library provides to partitioning unstructured graphs and hypergraph
and computing fill-reducing orderings of sparse matrices. The underlying algorithms and computing fill-reducing orderings of sparse matrices. The underlying algorithms
used by METIS are based on the state-of-the-art multilevel paradigm that has been used by METIS are based on a multilevel paradigm that, at the time, had been
shown to produce high quality results and scale to very large problems. shown to produce quality results and scale to large problems.
%{?with_hpc:%{hpc_master_package -l -L}} %{?with_hpc:%{hpc_master_package -l -L}}
%package devel %package devel
Summary: Metis development files Summary: Metis development files
License: Apache-2.0
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
Requires: %libname = %{version} Requires: %libname = %{version}
%{?with_hpc:%hpc_requires_devel} %{?with_hpc:%hpc_requires_devel}
@ -135,8 +133,8 @@ Requires: %libname = %{version}
%description devel %description devel
METIS library provides to partitioning unstructured graphs and hypergraph METIS library provides to partitioning unstructured graphs and hypergraph
and computing fill-reducing orderings of sparse matrices. The underlying algorithms and computing fill-reducing orderings of sparse matrices. The underlying algorithms
used by METIS are based on the state-of-the-art multilevel paradigm that has been used by METIS are based on a multilevel paradigm that, at the time, had been
shown to produce high quality results and scale to very large problems. shown to produce quality results and scale to large problems.
This package provides development files. This package provides development files.
@ -144,19 +142,17 @@ This package provides development files.
%package doc %package doc
Summary: Metis documentation Summary: Metis documentation
License: Apache-2.0
Group: Documentation/Other Group: Documentation/Other
BuildArch: noarch BuildArch: noarch
%description doc %description doc
METIS is a family of programs for partitioning unstructured graphs and hypergraph METIS is a family of programs for partitioning unstructured graphs and hypergraph
and computing fill-reducing orderings of sparse matrices. The underlying algorithms and computing fill-reducing orderings of sparse matrices. The underlying algorithms
used by METIS are based on the state-of-the-art multilevel paradigm that has been used by METIS are based on a multilevel paradigm that, at the time, had been
shown to produce high quality results and scale to very large problems. shown to produce quality results and scale to large problems.
%{?with_hpc:%{hpc_master_package doc}} %{?with_hpc:%{hpc_master_package doc}}
%prep %prep
%{?with_hpc: %hpc_debug} %{?with_hpc: %hpc_debug}
%setup -q -n %{pname}-%{version} %setup -q -n %{pname}-%{version}