We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bffd19 commit d08277cCopy full SHA for d08277c
Formula/cbc.rb
@@ -1,8 +1,8 @@
1
class Cbc < Formula
2
desc "Mixed integer linear programming solver"
3
homepage "https://github.com/coin-or/Cbc"
4
- url "https://github.com/coin-or/Cbc/archive/releases/2.10.8.tar.gz"
5
- sha256 "8525abb541ee1b8e6ff03b00411b66e98bbc58f95be1aefd49d2bca571be2eaf"
+ url "https://github.com/coin-or/Cbc/archive/releases/2.10.9.tar.gz"
+ sha256 "96d02593b01fd1460d421f002734384e4eb1e93ebe1fb3570dc2b7600f20a27e"
6
license "EPL-2.0"
7
8
livecheck do
@@ -28,7 +28,7 @@ class Cbc < Formula
28
depends_on "osi"
29
30
def install
31
- # Work around - same as clp formula
+ # Work around for:
32
# Error 1: "mkdir: #{include}/cbc/coin: File exists."
33
mkdir include/"cbc/coin"
34
0 commit comments