Commit Graph

132 Commits

Author SHA1 Message Date
Laurent Perron
3c445063ac readd missing dependency on patchelf 2017-07-12 15:04:04 -07:00
Laurent Perron
60bb0a7909 continue working on docker support for linux; add pypi_export target 2017-07-12 14:56:59 -07:00
Laurent Perron
5510b00fea fix 2017-07-12 11:13:42 -07:00
Laurent Perron
88bf683de0 fix make install_python_modules 2017-06-01 00:39:58 +02:00
Laurent Perron
c11e9d2d46 add __version__ to pypi module 2017-05-24 23:52:13 +02:00
Laurent Perron
821aaa579c fix python build, do not build wheel on linux yet 2017-05-17 11:11:26 +02:00
Laurent Perron
d2cd773edb build wheel on linux too 2017-05-16 10:28:31 +02:00
Laurent Perron
b6632140a5 bump version to 6.0; fix make archive and make pypi_archive 2017-05-11 15:01:35 +02:00
Laurent Perron
66b8d23079 move src to ortools; simplified python generation; remove some namespaces in the ortools/base helper files 2017-04-26 17:30:25 +02:00
Laurent Perron
a86664de48 change fz temp folder 2017-01-25 20:29:08 +00:00
Driss Lahlou
cbf69c2fb1 fix in Makefile.python.mk 2017-01-25 20:10:19 +01:00
Driss Lahlou
14b36dd240 support twine 2017-01-25 18:11:15 +01:00
Driss Lahlou
72e661f337 fix in pypi_upload 2017-01-24 21:26:49 +01:00
Driss Lahlou
1dbd92ca65 support multi versions of python in release 2017-01-24 19:33:22 +01:00
Driss Lahlou
ed091571dc fix in Makefile.python.mk 2017-01-23 20:59:19 +01:00
Driss Lahlou
413c3c2be5 better python detection 2017-01-23 18:55:13 +01:00
Driss Lahlou
8b1cc2e407 Refactoring of makefiles 2017-01-10 21:05:56 +01:00
Driss Lahlou
dc65c072bc fix in makefiles/Makefile.python.mk for windows 2017-01-02 21:21:35 +01:00
Driss Lahlou
923cf07b68 integrate install_python_dependencies in python + use protobuf from sources 2017-01-02 20:53:18 +01:00
Driss Lahlou
eb44132a54 rename python variables 2016-12-19 12:41:48 +01:00
Driss Lahlou
9e40456d7f Merge branch 'master' of https://github.com/google/or-tools 2016-10-03 11:03:15 +02:00
Driss Lahlou
8f3789d167 set VS90COMNTOOLS= 2016-10-03 11:02:41 +02:00
Driss Lahlou
62f33375ae Makefile for python 2016-09-22 14:55:50 +02:00
Driss Lahlou
fd7f279557 unify pypi setup.py 2016-09-20 18:59:15 +02:00
Driss Lahlou
9555601b70 archives fixes 2016-09-20 15:54:58 +02:00
Driss Lahlou
d2f051f1b4 fix PYTHONPATH for tests and examples 2016-09-07 15:55:11 +02:00
Driss Lahlou
44b72402c1 fix python wrap compiling dependecies 2016-09-01 20:55:08 +02:00
Driss Lahlou
af3266907b fix todos 2016-08-31 16:25:00 +02:00
Driss Lahlou
fd0b9e9e03 add ortools and protobuf versions test to python examples archive 2016-08-04 21:07:14 +02:00
Driss Lahlou
4fa5cb62be python archive name fix 2016-08-01 14:51:34 +02:00
Driss Lahlou
1cab51345a fix pypi archives 2016-07-29 18:15:33 +02:00
Driss Lahlou
24353a5670 change archives names 2016-07-20 14:28:53 +02:00
Laurent Perron
476c490176 use generated makefile part; port all other makefiles; remove files that were not compiled, and cannot be compiled 2016-07-19 13:14:43 -07:00
Laurent Perron
abf09891ad speed up table constraints; embed solver parameters in the routing parameters; fix a bug in RevIntSet 2016-07-13 14:51:35 -07:00
Driss Lahlou
ff65b49ae6 fix ortools version in Makefile.python.mk 2016-07-07 14:51:59 +02:00
Laurent Perron
25ccd1ef83 changed bdist_egg into bdist_wheel on windows/mac os X 2016-06-28 16:35:33 +02:00
Laurent Perron
27e994ce08 remove PYTHON_LIB_SUFFIX, working support on pypi_archive 2016-06-28 16:15:49 +02:00
Laurent Perron
e760a3a903 rename and document DYNAMIC_LIB_SUFFIX into PYTHON_LIB_SUFFIX 2016-06-28 11:50:52 +02:00
Laurent Perron
4c4a7240db more cleaning of makefiles 2016-06-28 10:53:28 +02:00
Laurent Perron
0d911276f3 completely revamp dependencies on header and protobuf files. Should be more robust now 2016-06-28 00:18:34 +02:00
Driss Lahlou
f433040b01 Makefiles refactor 2016-06-27 15:30:24 +02:00
Laurent Perron
2fc3704da7 change installation directory 2016-06-21 14:39:26 +02:00
Laurent Perron
ba692308f1 revamp archive numbering 2016-06-21 11:41:13 +02:00
Laurent Perron
1a7107b52c readd A* shortest path in header file, start wrapping it in python 2016-06-03 16:30:14 +02:00
Laurent Perron
51e6e39ec1 fix 2016-04-13 13:52:28 +02:00
Laurent Perron
7e340c322d better handling of python2/python3 2016-04-13 13:51:05 +02:00
Laurent Perron
e09fe2aa9a fix python3 support on windows, it was not detected 2016-04-13 04:39:22 -07:00
Laurent Perron
6fe0922561 adapt to data being moved to examples 2016-04-12 18:04:18 +02:00
Laurent Perron
937d021dfd polish support for python3 2016-03-16 13:34:47 +01:00
Laurent Perron
6127049df6 fix issue #105, add --no-same-owner to tar on unix 2016-03-08 14:20:50 -08:00