Hello community,

here is the log from the commit of package netcdf for openSUSE:Factory checked 
in at 2020-09-15 16:25:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/netcdf (Old)
 and      /work/SRC/openSUSE:Factory/.netcdf.new.4249 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "netcdf"

Tue Sep 15 16:25:16 2020 rev:58 rq:833713 version:4.7.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/netcdf/netcdf.changes    2020-08-24 
15:13:12.970689747 +0200
+++ /work/SRC/openSUSE:Factory/.netcdf.new.4249/netcdf.changes  2020-09-15 
16:26:00.222465446 +0200
@@ -8,0 +9,6 @@
+Thu Jul 23 16:36:42 UTC 2020 - Egbert Eich <e...@suse.com>
+
+- Add build support for gcc10 to HPC build (bsc#1174439). 
+- Remove unused build option.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ netcdf.spec ++++++
--- /var/tmp/diff_new_pack.ZWgH67/_old  2020-09-15 16:26:01.598466763 +0200
+++ /var/tmp/diff_new_pack.ZWgH67/_new  2020-09-15 16:26:01.602466767 +0200
@@ -276,6 +276,63 @@
 %bcond_without hpc
 %endif
 
+%if "%{flavor}" == "gnu10-hpc"
+%global compiler_family gnu
+%define c_f_ver 10
+%undefine mpi_flavor
+%bcond_without hpc
+%endif
+
+%if "%{flavor}" == "gnu10-openmpi-hpc"
+%{?DisOMPI1}
+%global compiler_family gnu
+%define c_f_ver 10
+%define mpi_flavor openmpi
+%define mpi_ver 1
+%bcond_without hpc
+%endif
+
+%if "%{flavor}" == "gnu10-openmpi2-hpc"
+%{?DisOMPI2}
+%global compiler_family gnu
+%define c_f_ver 10
+%define mpi_flavor openmpi
+%define mpi_ver 2
+%bcond_without hpc
+%endif
+
+%if "%{flavor}" == "gnu10-openmpi3-hpc"
+%{?DisOMPI3}
+%global compiler_family gnu
+%define c_f_ver 10
+%define mpi_flavor openmpi
+%define mpi_ver 3
+%bcond_without hpc
+%endif
+
+%if "%{flavor}" == "gnu10-openmpi4-hpc"
+%{?DisOMPI4}
+%global compiler_family gnu
+%define c_f_ver 10
+%define mpi_flavor openmpi
+%define mpi_ver 4
+%bcond_without hpc
+%endif
+
+%if "%{flavor}" == "gnu10-mvapich2-hpc"
+%global compiler_family gnu
+%define c_f_ver 10
+%define mpi_flavor mvapich2
+%bcond_without hpc
+%endif
+
+%if "%{flavor}" == "gnu10-mpich-hpc"
+%global compiler_family gnu
+%define c_f_ver 10
+%define mpi_flavor mpich
+%bcond_without hpc
+%endif
+
 %if "%{flavor}" == "mvapich2"
 %define mpi_flavor mvapich2
 %bcond_with hpc
@@ -554,7 +611,6 @@
     --enable-shared \
     --enable-netcdf-4 \
     --enable-dap \
-    --enable-ncgen4 \
     --enable-extra-example-tests \
     --disable-dap-remote-tests \
     --with-pic \



Reply via email to