Commit Graph

397 Commits

Author SHA1 Message Date
Corentin Le Molgat
efa9e9bb7b Merge LsApi.java to TestConstraintSolver.java 2019-03-04 00:05:12 +01:00
Corentin Le Molgat
7b87b7073f Fix archive 2019-02-22 15:00:54 +01:00
Corentin Le Molgat
43fb0716fa Update .csproj 2019-02-19 11:56:59 +01:00
Corentin Le Molgat
9ad342903c mv tsp.cs & vrp.cs to cp/samples 2018-12-27 11:06:02 +01:00
Corentin Le Molgat
5d791894c8 Rename manylinux2010 to manylinux1
- pip doesn't recognize manylinux2010 yet
- Supported distro, should work even with manylinux2010 package...
2018-12-20 15:52:52 +01:00
Corentin Le Molgat
f9eca864d6 Docker: remove unneeded python package 2018-12-20 13:10:57 +01:00
Corentin Le Molgat
084c1b0d78 Docker: remove deprecated target 2018-12-20 13:10:24 +01:00
Corentin Le Molgat
6d9473b540 fix building manylinux2010 package 2018-12-20 11:45:07 +01:00
Corentin Le Molgat
586a880fda Docker: disable python3.4 python package 2018-12-20 11:45:06 +01:00
Corentin Le Molgat
5afa57afda docker: Mount export in bash_<distro> container 2018-12-20 11:45:06 +01:00
Corentin Le Molgat
6802912233 Try to use auditwheel repair --plat manylinux2010 2018-12-20 11:45:06 +01:00
Corentin Le Molgat
5f93db75a9 Update auditwheel to support manylinux2010 policy 2018-12-20 11:45:06 +01:00
Corentin Le Molgat
8b3ef58541 Use manylinux2010 from henriquegemignani/manylinux 2018-12-20 11:45:06 +01:00
Corentin Le Molgat
652aae5d71 Fixup Makefile in archive 2018-12-10 17:18:17 +01:00
Corentin Le Molgat
e2ac323228 Fix Flags in archive 2018-12-10 16:17:42 +01:00
Corentin Le Molgat
4ba98b615a Fix missing absl libraries in archive 2018-12-06 16:11:47 +01:00
Corentin Le Molgat
13c82b0bd4 Add PRE_RELEASE support
Python PEP440: https://www.python.org/dev/peps/pep-0440/#pre-releases
.Net: https://docs.microsoft.com/en-us/nuget/create-packages/prerelease-packages

note: Microsoft has a 3 years still open bug to manage prerelease in version
see: https://github.com/NuGet/Home/issues/912
2018-12-06 14:55:32 +01:00
Corentin Le Molgat
d730c50065 Update generate_dotnet_proj script 2018-11-30 15:30:40 +01:00
Corentin Le Molgat
554cbccaa9 update Makefile.cc.java.dotnet 2018-11-27 10:51:22 +01:00
Corentin Le Molgat
169ce39ba4 Fix docker python script 2018-11-27 10:06:54 +01:00
Corentin Le Molgat
cdc08f82e8 Update build-manylinux1.sh 2018-11-27 08:27:57 +01:00
Corentin Le Molgat
463631efb9 Fix Makefile.cc.java.dotnet 2018-11-26 09:51:07 +01:00
Corentin Le Molgat
c404146530 Bump .Net proj to 6.10.* 2018-11-26 09:49:32 +01:00
Corentin Le Molgat
6311cb837d Archive Fix dotnet examples list 2018-11-23 14:23:59 +01:00
Corentin Le Molgat
f63f6f7051 Move some examples to constraint_solver/samples 2018-11-23 10:49:46 +01:00
Corentin Le Molgat
484e469d2b Clean Makefile.cc.java.dotnet 2018-11-23 10:29:53 +01:00
Corentin Le Molgat
60fa2fb271 Make FAP a header only library 2018-11-23 08:52:59 +01:00
Corentin Le Molgat
20d9bc0e50 Make Dimacs a header only library
- Remove special case in Makefile rules
2018-11-22 18:14:06 +01:00
Corentin Le Molgat
2ac7e3f9b6 Fixup for CVRPTW library 2018-11-22 18:12:55 +01:00
Corentin Le Molgat
98cbd29324 Make cvrptw_lib a header only lib.
- don't need extra stuff in Makefile anymore
2018-11-22 18:04:57 +01:00
Corentin Le Molgat
e6decf0c37 Use microsoft 18.04 feed for ubuntu 18.10
- Microsoft still not provide a 18.10 package, fortunately 18.04 seems to work.
2018-11-22 18:04:57 +01:00
Corentin Le Molgat
5245717839 Update docker
- Add Ubuntu 18.10
- Remove Ubuntu 17.10
- Cleanup some Dockerfiles
2018-11-22 18:04:57 +01:00
Corentin Le Molgat
d79ea4b0a4 docker: Use external snk file when building artifact
You must have a or-tools.snk file in ortools/tools/docker directory
2018-11-19 17:36:48 +01:00
Corentin Le Molgat
97fd0095a7 Makefile: Update archive targets recipe 2018-11-19 09:40:09 +01:00
Corentin Le Molgat
b2ed452218 Add missing SimpleLpProgram.csproj 2018-11-09 16:02:25 +01:00
Corentin Le Molgat
679783dbd2 Travis-CI: build with -j4 2018-10-31 08:33:43 +01:00
Corentin Le Molgat
c18421ab44 Makefile: Add build/run target
- Add build/run target to archive Makefile
- Be able to run cc/python/java/dotnet examples in //
2018-10-31 08:33:43 +01:00
Corentin Le Molgat
078756abee Update Makefile.cc.java.dotnet 2018-10-09 15:15:27 +02:00
Laurent Perron
c57297bc4f fix gen_all_deps for windows 2018-10-05 11:24:53 +02:00
Laurent Perron
bc6af29eec Merge branch 'master' of https://github.com/google/or-tools 2018-10-02 10:36:01 +02:00
Corentin Le Molgat
c907c57305 Fix auditwheel in manylinux docker
force wheel==0.31.1 since API is broken in 0.32
2018-10-02 10:08:34 +02:00
Corentin Le Molgat
2c030d0e38 Fixup publish_delivery_win.cmd 2018-10-02 08:21:33 +02:00
Corentin Le Molgat
49247b4898 Rework Python temp directory
- Make temp dir consistent using underscore
- Fixup TEMP_DIR in build_delivery_* scripts
2018-10-02 08:21:10 +02:00
Corentin Le Molgat
c934a8e296 Upload publish script 2018-10-01 08:32:01 +02:00
Corentin Le Molgat
0d25944755 rework publish script 2018-09-28 17:48:55 +02:00
Laurent Perron
4568ef1a5b revamp gen_dependencies and Makefile.gen.mk 2018-09-28 11:46:52 +02:00
Corentin Le Molgat
0241e6d74e Makefile: Force pb.h files to be build first ! 2018-09-26 17:12:36 +02:00
Corentin Le Molgat
e3c46b4429 Revert "Update generator"
This reverts commit 3495deebaa.
2018-09-26 17:08:51 +02:00
Corentin Le Molgat
3495deebaa Update generator 2018-09-26 14:23:09 +02:00
Corentin Le Molgat
fab7d5e154 Update docker script to run test on archive 2018-09-24 17:37:50 +02:00