Files
loongoffice/external/coinmp
Jan-Marek Glogowski 8a4173987e WASM: add initial support for Emscripten cross build
- configure with:
- --host=wasm64-local-emscripten
- had to make a few externals optional, so adding:
  - --disable-nss
  - --disable-cmis
  - --disable-curl

Change-Id: I48d1c73d2675ad2e2beaf2c341578199efbd24ee
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111130
Tested-by: Jenkins
Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
2021-05-05 21:14:54 +02:00
..

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/].