Commit Graph

358 Commits

Author SHA1 Message Date
Mizux Seiha
32ee8627ca cmake: rename PRE_RELEASE as RELEASE_CANDIDATE 2025-12-03 14:43:36 +01:00
Corentin Le Molgat
ff9e92d10a make: fix archive_python target 2025-06-02 10:11:38 +02:00
Corentin Le Molgat
a66a6daac7 Bump Copyright to 2025 2025-01-10 11:35:44 +01:00
Mizux Seiha
a76bf1c5dd bump license boilerplate 2024-01-04 13:43:15 +01:00
Laurent Perron
92091e56c0 fix 2023-07-03 22:49:03 +02:00
Mizux Seiha
f6647ce1fc make: fix test_python recipe 2023-02-07 12:30:21 +01:00
Corentin Le Molgat
4619af0e90 python: Rework README.pypi.txt 2022-11-30 11:24:40 +01:00
Corentin Le Molgat
a2f777d4bd make: fix archive_python 2022-11-09 09:30:29 +01:00
Corentin Le Molgat
86a64cd1f4 python: copy pdlp python sample 2022-11-08 18:10:26 +01:00
Mizux Seiha
f8ca40baf2 make: Fix python test run 2022-10-27 10:56:55 +02:00
Corentin Le Molgat
2e97e4319b routing: Add VRP Solution Callback (#3300) 2022-10-19 17:54:12 +02:00
Corentin Le Molgat
1f164099e6 make: Fix sat samples list 2022-10-17 16:11:22 +02:00
Corentin Le Molgat
52a699bf13 makefiles comments fixup 2022-10-05 12:46:43 +02:00
Corentin Le Molgat
40c87e6203 remove test.py.in 2022-09-30 14:25:20 +02:00
Corentin Le Molgat
10e6bdf762 make: Fix python tests 2022-09-28 23:17:46 +02:00
Corentin Le Molgat
1af55b2be3 Add license boilerplate 2022-06-21 11:25:29 +02:00
Corentin Le Molgat
17eeab948a make: Fix python.mk 2022-06-07 14:31:41 +02:00
Mizux Seiha
6376c0e72f version: be able to override MAJOR/MINOR/PATCH
* now, we can use OR_TOOLS_* to overload version name
* rename GIT_REVISION in OR_TOOLS_PATCH for consistency
2022-06-02 18:12:48 +02:00
Corentin Le Molgat
6c329fe3fc examples: remove ref to examples/data 2022-06-02 18:12:46 +02:00
Corentin Le Molgat
c5925565d8 make: rename tools/Makefiles 2022-04-25 15:38:35 +02:00
Corentin Le Molgat
914bc9f9ce make: cleanup python.mk 2022-04-08 11:34:16 +02:00
Corentin Le Molgat
c1998eab4d make: refactor archive generation (#3200)
* Add archive_{cpp,dotnet,java,python,data} targets
* Create a Makefile for each archive to ease build
* Add test_archive_* targets
* Rework tools/README.md
2022-04-07 15:56:16 +02:00
Mizux Seiha
04001db647 make: cleanup 2022-04-06 11:16:10 +02:00
Laurent Perron
61b101bdca test model builder 2022-03-28 10:55:39 +02:00
Laurent Perron
1adfa7fc80 make: cleanup
* Remove SYSTEM (only use PLATFORM)
* Add HAS_PYTHON HAS_JAVA HAS_DOTNET
* move Makefile.unix|win.mk into Makefile.port.mk
* fix make CI
2022-03-09 09:23:41 +01:00
Mizux Seiha
606aca577e Fix LICENSE copy 2022-03-02 21:24:52 +01:00
Mizux Seiha
ed1056cd1a make: Fix build on distro using lib64 2022-03-01 16:14:13 +01:00
Mizux Seiha
83aeed3b7f make: Fix install_python 2022-03-01 13:26:27 +01:00
Corentin Le Molgat
699ec2c3a9 make: Clean and polish
* use BUILD_DIR instead of dependencies
* bring back target doc
* Fix few archive recipe (WiP)
2022-02-25 17:22:19 +01:00
Laurent Perron
4727640b19 fix python tests 2022-02-22 12:53:14 +01:00
Laurent Perron
ff670072ed add check targets 2022-02-22 10:50:50 +01:00
Laurent Perron
464a7bbdfc polish 2022-02-22 10:46:37 +01:00
Laurent Perron
fb79dedb2d more work on makefiles 2022-02-22 10:36:26 +01:00
Laurent Perron
ffad5bbc40 huge makefile cleanup; remove Makefile.local; detect all languages 2022-02-22 10:11:08 +01:00
Laurent Perron
3f0c85d5e0 readd make python java dotnet 2022-02-21 17:45:51 +01:00
Laurent Perron
951e8bbc1e bump pdlp; add log to linear_solver proto; fix bug in CP-SAT 2022-02-21 17:26:34 +01:00
Laurent Perron
8524e60172 fix targets 2022-02-21 16:44:53 +01:00
Laurent Perron
990444339b remove most of the make build commands, rely on cmake to build libraries and packages 2022-02-21 14:02:35 +01:00
Laurent Perron
c1cc32fdb1 remove make based python building 2022-02-21 11:55:25 +01:00
Laurent Perron
1ff01c8932 fix compilation of pywrapinit; add SRC_DIR to the includes; use swig.exe on the path 2022-02-19 17:01:41 +01:00
Laurent Perron
744db669e2 fix make builds 2022-02-18 19:04:21 +01:00
Laurent Perron
1e06115bf6 [BUILD] remove old version of make third_party; use cmake to build dependencies 2022-02-18 15:35:32 +01:00
Corentin Le Molgat
35cf1ed9cb Rework LinearSumAssignment sample 2021-12-22 11:05:53 +01:00
Corentin Le Molgat
689160bfe1 python: use system-site-packages for venv
on Alpine pillow package from pip can't be built
2021-12-13 16:15:50 +01:00
Mizux Seiha
42b65ea6c0 make: Install pandas and matplotlib
Still need to run all samples using the python venv IMHO
2021-11-18 11:39:12 +01:00
Corentin Le Molgat
ac0b672e34 constraint_solver: Add NQueensCp in all supported languages 2021-10-21 15:13:33 +02:00
Corentin Le Molgat
0d6e2a9169 sat: NQueensSat in all languages 2021-10-21 15:13:32 +02:00
Mizux Seiha
b17823cda4 make: Fix packing integration in python wheel package 2021-09-28 19:05:40 +02:00
Laurent Perron
f6fa781fa4 split ortools/data into ortools/scheduling and ortools/packing 2021-09-28 15:58:37 +02:00
Mizux Seiha
d95720b890 python: Add vrp_nodes_indices 2021-09-21 12:27:04 +02:00