activate ExcludeArch: armv7hl again (still test failures) and add a note on the grib_api webpage at ECMWF that is no longer available.

This commit is contained in:
Jos de Kloe 2020-10-17 12:06:58 +02:00
parent d7452732f0
commit ab3d8aface

View File

@ -8,11 +8,12 @@ Summary: WMO data format decoding and encoding
%global so_version_f90 0.1 %global so_version_f90 0.1
%global datapack_date 20200626 %global datapack_date 20200626
# latest fedora-32 grib_api version is 1.27.0-7 # latest fedora-33 grib_api version is 1.27.0-8
# but this version number is to be updated as soon as we know # but this version number is to be updated as soon as we know
# what the final release of grib_api by upstream will be. # what the final release of grib_api by upstream will be.
# latest upstream grib_api release is 1.28.0 (05-Dec-2018) # latest upstream grib_api release is 1.28.0 (05-Dec-2018)
# see https://confluence.ecmwf.int/display/GRIB/Home # is was written on https://confluence.ecmwf.int/display/GRIB/Home
# (Note that this page is no longer available, 17-Oct-2020)
%global final_grib_api_version 1.28.1-1%{?dist} %global final_grib_api_version 1.28.1-1%{?dist}
%ifarch i686 ppc64 s390x armv7hl %ifarch i686 ppc64 s390x armv7hl
@ -94,7 +95,7 @@ ExcludeArch: i686
# as explained in bugzilla #1562076 # as explained in bugzilla #1562076
ExcludeArch: s390x ExcludeArch: s390x
# as explained in bugzilla #1562084 # as explained in bugzilla #1562084
#ExcludeArch: armv7hl ExcludeArch: armv7hl
%description %description
ecCodes is a package developed by ECMWF which provides an application ecCodes is a package developed by ECMWF which provides an application
@ -353,8 +354,9 @@ ctest3 -V %{?_smp_mflags}
%doc %{_datadir}/doc/%{name}/ %doc %{_datadir}/doc/%{name}/
%changelog %changelog
* Fri Oct 16 2020 Jos de Kloe <josdekloe@gmail.com> - 2.19.0-1 * Sat Oct 17 2020 Jos de Kloe <josdekloe@gmail.com> - 2.19.0-1
- Upgrade to upstream version 2.19.0 and remove patch 1 - Upgrade to upstream version 2.19.0 and remove patch 1
- Add -fpic to the fortran flags (needed for compiling on armv7hl)
* Wed Aug 05 2020 Jos de Kloe <josdekloe@gmail.com> - 2.18.0-5 * Wed Aug 05 2020 Jos de Kloe <josdekloe@gmail.com> - 2.18.0-5
- Adapt the spec file to use the new style cmake macros - Adapt the spec file to use the new style cmake macros