8000 Merge pull request #128139 from p-linnane/bump-clp-cgl-cbc · ArduinoBot/homebrew-core@4461060 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4461060

Browse files
authored
Merge pull request Homebrew#128139 from p-linnane/bump-clp-cgl-cbc
clp 1.17.8 cgl 0.60.7 cbc 2.10.9
2 parents 7b934b6 + 594d0ef commit 4461060

File tree

3 files changed

+30
-33
lines changed

3 files changed

+30
-33
lines changed

Formula/cbc.rb

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Cbc < Formula
22
desc "Mixed integer linear programming solver"
33
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"
4+
url "https://github.com/coin-or/Cbc/archive/releases/2.10.9.tar.gz"
5+
sha256 "96d02593b01fd1460d421f002734384e4eb1e93ebe1fb3570dc2b7600f20a27e"
66
license "EPL-2.0"
77

88
livecheck do
@@ -11,14 +11,13 @@ class Cbc < Formula
1111
end
1212

1313
bottle do
14-
sha256 cellar: :any, arm64_ventura: "c8bff9b2f9b87861b8ed62c50ac11ddcadc2a45207df8061d763c142e736d826"
15-
sha256 cellar: :any, arm64_monterey: "9c6816ac51c4f6dfce9211077647576e41c87484d80fe80f37b10b010357292c"
16-
sha256 cellar: :any, arm64_big_sur: "f6d4d0d73a51b53cb17920352f78c1d7aba923d53ecc4bd3a7a4fa9968e7bdb5"
17-
sha256 cellar: :any, ventura: "b58cd56a49903ea0ee63cf8f6b847f487b577d21d02e3b73ce60d63a0af536c4"
18-
sha256 cellar: :any, monterey: "58cd161d62e3c14010428dbe330a90858424f6fbb44b7da7337c2bbd21475dcb"
19-
sha256 cellar: :any, big_sur: "9dfd9b522f7488c4f8e09277d38f8a73fce9ee7e3febf2a7cec27005130e8659"
20-
sha256 cellar: :any, catalina: "255d298551bab042bd860bdd1a6fa005fb17ed61bf80bc4288a7862387dba4fc"
21-
sha256 cellar: :any_skip_relocation, x86_64_linux: "72a1c63a9b265b697e1be4ae6abbb90d002467fa4699ca0123cbb4cb4bba3da9"
14+
sha256 cellar: :any, arm64_ventura: "5cad219c2d4a6371c2d9f56fb3e225b59d4e0dd0d8ec8ff81856841bfed4018a"
15+
sha256 cellar: :any, arm64_monterey: "71ef863b217a28962072ece491da7ee1bd0b3608ad20d687f3cfd10b96b5daa4"
16+
sha256 cellar: :any, arm64_big_sur: "8df58beceb472403f05dbaf1a821c601249955eca2f4e12d352e1dbbf1af60f4"
17+
sha256 cellar: :any, ventura: "cb0951838409208ae6293d056a1ab80be2c36c89c76afcd1b00675d97fc0ac37"
18+
sha256 cellar: :any, monterey: "29cb89c2e874ba69f1243ada350f6b7b248a25c5f28c14c1785e349618899681"
19+
sha256 cellar: :any, big_sur: "e11266ac6e81462b06049703d83fdc370cd28f3d75d2f33663469f1ffa363daf"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "1af7e782db242fa4709e5ca8b013b247765340d8629d01e39c0ba03798d39036"
2221
end
2322

2423
depends_on "pkg-config" => :build
@@ -28,7 +27,7 @@ class Cbc < Formula
2827
depends_on "osi"
2928

3029
def install
31-
# Work around - same as clp formula
30+
# Work around for:
3231
# Error 1: "mkdir: #{include}/cbc/coin: File exists."
3332
mkdir include/"cbc/coin"
3433

Formula/cgl.rb

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Cgl < Formula
22
desc "Cut Generation Library"
33
homepage "https://github.com/coin-or/Cgl"
4-
url "https://github.com/coin-or/Cgl/archive/releases/0.60.6.tar.gz"
5-
sha256 "9e2c51ffad816ab408763d6b931e2a3060482ee4bf1983148969de96d4b2c9ce"
4+
url "https://github.com/coin-or/Cgl/archive/releases/0.60.7.tar.gz"
5+
sha256 "93b30a80b5d2880c2e72d5877c64bdeaf4d7c1928b3194ea2f88b1aa4517fb1b"
66
license "EPL-2.0"
77

88
livecheck do
@@ -11,14 +11,13 @@ class Cgl < Formula
1111
end
1212

