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:
parent
83a01e3c93
commit
c39e39aca6
@ -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
|
||||
|
||||
|
22
metis.spec
22
metis.spec
@ -12,7 +12,7 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# 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
|
||||
METIS is a family of programs for partitioning unstructured graphs and hypergraph
|
||||
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
|
||||
shown to produce high quality results and scale to very large problems.
|
||||
used by METIS are based on a multilevel paradigm that, at the time, had been
|
||||
shown to produce quality results and scale to large problems.
|
||||
|
||||
%{?with_hpc:%{hpc_master_package}}
|
||||
|
||||
%package -n %{libname}
|
||||
Summary: Serial Graph Partitioning and Fill-reducing Matrix Ordering library
|
||||
License: Apache-2.0
|
||||
Group: System/Libraries
|
||||
Obsoletes: %libname < %{version}
|
||||
%{?with_hpc:Requires: %{name}-module = %version}
|
||||
@ -120,14 +119,13 @@ Obsoletes: %libname < %{version}
|
||||
%description -n %{libname}
|
||||
METIS library provides to partitioning unstructured graphs and hypergraph
|
||||
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
|
||||
shown to produce high quality results and scale to very large problems.
|
||||
used by METIS are based on a multilevel paradigm that, at the time, had been
|
||||
shown to produce quality results and scale to large problems.
|
||||
|
||||
%{?with_hpc:%{hpc_master_package -l -L}}
|
||||
|
||||
%package devel
|
||||
Summary: Metis development files
|
||||
License: Apache-2.0
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: %libname = %{version}
|
||||
%{?with_hpc:%hpc_requires_devel}
|
||||
@ -135,8 +133,8 @@ Requires: %libname = %{version}
|
||||
%description devel
|
||||
METIS library provides to partitioning unstructured graphs and hypergraph
|
||||
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
|
||||
shown to produce high quality results and scale to very large problems.
|
||||
used by METIS are based on a multilevel paradigm that, at the time, had been
|
||||
shown to produce quality results and scale to large problems.
|
||||
|
||||
This package provides development files.
|
||||
|
||||
@ -144,19 +142,17 @@ This package provides development files.
|
||||
|
||||
%package doc
|
||||
Summary: Metis documentation
|
||||
License: Apache-2.0
|
||||
Group: Documentation/Other
|
||||
BuildArch: noarch
|
||||
|
||||
%description doc
|
||||
METIS is a family of programs for partitioning unstructured graphs and hypergraph
|
||||
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
|
||||
shown to produce high quality results and scale to very large problems.
|
||||
used by METIS are based on a multilevel paradigm that, at the time, had been
|
||||
shown to produce quality results and scale to large problems.
|
||||
|
||||
%{?with_hpc:%{hpc_master_package doc}}
|
||||
|
||||
|
||||
%prep
|
||||
%{?with_hpc: %hpc_debug}
|
||||
%setup -q -n %{pname}-%{version}
|
||||
|
Loading…
Reference in New Issue
Block a user