Skip to content

SPI-2589: Update for gcc 14 compatibility

Dmitri Konstantinov requested to merge gcc14-ruamel_yaml_clib-patch into master

This MR continues moving towards full gcc14 compatible stack:

  • removes ftjam as not used anywhere anymore (was used by gg2VV)
  • updates podio to 1.00.01 from 0.99
  • updates lxml to 5.2.2 from 5.1.0
  • updates shapely to 2.0.5 from 2.0.5 and patch flags adding -Wno-error=incompatible-pointer-types to suppress the incompatible-pointer-types warning
  • uses c++14 for xqilla
  • adds patch for ruamel_yaml_clib to work with gcc14
  • update patch for hadoop-3.3.6 and pass -Wno-implicit-function-declaration for hadoop-common libraries
Edited by Dmitri Konstantinov

Merge request reports

Loading