office-gobmx/external/coinmp
Stephan Bergmann 4417c30d6a external/coinmp: Avoid -Werror,-Wc++2b-extensions
> ClpSimplex.cpp:6038:2: error: use of a '#elifdef' directive is a C++2b extension [-Werror,-Wc++2b-extensions]
> #elifdef COIN_HAS_MUMPS
>  ^

seen with Clang 15 trunk since
<a1545f51a9>
"Warn if using `elifdef` & `elifndef` in not C2x & C++2b mode" (and which is
turned into an error because External_coinmp builds with --pedantic-errors)

Change-Id: I1db213aec91bc17c720fd58270eab452b2e4e0f5
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/134478
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2022-05-17 18:34:39 +02:00
..
coinmp-msvc-disable-sse2.patch.1
configure-exit.patch
ExternalPackage_coinmp.mk
ExternalProject_coinmp.mk
libtool.patch
Makefile
Module_coinmp.mk
no-binaries.patch.1
osi_cuts_iterator.patch.0
pedantic-errors.patch
README
register.patch
rpath.patch
ubsan.patch.0
UnpackedTarball_coinmp.mk
werror-format-pedantic.patch.0
werror-format-security.patch.0
werror-undef.patch.0
windows.build.patch.1
Wnon-c-typedef-for-linkage.patch

CoinMP is a C-API library that supports most of the functionality of CLP (Coin LP),
CBC (Coin Branch-and-Cut), and CGL (Cut Generation Library) projects.

Info [https://projects.coin-or.org/CoinMP].
From [http://www.coin-or.org/download/source/CoinMP/].