[emos] branch debian/master updated (f26efa8 -> f46d445)

Alastair McKinstry mckinstry at moszumanska.debian.org
Thu Jul 16 12:45:17 UTC 2015


This is an automated email from the git hooks/post-receive script.

mckinstry pushed a change to branch debian/master
in repository emos.

      from  f26efa8   Dedup libemos-data with symlinks
      adds  a7889be   drop_tune.patch: Drop -mtune=native which breaks s390x port.
      adds  12ec459   Add case for __GNU__ in ifdef
      adds  f608e03   * Don't set -mcmodel=large on arm64, as large+fpic doesn't work. * Homepage fixed. Closes: #769179. * Build ppc64el, sparc -fPIC not fpic.
      adds  1ad0404   Install cmake module in arch-dependent dir. Closes: #790344.
      adds  84e468e   Need both -mcmodel=large, -fPIC for ppc64el builds.
      adds  f4e34b6   * ppc64el build needs both -fpic and -mcmodel=large. Closes: #790078. * Need to add build_fixes.patch to ensure __GNU__ set properly for Hurd. * Enable tests.
      adds  80b7fdd   * ppc64el build needs both -fpic and -mcmodel=large. Closes: #790078. * Need to add build_fixes.patch to ensure __GNU__ set properly for Hurd.
      adds  c8b3878   Upstream release 4.0.6
      adds  52b1a74   New upstream release 4.0.7
       new  9140d80   Merge tag 'upstream/4.0.7' into debian/master
       new  f46d445   Refresh patches

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CMakeLists.txt                                   |  58 ++-
 ChangeLog                                        | 147 ++++---
 VERSION.cmake                                    |   2 +-
 bufrdc_wmo/buevar.F                              |  25 +-
 bufrdc_wmo/buivar.F                              |  20 +-
 bufrtables/CMakeLists.txt                        |   8 +-
 bufrtables/bamboo/flags.cmake                    |   2 +-
 cmake/CheckFortranSourceCompiles.cmake           |   2 +-
 cmake/VERSION.cmake                              |   4 +-
 cmake/ecbuild_add_extra_search_paths.cmake       |  16 +-
 cmake/ecbuild_add_library.cmake                  |   2 +-
 cmake/ecbuild_add_option.cmake                   |  14 +-
 cmake/ecbuild_add_test.cmake                     |   3 +-
 cmake/ecbuild_check_compiler.cmake               |  18 +-
 cmake/ecbuild_check_functions.cmake              |  58 ++-
 cmake/ecbuild_config.h.in                        |  22 +-
 cmake/ecbuild_define_build_types.cmake           |  38 +-
 cmake/ecbuild_define_options.cmake               |   4 +-
 cmake/ecbuild_features.cmake                     | 104 +++++
 cmake/ecbuild_generate_yy.cmake                  |  20 +-
 cmake/ecbuild_get_test_data.cmake                |  20 +
 cmake/ecbuild_install_package.cmake              |  24 +-
 cmake/ecbuild_list_macros.cmake                  |  33 ++
 cmake/ecbuild_print_summary.cmake                |   2 +-
 cmake/ecbuild_setup_test_framework.cmake         |   2 +-
 cmake/ecbuild_system.cmake                       |   1 +
 cmake/ecbuild_use_package.cmake                  |   2 +-
 cmake/project-config.cmake.in                    |   2 +-
 debian/changelog                                 |  24 +
 debian/libemos-dev.install.in                    |   2 +-
 debian/patches/bufrnum.patch                     |  14 +-
 debian/patches/build_fixes.patch                 |  31 ++
 debian/patches/drop_tune.patch                   |  20 +
 debian/patches/huge.patch                        |  12 +-
 debian/patches/little_endian.patch               |  32 +-
 debian/patches/pkgconfig.patch                   |  20 +-
 debian/patches/series                            |   2 +
 debian/patches/shared.patch                      |  54 +--
 debian/patches/wvqlid2.patch                     |  16 +-
 debian/rules                                     |  16 +-
 gribex/abortx.F                                  |   9 +-
 gribex/gribex.F                                  |  23 +-
 gribex/handleLocalDefinitions.c                  | 120 ++---
 interpolation/CMakeLists.txt                     |  69 +--
 interpolation/clear_c.F                          |  11 +-
 interpolation/consint.F90                        |   0
 interpolation/gasetup.F                          |   0
 interpolation/hirlam.F                           | 162 ++++---
 interpolation/hirlamw.F                          |  79 ++--
 interpolation/hirlsm.F                           | 537 ++++++++++-------------
 interpolation/iglsmb.F                           |   5 -
 interpolation/iglsmr.F                           |  87 ++--
 interpolation/intout.F                           |  14 +-
 interpolation/intwavu.F                          |   0
 interpolation/irlsmb.F                           |   5 -
 interpolation/jgetgg.F                           |   5 +-
 interpolation/kintrg.F                           |  33 +-
 interpolation/krg2rgu.F                          |  18 +-
 interpolation/nifld.extracommon                  |   0
 interpolation/nofld.common                       |  34 +-
 interpolation/parim.h                            |  11 +
 interpolation/precip.F                           |   0
 interpolation/rgauss_640_octahedral_not_used.h   | 139 ++++++
 interpolation/wavexx2.F                          |  52 ++-
 interpolation/wv2dxx2.F                          |  49 ++-
 libemos-dp/CMakeLists.txt                        |  31 +-
 libemos-sp/CMakeLists.txt                        |  19 +-
 pbio/emosnum.F                                   |   2 +-
 pbio/gbyte_alpha.c                               | 334 +++++++-------
 pbio/gbyte_le.c                                  | 511 ++++++++++-----------
 tests/CMakeLists.txt                             | 157 ++++---
 interpolation/dummy.F => tests/gribex_abort.F    |  23 +-
 tools/bufrtools_wmo/CMakeLists.txt               |   1 +
 tools/bufrtools_wmo/bufr_88t89.F                 |   0
 tools/bufrtools_wmo/bufr_add_bias.F90            |   1 +
 {tests => tools/bufrtools_wmo}/bufr_decode_all.F |  98 +++--
 tools/bufrtools_wmo/bufr_repack_206t205.F        |   0
 tools/bufrtools_wmo/bufr_repack_satid.F          |   0
 tools/bufrtools_wmo/mod_bufr.F90                 |   0
 79 files changed, 2109 insertions(+), 1426 deletions(-)
 create mode 100644 cmake/ecbuild_features.cmake
 create mode 100644 debian/patches/build_fixes.patch
 create mode 100644 debian/patches/drop_tune.patch
 mode change 100755 => 100644 interpolation/consint.F90
 mode change 100755 => 100644 interpolation/gasetup.F
 mode change 100755 => 100644 interpolation/intwavu.F
 mode change 100755 => 100644 interpolation/nifld.extracommon
 mode change 100755 => 100644 interpolation/precip.F
 create mode 100644 interpolation/rgauss_640_octahedral_not_used.h
 copy interpolation/dummy.F => tests/gribex_abort.F (51%)
 mode change 100755 => 100644 tools/bufrtools_wmo/bufr_88t89.F
 mode change 100755 => 100644 tools/bufrtools_wmo/bufr_add_bias.F90
 rename {tests => tools/bufrtools_wmo}/bufr_decode_all.F (90%)
 mode change 100755 => 100644 tools/bufrtools_wmo/bufr_repack_206t205.F
 mode change 100755 => 100644 tools/bufrtools_wmo/bufr_repack_satid.F
 mode change 100755 => 100644 tools/bufrtools_wmo/mod_bufr.F90

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/emos.git



More information about the debian-science-commits mailing list