Hello community,

here is the log from the commit of package metis for openSUSE:Leap:15.2 checked 
in at 2020-03-13 10:56:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/metis (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.metis.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "metis"

Fri Mar 13 10:56:08 2020 rev:14 rq:781748 version:5.1.0

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/metis/metis.changes    2020-01-15 
15:30:09.714735493 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.metis.new.3160/metis.changes  2020-03-13 
10:56:22.472391872 +0100
@@ -1,0 +2,10 @@
+Wed Feb 26 12:26:32 UTC 2020 - Egbert Eich <[email protected]>
+
+- Add support for gcc8/9 building (jsc#SLE-8604).
+
+-------------------------------------------------------------------
+Fri Mar 15 07:23:19 UTC 2019 - Egbert Eich <[email protected]>
+
+- Build HPC master package for 'examples'.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ metis.spec ++++++
--- /var/tmp/diff_new_pack.UeQMEw/_old  2020-03-13 10:56:22.936392203 +0100
+++ /var/tmp/diff_new_pack.UeQMEw/_new  2020-03-13 10:56:22.940392206 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package metis
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -48,6 +48,27 @@
 %undefine mpi_flavor
 %endif
 
+%if "%{flavor}" == "gnu7-hpc"
+%bcond_without hpc
+%define compiler_family gnu
+%define c_f_ver 7
+%undefine mpi_flavor
+%endif
+
+%if "%{flavor}" == "gnu8-hpc"
+%bcond_without hpc
+%define compiler_family gnu
+%define c_f_ver 8
+%undefine mpi_flavor
+%endif
+
+%if "%{flavor}" == "gnu9-hpc"
+%bcond_without hpc
+%define compiler_family gnu
+%define c_f_ver 9
+%undefine mpi_flavor
+%endif
+
 %if %{without hpc}
 %if 0%{!?package_name:1}
 %define package_name  %{pname}
@@ -82,7 +103,7 @@
 Summary:        Serial Graph Partitioning and Fill-reducing Matrix Ordering
 License:        Apache-2.0
 Group:          Productivity/Scientific/Math
-Url:            http://glaros.dtc.umn.edu/gkhome/metis/metis/overview
+URL:            http://glaros.dtc.umn.edu/gkhome/metis/metis/overview
 Source0:        
http://glaros.dtc.umn.edu/gkhome/fetch/sw/metis/%{pname}-%{version}.tar.gz
 # PATCH-FIX-OPENSUSE metis-cmake.patch
 Patch1:         metis-cmake.patch
@@ -166,6 +187,8 @@
 and computing fill-reducing orderings of sparse matrices. This package provides
 graph files you can use to test Metis.
 
+%{?with_hpc:%{hpc_master_package examples}}
+
 %prep
 %{?with_hpc: %hpc_debug}
 %setup -q -n %{pname}-%{version}


Reply via email to