Hello community, here is the log from the commit of package adios for openSUSE:Factory checked in at 2020-07-20 21:03:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/adios (Old) and /work/SRC/openSUSE:Factory/.adios.new.3592 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "adios" Mon Jul 20 21:03:48 2020 rev:4 rq:821888 version:1.13.1 Changes: -------- --- /work/SRC/openSUSE:Factory/adios/adios.changes 2019-12-12 23:19:06.994208349 +0100 +++ /work/SRC/openSUSE:Factory/.adios.new.3592/adios.changes 2020-07-20 21:05:41.661355903 +0200 @@ -1,0 +2,13 @@ +Mon Jul 20 12:16:03 UTC 2020 - Stefan Brüns <[email protected]> + +- Adapt to HPC module netcdf naming change (boo#1174291). + +------------------------------------------------------------------- +Sat Jul 18 22:59:18 UTC 2020 - Stefan Brüns <[email protected]> + +- Drop numpy build dependency. The numpy wrapper is currently not + built, and can be built separately. +- Add -fallow-argument-mismatch Fortran flag to workaround + GFortran10 being more strict by default. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ adios.spec ++++++ --- /var/tmp/diff_new_pack.GYlWR6/_old 2020-07-20 21:05:43.425357691 +0200 +++ /var/tmp/diff_new_pack.GYlWR6/_new 2020-07-20 21:05:43.429357696 +0200 @@ -1,7 +1,7 @@ # # spec file for package adios # -# Copyright (c) 2019 SUSE LLC +# 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 @@ -235,7 +235,7 @@ %if %{with hpc} %{hpc_init %{?compiler_family:-c %{compiler_family} %{?c_f_ver:-v %{c_f_ver}}} %{?with_mpi:-m %{?mpi_flavor}} %{?mpi_ver:-V %{?mpi_ver}} %{?ext:-e %{ext}}} - %{hpc_modules_init phdf5 pnetcdf} + %{hpc_modules_init phdf5 netcdf} %global hpc_module_pname %{pname} %define pkg_prefix %{hpc_prefix} %define pkg_bindir %{hpc_bindir} @@ -278,7 +278,6 @@ BuildRequires: libbz2-devel BuildRequires: liblz4-devel BuildRequires: python -BuildRequires: python-numpy BuildRequires: zlib-devel %if %{without hpc} BuildRequires: %{mpi_flavor}%{?mpi_ext}-devel @@ -367,7 +366,12 @@ export MPICXX=mpicxx export MPIFC=mpif90 export CFLAGS="-fPIC %{optflags}" +%if 0%{?suse_version} >= 1550 || 0%{?c_f_ver} >= 10 +# https://github.com/ornladios/ADIOS/issues/206 +export FCFLAGS="-fPIC %{optflags} -fallow-argument-mismatch" +%else export FCFLAGS="-fPIC %{optflags}" +%endif export LDFLAGS="-pie" %if %{without hpc}
