File tree Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Original file line number Diff line number Diff line change 11class LpSolve < Formula
22 desc "Mixed integer linear programming solver"
3- homepage "https://sourceforge.net/projects/lpsolve /"
4- url "https://downloads.sourceforge.net/lpsolve/ lp_solve_5.5.2.11_source .tar.gz"
5- sha256 "6d4abff5cc6aaa933ae8e6c17a226df0fc0b671c438f69715d41d09fe81f902f "
3+ homepage "https://lp-solve.github.io /"
4+ url "https://github.com/lp-solve/lp_solve/releases/download/5.5.2.14/ lp_solve_5.5.2.14_source .tar.gz"
5+ sha256 "a4bbdc881128bdbe920a38e134c9add5db47f9aa814a0a018ba940b0f3c278c3 "
66 license "LGPL-2.1-or-later"
77
88 no_autobump! because : :requires_manual_review
@@ -32,13 +32,6 @@ def install
3232 "ux64"
3333 end
3434
35- # Workaround for newer Clang
36- if DevelopmentTools . clang_build_version >= 1403
37- inreplace %W[ lpsolve55/ccc#{ target } lp_solve/ccc#{ target } ] ,
38- /^c=cc$/ ,
39- 'c="cc -Wno-implicit-int"'
40- end
41-
4235 cd "lpsolve55" do
4336 system "sh" , "ccc#{ target } "
4437 lib . install "bin/#{ subdir } /liblpsolve55.a"
You can’t perform that action at this time.
0 commit comments