Skip to content

Commit

Permalink
Bump OR-Tools version. (#26)
Browse files Browse the repository at this point in the history
Simple version bump to keep things up-to-date. The SCIP solver was recently re-licensed under Apache 2.0, however, the version OR-Tools pulls in is unfortunately still subject to the old license, so no changes there.

I tested building the image locally. No changes are required to CIRCT.
  • Loading branch information
jopperm authored Jan 19, 2023
1 parent 202ccda commit d5972b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration_test/or-tools.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
# Downloads, compiles, and installs OR-Tools into /usr

OR_TOOLS_VER=9.2
OR_TOOLS_VER=9.5

# Disable fetching and building SCIP below because of its license:
# "SCIP is distributed under the ZIB Academic License. You are allowed to
Expand Down

0 comments on commit d5972b9

Please sign in to comment.