Commit Graph

20 Commits

Author SHA1 Message Date
Corentin Le Molgat
9141d05483 cmake: docs fixup 2025-07-10 10:58:01 +02:00
Corentin Le Molgat
1f27694ab8 cmake: Add BZip2 support 2025-04-07 16:28:51 +02:00
Corentin Le Molgat
285066c32d cmake: update docs/deps.dot 2025-03-24 14:15:50 +01:00
Corentin Le Molgat
6acf4d3311 cmake: update internal doc 2025-03-13 08:23:11 +01:00
Mizux Seiha
51e348357d cmake: Enable soplex when building SCIP
* use SCIP::libscip
  note: While scip provide ALIAS,
  they forget to use it when `install(export ...)`
* update internal docs/
* build boost as static libraries
2025-03-12 14:12:54 +01:00
Corentin Le Molgat
c34026b101 Bump copyright to 2025
note: done using
```sh
git grep -l "2010-2024 Google" | xargs sed -i 's/2010-2024 Google/2010-2025 Google/'
```
2025-01-10 11:33:35 +01:00
Mizux Seiha
a76bf1c5dd bump license boilerplate 2024-01-04 13:43:15 +01:00
Corentin Le Molgat
6286ae4499 replace VS 2019 by 2022 in the doc 2023-10-30 14:36:28 +01:00
Mizux Seiha
93c0c7f035 deps: bump swig to 4.1.1 2023-02-02 19:02:56 +01:00
Corentin Le Molgat
86321f2025 cmake: prepare HiGHS support 2022-10-06 14:45:07 +02:00
Corentin Le Molgat
045a5d93b7 Sync google3 github 2022-06-17 14:23:23 +02:00
Corentin Le Molgat
acc820a27c Fix md formatting 2022-05-19 17:23:01 +02:00
Corentin Le Molgat
103663a5e4 sync from g3 2022-05-16 17:44:50 +02:00
Corentin Le Molgat
ab186d5499 few more renaming 2022-05-16 11:59:15 +02:00
Corentin Le Molgat
fb02389141 doc: rename master to main in internal doc 2022-05-16 11:27:02 +02:00
StefanBruens
9021ffbb95 Build Python modules as CMake MODULEs (#3259)
Python since 3.8 no longer links to the interpreter library, so
symbols like `PyExc_AttributeError` will be undefined at link time.

This causes build failures when shared libraries are linked with
`-Wl,--no-undefined`. Use `TYPE MODULE` for python extension modules,
which allows to specify distinct flags via CMAKE_MODULE_LINKER_FLAGS
vs CMAKE_SHARED_LINKER_FLAGS. (The same is already used by
`pybind11_add_module(... MODULE ...)`).

Fixes #3258.
2022-04-28 15:50:56 +02:00
Corentin Le Molgat
53872581ba cmake(ci): Clean doc 2022-04-13 11:47:09 +02:00
Corentin Le Molgat
660b2005a5 cmake: Update internal docs 2022-03-25 11:11:59 +01:00
Corentin Le Molgat
5ce9ba3081 cmake: Update internal doc 2022-02-28 10:20:02 +01:00
Mizux Seiha
8d96a95479 rename internal doc/ folders to docs/ 2022-01-06 17:06:56 +01:00