Skip to content

Commit

Permalink
Merge pull request #162 from jac0320/patch-1
Browse files Browse the repository at this point in the history
Update build.jl to enable Cplex 12.8 support in linux
  • Loading branch information
joehuchette authored Feb 14, 2018
2 parents 1bde1b6 + 6e736d0 commit f0d312d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/build.jl
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ end

base_env = "CPLEX_STUDIO_BINARIES"

cpxvers = ["1260","1261","1262","1263","1270", "1271","128"]
cpxvers = ["1260","1261","1262","1263","1270", "1271","128","1280"]

libnames = String["cplex"]
for v in reverse(cpxvers)
Expand Down

0 comments on commit f0d312d

Please sign in to comment.