Skip to content

Commit

Permalink
Update PATH for CP Optimizer and Cplex libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgodard committed Apr 19, 2019
1 parent 475d6c0 commit ee009b2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions gradle/cplex_plugin.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,8 @@ ext {
println("Using cplex studio: $ext.cplexStudioHome")
println("Using native cpo path: $ext.nativeCpoPath")
println("Using native cplex path: $ext.nativeCplexPath")
println("LD_LIBRARY_PATH: $ext.nativeCpoPath$ext.pathSeparator$ext.nativeCplexPath")

test {
println("PATH: $nativeCpoPath$pathSeparator$nativeCplexPath")
environment "PATH", "$nativeCpoPath$pathSeparator$nativeCplexPath" // For Windows dynamic library loading
environment "LD_LIBRARY_PATH", "$nativeCpoPath$pathSeparator$nativeCplexPath" // For Linux dynamic library loading
environment "DYLD_LIBRARY_PATH", "$nativeCpoPath$pathSeparator$nativeCplexPath"
Expand Down

0 comments on commit ee009b2

Please sign in to comment.