commit netcdf-fortran for openSUSE:Factory
Hello community, here is the log from the commit of package netcdf-fortran for openSUSE:Factory checked in at 2019-12-02 11:29:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/netcdf-fortran (Old) and /work/SRC/openSUSE:Factory/.netcdf-fortran.new.4691 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "netcdf-fortran" Mon Dec 2 11:29:20 2019 rev:11 rq:752491 version:4.5.2 Changes: -------- --- /work/SRC/openSUSE:Factory/netcdf-fortran/netcdf-fortran.changes 2019-11-28 13:51:41.846675976 +0100 +++ /work/SRC/openSUSE:Factory/.netcdf-fortran.new.4691/netcdf-fortran.changes 2019-12-02 11:31:30.690555397 +0100 @@ -1,0 +2,11 @@ +Fri Nov 29 18:41:12 UTC 2019 - Egbert Eich <eich@suse.com> + +- Add support for gcc8 and gcc9 (jsc#SLE-7766 & jsc#SLE-8609). + +------------------------------------------------------------------- +Thu Nov 28 15:34:01 UTC 2019 - Egbert Eich <eich@suse.com> + +- Disable openmpi1 builds for SLE/Leap > 15.1. +- Enable openmpi3 builds for Leap and SLE > 15.1 (jsc#SLE-7773). + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ netcdf-fortran.spec ++++++ --- /var/tmp/diff_new_pack.l7TmZ7/_old 2019-12-02 11:31:32.350554629 +0100 +++ /var/tmp/diff_new_pack.l7TmZ7/_new 2019-12-02 11:31:32.382554614 +0100 @@ -24,9 +24,10 @@ %global ver 4.5.2 %global _ver 4_5_2 -%if 0%{?is_opensuse} || 0%{?is_backports} -%undefine DisOMPI3 -%else +%if 0%{?sle_version} >= 150200 +%define DisOMPI1 ExclusiveArch: do_not_build +%endif +%if !0%{?is_opensuse} && 0%{?sle_version:1} && 0%{?sle_version} < 150200 %define DisOMPI3 ExclusiveArch: do_not_build %endif @@ -45,19 +46,19 @@ %{bcond_without mpi} %endif -%if "%flavor" == "gnu-openmpi3-hpc" -%{?DisOMPI3} +%if "%flavor" == "gnu-openmpi2-hpc" +%{?DisOMPI2} %global compiler_family gnu %global mpi_flavor openmpi -%global mpi_ver 3 +%global mpi_ver 2 %{bcond_without mpi} %endif -%if "%flavor" == "gnu-openmpi2-hpc" -%{?DisOMPI2} +%if "%flavor" == "gnu-openmpi3-hpc" +%{?DisOMPI3} %global compiler_family gnu %global mpi_flavor openmpi -%global mpi_ver 2 +%global mpi_ver 3 %{bcond_without mpi} %endif @@ -82,10 +83,19 @@ %{bcond_without mpi} %endif -%if "%flavor" == "gnu7-openmpi3-hpc" +%if "%flavor" == "gnu7-openmpi2-hpc" %{?DisOMPI2} %global compiler_family gnu %global mpi_flavor openmpi +%global mpi_ver 2 +%global c_f_ver 7 +%{bcond_without mpi} +%endif + +%if "%flavor" == "gnu7-openmpi3-hpc" +%{?DisOMPI3} +%global compiler_family gnu +%global mpi_flavor openmpi %global mpi_ver 3 %global c_f_ver 7 %{bcond_without mpi} @@ -105,6 +115,88 @@ %{bcond_without mpi} %endif +%if "%flavor" == "gnu8-openmpi-hpc" +%{?DisOMPI1} +%global compiler_family gnu +%global mpi_flavor openmpi +%global mpi_ver 1 +%global c_f_ver 8 +%{bcond_without mpi} +%endif + +%if "%flavor" == "gnu8-openmpi2-hpc" +%{?DisOMPI2} +%global compiler_family gnu +%global mpi_flavor openmpi +%global mpi_ver 2 +%global c_f_ver 8 +%{bcond_without mpi} +%endif + +%if "%flavor" == "gnu8-openmpi3-hpc" +%{?DisOMPI3} +%global compiler_family gnu +%global mpi_flavor openmpi +%global mpi_ver 3 +%global c_f_ver 8 +%{bcond_without mpi} +%endif + +%if "%flavor" == "gnu8-mvapich2-hpc" +%global compiler_family gnu +%global mpi_flavor mvapich2 +%global c_f_ver 8 +%{bcond_without mpi} +%endif + +%if "%flavor" == "gnu8-mpich-hpc" +%global compiler_family gnu +%global mpi_flavor mpich +%global c_f_ver 8 +%{bcond_without mpi} +%endif + +%if "%flavor" == "gnu9-openmpi-hpc" +%{?DisOMPI1} +%global compiler_family gnu +%global mpi_flavor openmpi +%global mpi_ver 1 +%global c_f_ver 9 +%{bcond_without mpi} +%endif + +%if "%flavor" == "gnu9-openmpi2-hpc" +%{?DisOMPI2} +%global compiler_family gnu +%global mpi_flavor openmpi +%global mpi_ver 2 +%global c_f_ver 9 +%{bcond_without mpi} +%endif + +%if "%flavor" == "gnu9-openmpi3-hpc" +%{?DisOMPI3} +%global compiler_family gnu +%global mpi_flavor openmpi +%global mpi_ver 3 +%global c_f_ver 9 +%{bcond_without mpi} +%endif + +%if "%flavor" == "gnu9-mvapich2-hpc" +%global compiler_family gnu +%global mpi_flavor mvapich2 +%global c_f_ver 9 +%{bcond_without mpi} +%endif + +%if "%flavor" == "gnu9-mpich-hpc" +%global compiler_family gnu +%global mpi_flavor mpich +%global c_f_ver 9 +%{bcond_without mpi} +%endif + %define hpc_upcase_trans_hyph() %(echo %{**} | tr [a-z] [A-Z] | tr '-' '_') %{?hpc_init:%{hpc_init -c %compiler_family %{?c_f_ver:-v %{c_f_ver}} %{?with_mpi:-m %mpi_flavor %{?mpi_ver:-V %mpi_ver}}}}
participants (1)
-
root