Commit Graph

69 Commits

Author SHA1 Message Date
lperron@google.com
d763563ff2 fix 2014-02-19 16:39:11 +00:00
lperron@google.com
d2a2abb6e3 support proto input/output for python linear solver 2014-02-19 15:12:53 +00:00
lperron@google.com
3d4ab479d2 fix missing manifest file in pypi module/win 32 2014-02-14 15:15:00 +00:00
lperron@google.com
a9d6f6bf4d change the way the native libraries are handled in the pypi module 2014-02-14 13:38:07 +00:00
lperron@google.com
d4b27bf435 bump cbc to 2.8.9; bump mono to 3.2.6; automatically pull libtool,automake,autoconf on mac, pull bison 3.0.2 and flex 2.5.37 on unix to build the new prototype flatzinc interpreter 2014-02-09 21:38:17 +00:00
laurent.perron@gmail.com
804dbcb093 misc 2014-02-02 19:05:09 +00:00
laurent.perron@gmail.com
59b6f07c8e misc 2014-02-02 19:03:38 +00:00
laurent.perron@gmail.com
5f503f33ee python modules on linux now use a shared library with patched rpath 2014-01-27 04:59:53 +00:00
lperron@google.com
bbab0de9e6 on windows, build bdist_egg and bdist_wininst for pypi modules 2014-01-26 21:53:28 +00:00
lperron@google.com
1fe4600e54 python libraries on mac os X uses libortools.dylib 2014-01-26 21:51:23 +00:00
lperron@google.com
4e7d755d69 clean up makefile 2014-01-23 00:57:19 +00:00
lperron@google.com
45ad9f14fe clean makefile 2014-01-22 22:27:44 +00:00
lperron@google.com
9e52cbd1fd fix ortools pypi modules 2014-01-04 10:05:04 +00:00
lperron@google.com
f5a7c8a05e fix ortools pypi modules 2014-01-04 09:59:30 +00:00
lperron@google.com
7a111c0b01 fix ortools pypi modules 2014-01-04 09:50:34 +00:00
lperron@google.com
5c4f46689b create python_examples_archive 2014-01-04 09:38:46 +00:00
lperron@google.com
916e5aa595 create python_examples_archive 2014-01-04 09:33:29 +00:00
lperron@google.com
0e30791a1a create python_examples_archive 2014-01-04 09:30:13 +00:00
lperron@google.com
d4ce92931e copy dummy module when building the python archive 2014-01-04 09:13:44 +00:00
laurent.perron@gmail.com
4ce4bdda25 fix 2014-01-03 21:15:16 +00:00
laurent.perron@gmail.com
a3fdb17736 fix binary egg for windows 2014-01-03 21:13:09 +00:00
laurent.perron@gmail.com
4c8786bec3 merge routing and cp python modules into the cp module 2014-01-03 19:39:07 +00:00
laurent.perron@gmail.com
a7a81edbba add protobuf to python module dependencies; add dummy module to force archive name in egg file; build egg file by default 2014-01-03 19:16:29 +00:00
laurent.perron@gmail.com
1d275accb2 support Assignment.proto in Python CP 2014-01-01 14:11:58 +00:00
laurent.perron@gmail.com
2c411d5c78 support for protobuf input/output args in python, use it for search limits and model proto in CP 2014-01-01 13:58:07 +00:00
laurent.perron@gmail.com
3dd9528c8b create bdist_egg in pypi_upload 2013-12-29 21:10:33 +00:00
laurent.perron@gmail.com
15e832af5b fix problem with native libraries not found in python3; align display 2013-12-29 14:54:48 +00:00
laurent.perron@gmail.com
729fbe1afe prepare for python3 2013-12-28 23:11:38 +00:00
lperron@google.com
d2826059bc pypi module on windows will use bdist_wininst 2013-12-27 19:13:39 +00:00
lperron@google.com
e9a663be60 improve pypi distribution 2013-12-27 12:26:41 +00:00
lperron@google.com
1d92e77c52 improve pypi distribution 2013-12-27 12:26:00 +00:00
lperron@google.com
20e83ae116 improve pypi distribution 2013-12-27 12:22:30 +00:00
lperron@google.com
7c74533870 prepare python archive for Pypi 2013-12-27 11:10:25 +00:00
lperron@google.com
d09058b90f prepare python archive for Pypi 2013-12-27 11:08:54 +00:00
lperron@google.com
71b0d5291e prepare python archive for Pypi 2013-12-27 11:04:44 +00:00
laurent.perron@gmail.com
49d8b69b83 windows fix 2013-12-24 23:26:34 +00:00
lperron@google.com
82a815ab65 add a ortools package for python modules; kept compatibility; updated all examples 2013-12-24 11:35:01 +00:00
lperron@google.com
5aaea1d858 remove obsolete linear_solver.proto; speed up sat solver 2013-12-20 10:44:30 +00:00
lperron@google.com
6c9d105b84 clean makefile: PYTHONVERSION -> PYTHON_VERSION 2013-12-19 12:44:42 +00:00
lperron@google.com
10ba375832 fix deps 2013-12-05 17:59:29 +00:00
lperron@google.com
24513ef9d1 fix pyd mess in python archives 2013-11-06 14:31:33 +00:00
lperron@google.com
412c8a43d0 remove upload targets 2013-09-20 15:47:20 +00:00
lperron@google.com
8951f94631 improve makefiles; fix examples/tests/remote 2013-06-19 09:54:37 +00:00
lperron@google.com
b0d1b1e225 fix 2012-09-02 15:29:41 +00:00
lperron@google.com
bd25bee356 improved python/java/.NET archives, available on all platforms, with license and readme file 2012-09-02 15:20:21 +00:00
lperron@google.com
c8b7265209 more work on archives and upload 2012-09-02 08:05:22 +00:00
laurent.perron@gmail.com
40539dc0a5 compile library both as static and dynamic, will allow delivering python/java/.net on unix, **WARNING** Will break unix build 2012-09-01 20:12:38 +00:00
laurent.perron@gmail.com
82c6582bb4 script to upload python archive 2012-07-30 20:48:25 +00:00
laurent.perron@gmail.com
6522be6842 script to upload python archive 2012-07-30 20:47:13 +00:00
laurent.perron@gmail.com
2c63e4c7d0 work on python archive for windows 2012-07-30 18:21:03 +00:00