1313
bottle do
14-
sha256 cellar: :any, arm64_ventura: "97457bc867eb58f73da7c39453488704a2a9e6c0a461937239de8b8c5d86deed"
15-
sha256 cellar: :any, arm64_monterey: "cea5e33d3a1cd912c38bc558e8c962b0ea0495820fa69b1fc29f5fb2d1386dd4"
16-
sha256 cellar: :any, arm64_big_sur: "7d100e6e8d3f9366d113cb527c4022c4be871fbab16c9b071d9d3abe9bffd8c1"
17-
sha256 cellar: :any, ventura: "02eee3abdaf5ada3a195772fdf76c39b14d42623219e443ab7551ae44ae08e87"
18-
sha256 cellar: :any, monterey: "4fedffb360740c5faa5bf6b62ae7d451e2d7a4cba55da63f8ed760c95458368e"
19-
sha256 cellar: :any, big_sur: "3c01eba7f47e4fb1bbac2f98f44333e1728ebde00d1ec8439b8c69c8b800bb53"
20-
sha256 cellar: :any, catalina: "b32056388c0fe4872ba562a456618e4b51cbfd8fb4d92be6c6a16cd53dc08cc5"
21-
sha256 cellar: :any_skip_relocation, x86_64_linux: "81891856e66351a118b8f8640fc6509a10ea93936d46f3ca59132dc3e7a03f5f"
14+
sha256 cellar: :any, arm64_ventura: "3ddd93328f7b4eb4ecfaf4dac9164827b49034a2bbbca9ac03901d87ca8dd6ce"
15+
sha256 cellar: :any, arm64_monterey: "44c8ab710a85a522bae175ac78395e368296cb07bde774805aab214dfb854d99"
16+
sha256 cellar: :any, arm64_big_sur: "677dddccb79e3389d017a91a4e4da553c58868ff56185891e02d62567f4ce486"
17+
sha256 cellar: :any, ventura: "642be86f74cf36155df032886103b2fa76434b8d297f36c352667c945e964c54"
18+
sha256 cellar: :any, monterey: "15e126b054f035a2de747d098d2fd4d9f2c3ff3395607784257cde9544ffb13c"
19+
sha256 cellar: :any, big_sur: "b778532577e8b296512ed07940c17019002695c766bbce50c6271d0c0a69d8c2"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "c164298d488e8e71948514edd97154453299a62cf2026306224e24e595297a3d"
2221
end
2322

2423
depends_on "pkg-config" => :build
@@ -27,7 +26,7 @@ class Cgl < Formula
2726
depends_on "osi"
2827

2928
resource "coin-or-tools-data-sample-p0033-mps" do
30-
url "https://raw.githubusercontent.com/coin-or-tools/Data-Sample/releases/1.2.11/p0033.mps"
29+
url "https://raw.githubusercontent.com/coin-or-tools/Data-Sample/releases/1.2.12/p0033.mps"
3130
sha256 "8ccff819023237c79ef32e238a5da9348725ce9a4425d48888baf3a0b3b42628"
3231
end
3332

Formula/clp.rb

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Clp < Formula
22
desc "Linear programming solver"
33
homepage "https://github.com/coin-or/Clp"
4-
url "https://github.com/coin-or/Clp/archive/releases/1.17.7.tar.gz"
5-
sha256 "c4c2c0e014220ce8b6294f3be0f3a595a37bef58a14bf9bac406016e9e73b0f5"
4+
url "https://github.com/coin-or/Clp/archive/releases/1.17.8.tar.gz"
5+
sha256 "f9931b5ba44f0daf445c6b48fc2c250dc12e667e59ace8ea7b025f158fe31556"
66
license "EPL-2.0"
77

88
livecheck do
@@ -11,14 +11,13 @@ class Clp < Formula
1111
end
1212

1313
bottle do
14-
sha256 cellar: :any, arm64_ventura: "b933a8e00e77e296fac88f9e9f4df486684b9af8329fba8d016f8b2359469ebc"
15-
sha256 cellar: :any, arm64_monterey: "17d872a7aa2ec5f8f1cb3759bd69139e100c13000fbe11a5fad9aaf6dc8317f2"
16-
sha256 cellar: :any, arm64_big_sur: "cec830295042bd72147eda6e79e1c0a54f1fca05af181ab34f719fb3fd55f06b"
17-
sha256 cellar: :any, ventura: "5379a136549d8a2631262c43425399f1a9d708a56cb1c2ab66637e7cf5cabfa7"
18-
sha256 cellar: :any, monterey: "b3e651293949113d80f1156bfc5a13c50f65f7e8019471995f80b95f16227276"
19-
sha256 cellar: :any, big_sur: "0f6eed77fe4689ca6c0c1765a57bca96aa02b032df3efb614b8be6efb93efac1"
20-
sha256 cellar: :any, catalina: "565b7866cfc9dd3866a7fd0212408fe35951e3ffdadf9c4e2360a7b0388b6e48"
21-
sha256 cellar: :any_skip_relocation, x86_64_linux: "a3dad68c532f478c9bf2299a8babfdf18b84db64ac6810130998804a86ab9757"
14+
sha256 cellar: :any, arm64_ventura: "efe170c0bf8394a5db5fab7fe2eacd52471337cd7cb2d144b39c8ad621e7ff2e"
15+
sha256 cellar: :any, arm64_monterey: "9d2980cc39519cf78053c951cafee4b0fb11f900a6cef87eaff3c50f3612dcfc"
16+
sha256 cellar: :any, arm64_big_sur: "6dc3cc5e3b85420d45d610f7743e45541b3bf62511040d5046092fd9361a73b3"
17+
sha256 cellar: :any, ventura: "88d6a80f4da99110a34a5b37cf44324e7cad52c063db6d7fac5ae48d753b4f82"
18+
sha256 cellar: :any, monterey: "6e458f50c974e968c541288ae791a70768caacc4f03819a0ac886edf86e6c25d"
19+
sha256 cellar: :any, big_sur: "0562833cfb1dac1a446690e0633b64421920628f9df7dbfa0f8ce9071efabe99"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "e784d51dc920a31d3134473c8d92cd5ead97e34fa90d8bf1a205abe31586f4c4"
2221
end
2322

2423
depends_on "pkg-config" => [:build, :test]
@@ -32,7 +31,7 @@ class Clp < Formula
3231
end
3332

3433
def install
35-
# Work around https://github.com/coin-or/Clp/issues/109:
34+
# Work around for:
3635
# Error 1: "mkdir: #{include}/clp/coin: File exists."
3736
mkdir include/"clp/coin"
3837

0 commit comments

Comments
 (0)
0