Skip to content

Commit

Permalink
Remove dylp configure argument
Browse files Browse the repository at this point in the history
  • Loading branch information
tkralphs authored Aug 9, 2024
1 parent 36fabba commit 37c0d68
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions symphony.rb
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,6 @@ def install
args << "--with-clp-lib=-L#{Formula["coin-or-tools/coinor/clp"].opt_lib} -lClp -lOsiClp"
args << "--with-clp-incdir=#{Formula["coin-or-tools/coinor/clp"].opt_include}/clp/coin"

args << "--with-dylp-lib=-L#{Formula["coin-or-tools/coinor/dylp"].opt_lib} -lDylp"
args << "--with-dylp-incdir=#{Formula["coin-or-tools/coinor/dylp"].opt_include}/dylp/coin"

args << "--with-glpk-lib=-L#{Formula["coin-or-tools/coinor/glpk@448"].opt_lib} -lglpk"
args << "--with-glpk-incdir=#{Formula["coin-or-tools/coinor/glpk@448"].opt_include}"
args << "--with-gmpl"
Expand Down

0 comments on commit 37c0d68

Please sign in to comment.