CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2023/12/28 14:14:31
Modified files:
misc/openbabel : Makefile
Added files:
misc/openbabel/patches: patch-include_openbabel_inchiformat_h
patch-include_openbabel_plugin_h
patch-scripts_openbabel-R_i
patch-scripts_openbabel-csharp_i
patch-scripts_openbabel-java_i
patch-scripts_openbabel-perl_i
patch-scripts_openbabel-php_i
patch-scripts_openbabel-python_i
patch-scripts_openbabel-ruby_i
patch-src_ops_sort_cpp
Log message:
Remove std::binary_function from openbabel
tb@ found that libcxx 16.0.6 breaks building of xdrawchem, which is
caused by openbabel not being C++17 compatible. Upstream has fixed this
with https://github.com/openbabel/openbabel/pull/2464. The latter has
been backported.
No bump required as diff does not affect symbols.
Build tested by tb@.
OK tb@