From 9037ef7b9d501a134c89a597d35563fa8a938ed1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81linson=20S=2E=20Xavier?= Date: Fri, 14 Aug 2020 14:35:12 -0500 Subject: [PATCH] Add CPLEX 12.10 --- deps/build.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deps/build.jl b/deps/build.jl index 63c7d59..bc21d9c 100644 --- a/deps/build.jl +++ b/deps/build.jl @@ -14,7 +14,7 @@ function write_depsfile(path) end base_env = "CPLEX_STUDIO_BINARIES" -const cpxvers = ["128", "1280", "129", "1290"] +const cpxvers = ["128", "1280", "129", "1290", "1210", "12100"] libnames = String["cplex"] for v in reverse(cpxvers) @@ -28,7 +28,7 @@ for v in reverse(cpxvers) end end -const wincpxvers = ["128", "1280", "129", "1290"] +const wincpxvers = ["128", "1280", "129", "1290", "1210", "12100"] @static if Sys.iswindows() for v in reverse(wincpxvers) env = base_env * v