Skip to content

Commit ae1a650

Browse files
Upgrade ORTools dependencies to include Mac and Linux ARM (#448)
## What is the goal of this PR? We upgrade to the newest versions of ORTools, which include both Linux and Mac ARM64 builds. ## What are the changes implemented in this PR? * Upgrade bazel-distribution * Upgrade or-tools to `9.6.2534`, and switch to including both mac x86 and arm64 builds, along with the linux arm64 build
1 parent 5463970 commit ae1a650

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

distribution/deps.bzl

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ def vaticle_bazel_distribution():
2121
git_repository(
2222
name = "vaticle_bazel_distribution",
2323
remote = "https://github.com/vaticle/bazel-distribution",
24-
commit = "60f85a96391f181ad68c2298bb4618032b388929" # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_bazel_distribution
24+
commit = "3da5196dfc18fc2e235a3ccc146ea6a90a20702f" # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_bazel_distribution
2525
)

library/maven/artifacts.bzl

+6-6
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ artifacts = {
3232
"com.google.guava:guava": "30.1-jre",
3333
"com.google.http-client:google-http-client": "1.34.2",
3434
"com.google.inject:guice": "4.2.2",
35-
"com.google.ortools:ortools-darwin": "8.0.8283",
36-
"com.google.ortools:ortools-darwin-java": "8.0.8283",
37-
"com.google.ortools:ortools-linux-x86-64": "8.0.8283",
38-
"com.google.ortools:ortools-linux-x86-64-java": "8.0.8283",
39-
"com.google.ortools:ortools-win32-x86-64": "8.0.8283",
40-
"com.google.ortools:ortools-win32-x86-64-java": "8.0.8283",
35+
"com.google.ortools:ortools-java": "9.6.2534",
36+
"com.google.ortools:ortools-darwin-x86-64": "9.6.2534",
37+
"com.google.ortools:ortools-darwin-aarch64": "9.6.2534",
38+
"com.google.ortools:ortools-linux-x86-64": "9.6.2534",
39+
"com.google.ortools:ortools-linux-aarch64": "9.6.2534",
40+
"com.google.ortools:ortools-win32-x86-64": "9.6.2534",
4141
"com.google.protobuf:protobuf-java": "3.14.0",
4242
"com.jcraft:jsch": "0.1.55",
4343
"com.microsoft.azure:azure": "1.33.1",

0 commit comments

Comments
 (0)