We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95dd59d commit d1adbf7Copy full SHA for d1adbf7
etc/DependencyInstaller.sh
@@ -126,8 +126,8 @@ _installOrTools() {
126
os=$1
127
version=$2
128
arch=$3
129
- orToolsVersionBig=9.4
130
- orToolsVersionSmall=${orToolsVersionBig}.1874
+ orToolsVersionBig=9.5
+ orToolsVersionSmall=${orToolsVersionBig}.2237
131
orToolsFile=or-tools_${arch}_${os}-${version}_cpp_v${orToolsVersionSmall}.tar.gz
132
wget https://github.com/google/or-tools/releases/download/v${orToolsVersionBig}/${orToolsFile}
133
orToolsPath="/opt/or-tools"
@@ -535,7 +535,7 @@ EOF
535
;;
536
"Darwin" )
537
_installDarwin
538
- _installOrTools "MacOsX" "12.5" $(uname -m)
+ _installOrTools "MacOsX" "13.0.1" $(uname -m)
539
cat <<EOF
540
541
To install or run openroad, update your path with:
0 commit comments