From e1fce3da9d0089ef546af64460eb0b54be4570ad Mon Sep 17 00:00:00 2001 From: Shane Burke <68519104+DrShaneBurke@users.noreply.github.com> Date: Fri, 5 Mar 2021 19:57:32 -0500 Subject: [PATCH 01/15] Updated url, version, and sha256 references 1. Updated homepage, url, and head to refer to GitHub rather than coin-or.org 2. Updated version reference to most recent (2.10.5) 3. Updated sha256 for appropriate version (pending) Changes related to the issue discussed at https://github.com/coin-or/CoinUtils/issues/151 --- cbc.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/cbc.rb b/cbc.rb index b1402df..6e2697c 100644 --- a/cbc.rb +++ b/cbc.rb @@ -1,10 +1,10 @@ class Cbc < Formula desc "Mixed integer linear programming solver" - homepage "https://projects.coin-or.org/Cbc" - url "https://www.coin-or.org/download/pkgsource/Cbc/Cbc-2.10.3.tgz" + homepage "https://github.com/coin-or/Cbc" + url "https://github.com/coin-or/Cbc/archive/releases/2.10.5.tar.gz" sha256 "6b823a3fab554774018ec636f21f73ac7edd439b995dc0897a187dd657b23f18" - head "https://projects.coin-or.org/svn/Cbc/trunk" - revision 1 + head "https://github.com/coin-or/Cbc/tree/releases/2.10.5/Cbc" + revision 2 option "with-glpk", "Build with support for reading AMPL/GMPL models" option "with-parallel", "Build with parallel mode enabled" From 5d07ab7e0e4fe4f5da54ed8996b9e8e43018f987 Mon Sep 17 00:00:00 2001 From: Shane Burke <68519104+DrShaneBurke@users.noreply.github.com> Date: Fri, 5 Mar 2021 20:03:52 -0500 Subject: [PATCH 02/15] Updated url, version, and sha256 references 1. Updated homepage, url, and head to refer to GitHub rather than coin-or.org 2. Updated version reference to most recent (2.10.5) 3. Updated sha256 for appropriate version (pending) Changes related to the issue discussed at https://github.com/coin-or/CoinUtils/issues/151 --- cgl.rb | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/cgl.rb b/cgl.rb index ae355a1..b7fc09b 100644 --- a/cgl.rb +++ b/cgl.rb @@ -1,9 +1,10 @@ class Cgl < Formula desc "Cut-generation library" - homepage "https://projects.coin-or.org/Cgl" - url "https://www.coin-or.org/download/pkgsource/Cgl/Cgl-0.60.2.tgz" - sha256 "44ce4c567a55d4e7550c31f9255e655e365108f03a2cd55db623c142a535a9e9" - head "https://projects.coin-or.org/svn/Cgl/trunk" + homepage "https://github.com/coin-or/Cgl" + url "https://github.com/coin-or/Cgl/archive/releases/0.60.3.tar.gz" + sha256 "6b823a3fab554774018ec636f21f73ac7edd439b995dc0897a187dd657b23f18" + head "https://github.com/coin-or/Cgl/tree/releases/0.60.3/Cgl" + revision 1 option "with-ampl-mp", "Build CLP with ASL support" option "with-glpk", "Build CLP with support for reading AMPL/GMPL models" From 96b347213333f822f3debb1df9f542d5646d4850 Mon Sep 17 00:00:00 2001 From: Shane Burke <68519104+DrShaneBurke@users.noreply.github.com> Date: Fri, 5 Mar 2021 20:09:35 -0500 Subject: [PATCH 03/15] Updated url, version, and sha256 references 1. Updated homepage, url, and head to refer to GitHub rather than coin-or.org 2. Updated version reference to most recent (1.17.6) 3. Updated sha256 for appropriate version (pending) Changes related to the issue discussed at https://github.com/coin-or/CoinUtils/issues/151 --- clp.rb | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/clp.rb b/clp.rb index e5174b1..fba73c9 100644 --- a/clp.rb +++ b/clp.rb @@ -1,9 +1,10 @@ class Clp < Formula desc "Linear programming solver" - homepage "https://projects.coin-or.org/Clp" - url "https://www.coin-or.org/download/pkgsource/Clp/Clp-1.17.3.tgz" - sha256 "c68fd7ed1cba58993d21ba61298366b2d26c6420ba4dbd470d38c3f617316e93" - head "https://projects.coin-or.org/svn/Clp/trunk" + homepage "https://github.com/coin-or/Clp" + url "https://github.com/coin-or/Clp/archive/releases/1.17.6.tar.gz" + sha256 "" + head "https://github.com/coin-or/Clp/tree/releases/1.17.6/Clp" + revision 1 option "with-glpk", "Build with support for reading AMPL/GMPL models" From 697cad9145f191adf6ffa99009b2024a58c5e173 Mon Sep 17 00:00:00 2001 From: Shane Burke <68519104+DrShaneBurke@users.noreply.github.com> Date: Fri, 5 Mar 2021 20:11:23 -0500 Subject: [PATCH 04/15] Update cbc.rb --- cbc.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cbc.rb b/cbc.rb index 6e2697c..ebe8fdb 100644 --- a/cbc.rb +++ b/cbc.rb @@ -2,7 +2,7 @@ class Cbc < Formula desc "Mixed integer linear programming solver" homepage "https://github.com/coin-or/Cbc" url "https://github.com/coin-or/Cbc/archive/releases/2.10.5.tar.gz" - sha256 "6b823a3fab554774018ec636f21f73ac7edd439b995dc0897a187dd657b23f18" + sha256 "" head "https://github.com/coin-or/Cbc/tree/releases/2.10.5/Cbc" revision 2 From 451801f27cc6bc26151237d0bdfa298d2df58209 Mon Sep 17 00:00:00 2001 From: Shane Burke <68519104+DrShaneBurke@users.noreply.github.com> Date: Fri, 5 Mar 2021 20:13:16 -0500 Subject: [PATCH 05/15] Updated url, version, and sha256 references 1. Updated homepage, url, and head to refer to GitHub rather than coin-or.org 2. Updated version reference to most recent (0.60.3) 3. Updated sha256 for appropriate version (pending) Changes related to the issue discussed at https://github.com/coin-or/CoinUtils/issues/151 --- cgl.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cgl.rb b/cgl.rb index b7fc09b..d8fda35 100644 --- a/cgl.rb +++ b/cgl.rb @@ -2,7 +2,7 @@ class Cgl < Formula desc "Cut-generation library" homepage "https://github.com/coin-or/Cgl" url "https://github.com/coin-or/Cgl/archive/releases/0.60.3.tar.gz" - sha256 "6b823a3fab554774018ec636f21f73ac7edd439b995dc0897a187dd657b23f18" + sha256 "" head "https://github.com/coin-or/Cgl/tree/releases/0.60.3/Cgl" revision 1 From ea32ffbac9638c84bbbc1d36bb1b00ffadfda5a1 Mon Sep 17 00:00:00 2001 From: Shane Burke <68519104+DrShaneBurke@users.noreply.github.com> Date: Sat, 6 Mar 2021 02:36:40 -0500 Subject: [PATCH 06/15] Update coin_data_miplib3.rb --- coin_data_miplib3.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/coin_data_miplib3.rb b/coin_data_miplib3.rb index d97ab2a..a1e1ac7 100644 --- a/coin_data_miplib3.rb +++ b/coin_data_miplib3.rb @@ -1,8 +1,8 @@ class CoinDataMiplib3 < Formula desc "MIPLib models" homepage "https://www.coin-or.org/download/source/Data" - url "https://www.coin-or.org/download/source/Data/Data-miplib3-1.2.7.tgz" - sha256 "7a6b15435e77e6758d605d0654f0fd2aeeec2d34061b0e95e71f698a047cbb4b" + url "https://www.coin-or.org/download/source/Data/Data-miplib3-1.2.8.tgz" + sha256 "" def install system "./configure", "--disable-debug", From 710196e97130235e3de05a7dd61eb2e9d28ee84c Mon Sep 17 00:00:00 2001 From: Shane Burke <68519104+DrShaneBurke@users.noreply.github.com> Date: Sat, 6 Mar 2021 02:37:40 -0500 Subject: [PATCH 07/15] Updated url reference to most up-to-date version --- coin_data_miplib3.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coin_data_miplib3.rb b/coin_data_miplib3.rb index a1e1ac7..9a770d0 100644 --- a/coin_data_miplib3.rb +++ b/coin_data_miplib3.rb @@ -2,7 +2,7 @@ class CoinDataMiplib3 < Formula desc "MIPLib models" homepage "https://www.coin-or.org/download/source/Data" url "https://www.coin-or.org/download/source/Data/Data-miplib3-1.2.8.tgz" - sha256 "" + sha256 " " def install system "./configure", "--disable-debug", From 4c1ea0bab13e0272d38e2f32ce5ad41f6751d27d Mon Sep 17 00:00:00 2001 From: Shane Burke <68519104+DrShaneBurke@users.noreply.github.com> Date: Sat, 6 Mar 2021 02:41:08 -0500 Subject: [PATCH 08/15] Updated url to most up-to-date version 1. Updated version reference to most recent (1.2.9) 2. Updated sha256 for appropriate version (pending) --- coin_data_netlib.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/coin_data_netlib.rb b/coin_data_netlib.rb index abca5e9..60ad7c0 100644 --- a/coin_data_netlib.rb +++ b/coin_data_netlib.rb @@ -1,8 +1,8 @@ class CoinDataNetlib < Formula desc "Netlib LP models" homepage "https://www.coin-or.org/download/source/Data" - url "https://www.coin-or.org/download/source/Data/Data-Netlib-1.2.8.tgz" - sha256 "f6358d756a1d0ae2ac159a422ceb661f080bf527f7b5a3e30320839beb8de3e4" + url "https://www.coin-or.org/download/source/Data/Data-Netlib-1.2.9.tgz" + sha256 "" def install system "./configure", "--disable-debug", From 5a2bad8c84ad320efaa34b61b250ac344e004626 Mon Sep 17 00:00:00 2001 From: Shane Burke <68519104+DrShaneBurke@users.noreply.github.com> Date: Sat, 6 Mar 2021 02:42:55 -0500 Subject: [PATCH 09/15] Updated url to most up-to-date version 1. Updated version reference to most recent (1.2.12) 2. Updated sha256 for appropriate version (pending) --- coin_data_sample.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/coin_data_sample.rb b/coin_data_sample.rb index bcf42ff..05a5674 100644 --- a/coin_data_sample.rb +++ b/coin_data_sample.rb @@ -1,8 +1,8 @@ class CoinDataSample < Formula desc "Sample models" homepage "https://www.coin-or.org/download/source/Data" - url "https://www.coin-or.org/download/source/Data/Data-Sample-1.2.11.tgz" - sha256 "7d201dc37098dd1f7d68c24d71ca8083eaaa344ec44bd18799ac6245363f8467" + url "https://www.coin-or.org/download/source/Data/Data-Sample-1.2.12.tgz" + sha256 "" def install system "./configure", "--disable-debug", From ede59a1d69e937a9203cedffd00e34ab6de682c8 Mon Sep 17 00:00:00 2001 From: Shane Burke <68519104+DrShaneBurke@users.noreply.github.com> Date: Sat, 6 Mar 2021 02:47:36 -0500 Subject: [PATCH 10/15] Updated url to most up-to-date version 1. Updated version reference to most recent (1.1.7) 2. Updated sha256 for appropriate version (pending) --- coin_data_stochastic.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/coin_data_stochastic.rb b/coin_data_stochastic.rb index a920367..1b535ac 100644 --- a/coin_data_stochastic.rb +++ b/coin_data_stochastic.rb @@ -1,8 +1,8 @@ class CoinDataStochastic < Formula desc "Stochastic models" homepage "https://www.coin-or.org/download/source/Data" - url "https://www.coin-or.org/download/source/Data/Data-Stochastic-1.1.6.tgz" - sha256 "2e2df9cd16bb8d07739cc5b14f0b52a6e697cd181e5e3c793cff83804491c255" + url "https://www.coin-or.org/download/source/Data/Data-Stochastic-1.1.7.tgz" + sha256 "" def install system "./configure", "--disable-debug", From 7b37ed52d041ebad93455ccd584a00497c4e020b Mon Sep 17 00:00:00 2001 From: Shane Burke <68519104+DrShaneBurke@users.noreply.github.com> Date: Sat, 6 Mar 2021 02:48:55 -0500 Subject: [PATCH 11/15] Updated url to most up-to-date version 1. Updated version reference to most recent (1.2.8) 2. Updated sha256 for appropriate version (pending) --- coin_data_miplib3.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coin_data_miplib3.rb b/coin_data_miplib3.rb index 9a770d0..a1e1ac7 100644 --- a/coin_data_miplib3.rb +++ b/coin_data_miplib3.rb @@ -2,7 +2,7 @@ class CoinDataMiplib3 < Formula desc "MIPLib models" homepage "https://www.coin-or.org/download/source/Data" url "https://www.coin-or.org/download/source/Data/Data-miplib3-1.2.8.tgz" - sha256 " " + sha256 "" def install system "./configure", "--disable-debug", From eaa8c4d986a01f8155dae3b68cdaf2ca74adafcd Mon Sep 17 00:00:00 2001 From: Shane Burke <68519104+DrShaneBurke@users.noreply.github.com> Date: Sat, 6 Mar 2021 02:51:08 -0500 Subject: [PATCH 12/15] Updated url, version, and sha256 references 1. Updated homepage, url, and head to refer to GitHub rather than coin-or.org 2. Updated version reference to most recent (2.10.5) 3. Updated sha256 for appropriate version (pending) --- cbc.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cbc.rb b/cbc.rb index ebe8fdb..9578994 100644 --- a/cbc.rb +++ b/cbc.rb @@ -2,7 +2,7 @@ class Cbc < Formula desc "Mixed integer linear programming solver" homepage "https://github.com/coin-or/Cbc" url "https://github.com/coin-or/Cbc/archive/releases/2.10.5.tar.gz" - sha256 "" + sha256 " " head "https://github.com/coin-or/Cbc/tree/releases/2.10.5/Cbc" revision 2 From f1a2c68aa66cf971e0fc824ae66329ec0b1b6c95 Mon Sep 17 00:00:00 2001 From: Shane Burke <68519104+DrShaneBurke@users.noreply.github.com> Date: Sat, 6 Mar 2021 02:55:44 -0500 Subject: [PATCH 13/15] Updated url, version, and sha256 references 1. Updated homepage, url, and head to refer to GitHub rather than coin-or.org 2. Updated version reference to most recent (2.11.4) 3. Updated sha256 for appropriate version (pending) Changes related to the issue discussed at https://github.com/coin-or/CoinUtils/issues/151 --- coinutils.rb | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/coinutils.rb b/coinutils.rb index ddaf5fb..2d96290 100644 --- a/coinutils.rb +++ b/coinutils.rb @@ -1,8 +1,10 @@ class Coinutils < Formula desc "Utilities used by other Coin-OR projects" - homepage "https://projects.coin-or.org/CoinUtils" - url "https://www.coin-or.org/download/pkgsource/CoinUtils/CoinUtils-2.11.3.tgz" - sha256 "b5f904da40a9f1525f6d09105b599f7a8d95dd079e81b974ad0e0ffef1413dbc" + homepage "https://github.com/coin-or/CoinUtils" + url "https://github.com/coin-or/CoinUtils/archive/releases/2.11.4.tar.gz" + sha256 "" + head "https://github.com/coin-or/CoinUtils/tree/releases/2.11.4/CoinUtils" + revision 1 option "with-glpk", "Build with support for reading AMPL/GMPL models" From 1cc1711ab60c78cc9c889f0ad0f662b6d8471759 Mon Sep 17 00:00:00 2001 From: Shane Burke <68519104+DrShaneBurke@users.noreply.github.com> Date: Sat, 6 Mar 2021 05:50:00 -0500 Subject: [PATCH 14/15] Updated all url references to most up-to-date GitHub releases 1. Updated homepage, url, and head to refer to GitHub rather than coin-or.org 2. Updated version references to most recent (as of 3/6/2021) 3. Updated sha256 checksums for appropriate versions 4. Commented out "make" "test" as described at https://github.com/coin-or/CoinUtils/issues/151#issuecomment-791637851 to bypass assertion error Changes were related to the issue discussed at https://github.com/coin-or/CoinUtils/issues/151 Successfully compiled without error when "brew tap coin-or-tools/coinor" then "brew install coin-or-tools/coinor/cbc" was run within PyCharm terminal (community version 2020.3) running Python 3.9 (installed via homebrew version 3.0.4-50) on a 2020 MacBook Air with an M1 Apple Silicon chip running macOS Big Sur (version 11.2.2) and XCode version 12.4 --- cbc.rb | 8 ++++++++ cgl.rb | 8 ++++++++ clp.rb | 8 ++++++++ coin_data_miplib3.rb | 8 ++++++++ coin_data_netlib.rb | 8 ++++++++ coin_data_sample.rb | 8 ++++++++ coin_data_stochastic.rb | 8 ++++++++ coinutils.rb | 10 +++++++++- dylp.rb | 9 +++++---- osi.rb | 9 +++++---- symphony.rb | 9 +++++---- vol.rb | 9 +++++---- 12 files changed, 85 insertions(+), 17 deletions(-) diff --git a/cbc.rb b/cbc.rb index 9578994..8f282c6 100644 --- a/cbc.rb +++ b/cbc.rb @@ -1,10 +1,18 @@ class Cbc < Formula desc "Mixed integer linear programming solver" +<<<<<<< Updated upstream homepage "https://github.com/coin-or/Cbc" url "https://github.com/coin-or/Cbc/archive/releases/2.10.5.tar.gz" sha256 " " head "https://github.com/coin-or/Cbc/tree/releases/2.10.5/Cbc" revision 2 +======= + homepage "https://github.com/coin-or/Cbc" # Updated homepage url reference to GitHub + url "https://github.com/coin-or/Cbc/archive/releases/2.10.5.tar.gz" # Updated url reference to GitHub, version updated to 2.10.5 + sha256 "cc44c1950ff4615e7791d7e03ea34318ca001d3cac6dc3f7f5ee392459ce6719" # Updated sha256 checksum to match updated version + head "https://github.com/coin-or/Cbc/tree/releases/2.10.5/Cbc" # Updated url reference to GitHub, version updated to 2.10.5 + revision 2 # Updated revision count +>>>>>>> Stashed changes option "with-glpk", "Build with support for reading AMPL/GMPL models" option "with-parallel", "Build with parallel mode enabled" diff --git a/cgl.rb b/cgl.rb index d8fda35..389d07e 100644 --- a/cgl.rb +++ b/cgl.rb @@ -1,10 +1,18 @@ class Cgl < Formula desc "Cut-generation library" +<<<<<<< Updated upstream homepage "https://github.com/coin-or/Cgl" url "https://github.com/coin-or/Cgl/archive/releases/0.60.3.tar.gz" sha256 "" head "https://github.com/coin-or/Cgl/tree/releases/0.60.3/Cgl" revision 1 +======= + homepage "https://github.com/coin-or/Cgl" # Updated homepage url reference to GitHub + url "https://github.com/coin-or/Cgl/archive/releases/0.60.3.tar.gz" # Updated url reference to GitHub, version updated to 0.60.3 + sha256 "cfeeedd68feab7c0ce377eb9c7b61715120478f12c4dd0064b05ad640e20f3fb" # Updated sha256 checksum to match updated version + head "https://github.com/coin-or/Cgl/tree/releases/0.60.3/Cgl" # Updated url reference to GitHub, version updated to 0.60.3 + revision 1 # Added revision count +>>>>>>> Stashed changes option "with-ampl-mp", "Build CLP with ASL support" option "with-glpk", "Build CLP with support for reading AMPL/GMPL models" diff --git a/clp.rb b/clp.rb index fba73c9..77df987 100644 --- a/clp.rb +++ b/clp.rb @@ -1,10 +1,18 @@ class Clp < Formula desc "Linear programming solver" +<<<<<<< Updated upstream homepage "https://github.com/coin-or/Clp" url "https://github.com/coin-or/Clp/archive/releases/1.17.6.tar.gz" sha256 "" head "https://github.com/coin-or/Clp/tree/releases/1.17.6/Clp" revision 1 +======= + homepage "https://github.com/coin-or/Clp" # Updated homepage url reference to GitHub + url "https://github.com/coin-or/Clp/archive/releases/1.17.6.tar.gz" # Updated url reference to GitHub, version updated to 1.17.6 + sha256 "afff465b1620cfcbb7b7c17b5d331d412039650ff471c4160c7eb24ae01284c9" # Updated sha256 checksum to match updated version + head "https://github.com/coin-or/Clp/tree/releases/1.17.6/Clp" # Updated head url reference to GitHub, version updated to 1.17.6 + revision 1 # Added revision count +>>>>>>> Stashed changes option "with-glpk", "Build with support for reading AMPL/GMPL models" diff --git a/coin_data_miplib3.rb b/coin_data_miplib3.rb index a1e1ac7..7c080df 100644 --- a/coin_data_miplib3.rb +++ b/coin_data_miplib3.rb @@ -1,8 +1,16 @@ class CoinDataMiplib3 < Formula desc "MIPLib models" +<<<<<<< Updated upstream homepage "https://www.coin-or.org/download/source/Data" url "https://www.coin-or.org/download/source/Data/Data-miplib3-1.2.8.tgz" sha256 "" +======= + homepage "https://github.com/coin-or-tools/Data-miplib3" # Updated homepage url reference to GitHub + url "https://github.com/coin-or-tools/Data-miplib3/archive/releases/1.2.8.tar.gz" # Updated url reference to GitHub, version updated to 1.2.8 + sha256 "72f5255e3078406e3c6f2fee01ead0cd7a4b182c35ffa2c5d4ebd230914c0fe3" # Updated sha256 checksum to match updated version + head "https://github.com/coin-or-tools/Data-Netlib/tree/releases/1.2.8" # Added head and made url reference to GitHub for version 1.2.8 + revision 1 # Added revision count +>>>>>>> Stashed changes def install system "./configure", "--disable-debug", diff --git a/coin_data_netlib.rb b/coin_data_netlib.rb index 60ad7c0..55f32a4 100644 --- a/coin_data_netlib.rb +++ b/coin_data_netlib.rb @@ -1,8 +1,16 @@ class CoinDataNetlib < Formula desc "Netlib LP models" +<<<<<<< Updated upstream homepage "https://www.coin-or.org/download/source/Data" url "https://www.coin-or.org/download/source/Data/Data-Netlib-1.2.9.tgz" sha256 "" +======= + homepage "https://github.com/coin-or-tools/Data-Netlib" # Updated homepage url reference to GitHub + url "https://github.com/coin-or-tools/Data-Netlib/archive/releases/1.2.9.tar.gz" # Updated url reference to GitHub, version updated to 1.2.9 + sha256 "cfc9f4ca02db25458cce66f2b9128daf623cb9204ef41e980fc42dedeb0f76d0" # Updated sha256 checksum to match updated version + head "https://github.com/coin-or-tools/Data-Netlib/tree/releases/1.2.9" # Added head and made url reference to GitHub for version 1.2.9 + revision 1 # Added revision count +>>>>>>> Stashed changes def install system "./configure", "--disable-debug", diff --git a/coin_data_sample.rb b/coin_data_sample.rb index 05a5674..75c484f 100644 --- a/coin_data_sample.rb +++ b/coin_data_sample.rb @@ -1,8 +1,16 @@ class CoinDataSample < Formula desc "Sample models" +<<<<<<< Updated upstream homepage "https://www.coin-or.org/download/source/Data" url "https://www.coin-or.org/download/source/Data/Data-Sample-1.2.12.tgz" sha256 "" +======= + homepage "https://github.com/coin-or-tools/Data-Sample" # Updated homepage url reference to GitHub + url "https://github.com/coin-or-tools/Data-Sample/archive/releases/1.2.12.tar.gz" # Updated url reference to GitHub, version updated to 1.2.12 + sha256 "e9e67c04adfbd85523890b346326b106075df615e922c229277e138dbcb77e64" # Updated sha256 checksum to match updated version + head "https://github.com/coin-or-tools/Data-Sample/tree/releases/1.2.12" # Added head and made url reference to GitHub for version 1.2.12 + revision 1 # Added revision count +>>>>>>> Stashed changes def install system "./configure", "--disable-debug", diff --git a/coin_data_stochastic.rb b/coin_data_stochastic.rb index 1b535ac..2361d85 100644 --- a/coin_data_stochastic.rb +++ b/coin_data_stochastic.rb @@ -1,8 +1,16 @@ class CoinDataStochastic < Formula desc "Stochastic models" +<<<<<<< Updated upstream homepage "https://www.coin-or.org/download/source/Data" url "https://www.coin-or.org/download/source/Data/Data-Stochastic-1.1.7.tgz" sha256 "" +======= + homepage "https://github.com/coin-or-tools/Data-Stochastic" # Updated homepage url reference to GitHub + url "https://github.com/coin-or-tools/Data-Stochastic/archive/releases/1.1.7.tar.gz" # Updated url reference to GitHub, version updated to 1.1.7 + sha256 "73292a7765d2c439d95013944d5ed00ef66feb79c010aa9a4427a3028ed7a785" # Updated sha256 checksum to match updated version + head "https://github.com/coin-or-tools/Data-Stochastic/tree/releases/1.1.7" # Added head and made url reference to GitHub for version 1.1.7 + revision 1 # Added revision count +>>>>>>> Stashed changes def install system "./configure", "--disable-debug", diff --git a/coinutils.rb b/coinutils.rb index 2d96290..ee273df 100644 --- a/coinutils.rb +++ b/coinutils.rb @@ -1,10 +1,18 @@ class Coinutils < Formula desc "Utilities used by other Coin-OR projects" +<<<<<<< Updated upstream homepage "https://github.com/coin-or/CoinUtils" url "https://github.com/coin-or/CoinUtils/archive/releases/2.11.4.tar.gz" sha256 "" head "https://github.com/coin-or/CoinUtils/tree/releases/2.11.4/CoinUtils" revision 1 +======= + homepage "https://github.com/coin-or/CoinUtils" # Updated homepage url reference to GitHub + url "https://github.com/coin-or/CoinUtils/archive/releases/2.11.4.tar.gz" # Updated url reference to GitHub, version updated to 2.11.4 + sha256 "d4effff4452e73356eed9f889efd9c44fe9cd68bd37b608a5ebb2c58bd45ef81" # Updated sha256 checksum to match updated version + head "https://github.com/coin-or/CoinUtils/tree/releases/2.11.4/CoinUtils" # Updated head url reference to GitHub, version updated to 2.11.4 + revision 1 # Added revision count +>>>>>>> Stashed changes option "with-glpk", "Build with support for reading AMPL/GMPL models" @@ -48,7 +56,7 @@ def install system "make" ENV.deparallelize # make install fails in parallel. - system "make", "test" + # system "make", "test" # Commented out this line as described at https://github.com/coin-or/CoinUtils/issues/151#issuecomment-791637851 to deal with make test assertion error system "make", "install" end end diff --git a/dylp.rb b/dylp.rb index 72b0c06..a3cebc7 100644 --- a/dylp.rb +++ b/dylp.rb @@ -1,9 +1,10 @@ class Dylp < Formula desc "Dynamic simplex algorithm for linear programming" - homepage "https://projects.coin-or.org/DyLP" - url "https://www.coin-or.org/download/pkgsource/DyLP/DyLP-1.10.4.tgz" - sha256 "1cf833257a9a849bbb880228565aafc625a842999c3ff322f34f0b352892798b" - head "https://projects.coin-or.org/svn/DyLP/trunk" + homepage "https://github.com/coin-or/DyLP/" # Updated homepage url reference to GitHub + url "https://github.com/coin-or/DyLP/archive/releases/1.10.4.tar.gz" # Updated url reference to GitHub, version already up-to-date as of review + sha256 "46f32047085852c8db73ef188c6357c926479a0da554c19e33fe3ed75d0b01c9" # Updated sha256 checksum to match GitHub version + head "https://github.com/coin-or/DyLP/tree/releases/1.10.4/DyLP" # Updated url reference to GitHub, version already up-to-date as of review + revision 1 # Added revision count depends_on "coin-or-tools/coinor/osi" diff --git a/osi.rb b/osi.rb index 9d407c3..4038ac7 100644 --- a/osi.rb +++ b/osi.rb @@ -1,9 +1,10 @@ class Osi < Formula desc "Abstract class to generic LP solver, derived classes for specific solvers" - homepage "https://projects.coin-or.org/Osi/" - url "https://www.coin-or.org/download/pkgsource/Osi/Osi-0.108.5.tgz" - sha256 "b3b842c9c3c1fa4a869a7cc87b8295185fa517c5a2dcb096372526458dc745f9" - head "https://projects.coin-or.org/svn/Osi/trunk" + homepage "https://github.com/coin-or/Osi" # Updated homepage url reference to GitHub + url "https://github.com/coin-or/Osi/archive/releases/0.108.6.tar.gz" # Updated url reference to GitHub, version updated to 0.108.6 + sha256 "984a5886825e2da9bf44d8a665f4b92812f0700e451c12baf9883eaa2315fad5" # Updated sha256 checksum to match updated version + head "https://github.com/coin-or/Osi/tree/releases/0.108.6/Osi" # Updated head url reference to GitHub, version updated to 0.108.6 + revision 1 # Added revision count option "with-glpk", "Build with interface to GLPK and support for reading AMPL/GMPL models" diff --git a/symphony.rb b/symphony.rb index bbc3c5a..2fbe8da 100644 --- a/symphony.rb +++ b/symphony.rb @@ -1,9 +1,10 @@ class Symphony < Formula desc "Framework for solving mixed integer linear programs" - homepage "https://projects.coin-or.org/SYMPHONY" - url "https://www.coin-or.org/download/pkgsource/SYMPHONY/SYMPHONY-5.6.17.tgz" - sha256 "346367869ca9387e0404dbf6469146a5bcf436795db9dc5b5736ed04eda72fb0" - head "https://github.com/coin-or/SYMPHONY" + homepage "https://github.com/coin-or/SYMPHONY" # Updated homepage url reference to GitHub + url "https://github.com/coin-or/SYMPHONY/archive/releases/5.6.17.tar.gz" # Updated url reference to GitHub, version already up-to-date as of review + sha256 "9631c11f4b4b631b4b9e74f0438af44c152d82043568b0b906c95705700b654d" # Updated sha256 checksum to match GitHub version + head "https://github.com/coin-or/SYMPHONY/tree/releases/5.6.17/SYMPHONY" # Updated head url reference to GitHub, version already up-to-date as of review + revision 1 # Added revision count option "without-openmp", "Disable openmp support" option "with-ampl-mp", "Build CLP with ASL support" diff --git a/vol.rb b/vol.rb index 29e1c0b..ca396a7 100644 --- a/vol.rb +++ b/vol.rb @@ -1,9 +1,10 @@ class Vol < Formula desc "Subgradient method that produces primal and dual solutions" - homepage "https://projects.coin-or.org/Vol" - url "https://www.coin-or.org/download/pkgsource/Vol/Vol-1.5.4.tgz" - sha256 "6cd53e2f4ad0aa68348901bf12fe146335812ee1d85bf272ae0c2bbd76faf1ae" - head "https://projects.coin-or.org/svn/Vol/trunk" + homepage "https://github.com/coin-or/Vol" # Updated homepage url reference to GitHub + url "https://github.com/coin-or/Vol/archive/releases/1.5.4.tar.gz" # Updated url reference to GitHub, version already up-to-date as of review + sha256 "5057fdd9f1a685b44e728ea9d6e501819ab357281569b7628790afd9db44ec3d" # Updated sha256 checksum to match GitHub version + head "https://github.com/coin-or/Vol/tree/releases/1.5.4/Vol" # Updated head url reference to GitHub, version already up-to-date as of review + revision 1 # Added revision count depends_on "coin_data_sample" depends_on "coin-or-tools/coinor/osi" => :recommended From 0b72daba51ef6947b3a61cf182b48273e8b4dce8 Mon Sep 17 00:00:00 2001 From: Ted Ralphs Date: Sat, 6 Mar 2021 12:13:24 -0500 Subject: [PATCH 15/15] Few fixes --- cbc.rb | 11 +---------- cgl.rb | 17 ++++------------- clp.rb | 11 +---------- coin_data_miplib3.rb | 15 ++++----------- coin_data_netlib.rb | 15 ++++----------- coin_data_sample.rb | 15 ++++----------- coin_data_stochastic.rb | 15 ++++----------- coinutils.rb | 13 ++----------- dylp.rb | 9 ++++----- osi.rb | 10 +++++----- symphony.rb | 9 ++++----- vol.rb | 9 ++++----- 12 files changed, 41 insertions(+), 108 deletions(-) diff --git a/cbc.rb b/cbc.rb index 8f282c6..15daf43 100644 --- a/cbc.rb +++ b/cbc.rb @@ -1,18 +1,9 @@ class Cbc < Formula desc "Mixed integer linear programming solver" -<<<<<<< Updated upstream homepage "https://github.com/coin-or/Cbc" url "https://github.com/coin-or/Cbc/archive/releases/2.10.5.tar.gz" - sha256 " " + sha256 "cc44c1950ff4615e7791d7e03ea34318ca001d3cac6dc3f7f5ee392459ce6719" head "https://github.com/coin-or/Cbc/tree/releases/2.10.5/Cbc" - revision 2 -======= - homepage "https://github.com/coin-or/Cbc" # Updated homepage url reference to GitHub - url "https://github.com/coin-or/Cbc/archive/releases/2.10.5.tar.gz" # Updated url reference to GitHub, version updated to 2.10.5 - sha256 "cc44c1950ff4615e7791d7e03ea34318ca001d3cac6dc3f7f5ee392459ce6719" # Updated sha256 checksum to match updated version - head "https://github.com/coin-or/Cbc/tree/releases/2.10.5/Cbc" # Updated url reference to GitHub, version updated to 2.10.5 - revision 2 # Updated revision count ->>>>>>> Stashed changes option "with-glpk", "Build with support for reading AMPL/GMPL models" option "with-parallel", "Build with parallel mode enabled" diff --git a/cgl.rb b/cgl.rb index 389d07e..b2856db 100644 --- a/cgl.rb +++ b/cgl.rb @@ -1,18 +1,9 @@ class Cgl < Formula desc "Cut-generation library" -<<<<<<< Updated upstream - homepage "https://github.com/coin-or/Cgl" - url "https://github.com/coin-or/Cgl/archive/releases/0.60.3.tar.gz" - sha256 "" - head "https://github.com/coin-or/Cgl/tree/releases/0.60.3/Cgl" - revision 1 -======= - homepage "https://github.com/coin-or/Cgl" # Updated homepage url reference to GitHub - url "https://github.com/coin-or/Cgl/archive/releases/0.60.3.tar.gz" # Updated url reference to GitHub, version updated to 0.60.3 - sha256 "cfeeedd68feab7c0ce377eb9c7b61715120478f12c4dd0064b05ad640e20f3fb" # Updated sha256 checksum to match updated version - head "https://github.com/coin-or/Cgl/tree/releases/0.60.3/Cgl" # Updated url reference to GitHub, version updated to 0.60.3 - revision 1 # Added revision count ->>>>>>> Stashed changes + homepage "https://github.com/coin-or/Cgl" + url "https://github.com/coin-or/Cgl/archive/releases/0.60.3.tar.gz" + sha256 "cfeeedd68feab7c0ce377eb9c7b61715120478f12c4dd0064b05ad640e20f3fb" + head "https://github.com/coin-or/Cgl/tree/releases/0.60.3/Cgl" option "with-ampl-mp", "Build CLP with ASL support" option "with-glpk", "Build CLP with support for reading AMPL/GMPL models" diff --git a/clp.rb b/clp.rb index 77df987..d7903c5 100644 --- a/clp.rb +++ b/clp.rb @@ -1,18 +1,9 @@ class Clp < Formula desc "Linear programming solver" -<<<<<<< Updated upstream homepage "https://github.com/coin-or/Clp" url "https://github.com/coin-or/Clp/archive/releases/1.17.6.tar.gz" - sha256 "" + sha256 "afff465b1620cfcbb7b7c17b5d331d412039650ff471c4160c7eb24ae01284c9" head "https://github.com/coin-or/Clp/tree/releases/1.17.6/Clp" - revision 1 -======= - homepage "https://github.com/coin-or/Clp" # Updated homepage url reference to GitHub - url "https://github.com/coin-or/Clp/archive/releases/1.17.6.tar.gz" # Updated url reference to GitHub, version updated to 1.17.6 - sha256 "afff465b1620cfcbb7b7c17b5d331d412039650ff471c4160c7eb24ae01284c9" # Updated sha256 checksum to match updated version - head "https://github.com/coin-or/Clp/tree/releases/1.17.6/Clp" # Updated head url reference to GitHub, version updated to 1.17.6 - revision 1 # Added revision count ->>>>>>> Stashed changes option "with-glpk", "Build with support for reading AMPL/GMPL models" diff --git a/coin_data_miplib3.rb b/coin_data_miplib3.rb index 7c080df..530b2d7 100644 --- a/coin_data_miplib3.rb +++ b/coin_data_miplib3.rb @@ -1,16 +1,9 @@ class CoinDataMiplib3 < Formula desc "MIPLib models" -<<<<<<< Updated upstream - homepage "https://www.coin-or.org/download/source/Data" - url "https://www.coin-or.org/download/source/Data/Data-miplib3-1.2.8.tgz" - sha256 "" -======= - homepage "https://github.com/coin-or-tools/Data-miplib3" # Updated homepage url reference to GitHub - url "https://github.com/coin-or-tools/Data-miplib3/archive/releases/1.2.8.tar.gz" # Updated url reference to GitHub, version updated to 1.2.8 - sha256 "72f5255e3078406e3c6f2fee01ead0cd7a4b182c35ffa2c5d4ebd230914c0fe3" # Updated sha256 checksum to match updated version - head "https://github.com/coin-or-tools/Data-Netlib/tree/releases/1.2.8" # Added head and made url reference to GitHub for version 1.2.8 - revision 1 # Added revision count ->>>>>>> Stashed changes + homepage "https://github.com/coin-or-tools/Data-miplib3" + url "https://github.com/coin-or-tools/Data-miplib3/archive/releases/1.2.8.tar.gz" + sha256 "72f5255e3078406e3c6f2fee01ead0cd7a4b182c35ffa2c5d4ebd230914c0fe3" + head "https://github.com/coin-or-tools/Data-Netlib/tree/releases/1.2.8" def install system "./configure", "--disable-debug", diff --git a/coin_data_netlib.rb b/coin_data_netlib.rb index 55f32a4..d02c4cb 100644 --- a/coin_data_netlib.rb +++ b/coin_data_netlib.rb @@ -1,16 +1,9 @@ class CoinDataNetlib < Formula desc "Netlib LP models" -<<<<<<< Updated upstream - homepage "https://www.coin-or.org/download/source/Data" - url "https://www.coin-or.org/download/source/Data/Data-Netlib-1.2.9.tgz" - sha256 "" -======= - homepage "https://github.com/coin-or-tools/Data-Netlib" # Updated homepage url reference to GitHub - url "https://github.com/coin-or-tools/Data-Netlib/archive/releases/1.2.9.tar.gz" # Updated url reference to GitHub, version updated to 1.2.9 - sha256 "cfc9f4ca02db25458cce66f2b9128daf623cb9204ef41e980fc42dedeb0f76d0" # Updated sha256 checksum to match updated version - head "https://github.com/coin-or-tools/Data-Netlib/tree/releases/1.2.9" # Added head and made url reference to GitHub for version 1.2.9 - revision 1 # Added revision count ->>>>>>> Stashed changes + homepage "https://github.com/coin-or-tools/Data-Netlib" + url "https://github.com/coin-or-tools/Data-Netlib/archive/releases/1.2.9.tar.gz" + sha256 "cfc9f4ca02db25458cce66f2b9128daf623cb9204ef41e980fc42dedeb0f76d0" + head "https://github.com/coin-or-tools/Data-Netlib/tree/releases/1.2.9" def install system "./configure", "--disable-debug", diff --git a/coin_data_sample.rb b/coin_data_sample.rb index 75c484f..8d7440d 100644 --- a/coin_data_sample.rb +++ b/coin_data_sample.rb @@ -1,16 +1,9 @@ class CoinDataSample < Formula desc "Sample models" -<<<<<<< Updated upstream - homepage "https://www.coin-or.org/download/source/Data" - url "https://www.coin-or.org/download/source/Data/Data-Sample-1.2.12.tgz" - sha256 "" -======= - homepage "https://github.com/coin-or-tools/Data-Sample" # Updated homepage url reference to GitHub - url "https://github.com/coin-or-tools/Data-Sample/archive/releases/1.2.12.tar.gz" # Updated url reference to GitHub, version updated to 1.2.12 - sha256 "e9e67c04adfbd85523890b346326b106075df615e922c229277e138dbcb77e64" # Updated sha256 checksum to match updated version - head "https://github.com/coin-or-tools/Data-Sample/tree/releases/1.2.12" # Added head and made url reference to GitHub for version 1.2.12 - revision 1 # Added revision count ->>>>>>> Stashed changes + homepage "https://github.com/coin-or-tools/Data-Sample" + url "https://github.com/coin-or-tools/Data-Sample/archive/releases/1.2.12.tar.gz" + sha256 "e9e67c04adfbd85523890b346326b106075df615e922c229277e138dbcb77e64" + head "https://github.com/coin-or-tools/Data-Sample/tree/releases/1.2.12" def install system "./configure", "--disable-debug", diff --git a/coin_data_stochastic.rb b/coin_data_stochastic.rb index 2361d85..ef937ec 100644 --- a/coin_data_stochastic.rb +++ b/coin_data_stochastic.rb @@ -1,16 +1,9 @@ class CoinDataStochastic < Formula desc "Stochastic models" -<<<<<<< Updated upstream - homepage "https://www.coin-or.org/download/source/Data" - url "https://www.coin-or.org/download/source/Data/Data-Stochastic-1.1.7.tgz" - sha256 "" -======= - homepage "https://github.com/coin-or-tools/Data-Stochastic" # Updated homepage url reference to GitHub - url "https://github.com/coin-or-tools/Data-Stochastic/archive/releases/1.1.7.tar.gz" # Updated url reference to GitHub, version updated to 1.1.7 - sha256 "73292a7765d2c439d95013944d5ed00ef66feb79c010aa9a4427a3028ed7a785" # Updated sha256 checksum to match updated version - head "https://github.com/coin-or-tools/Data-Stochastic/tree/releases/1.1.7" # Added head and made url reference to GitHub for version 1.1.7 - revision 1 # Added revision count ->>>>>>> Stashed changes + homepage "https://github.com/coin-or-tools/Data-Stochastic" + url "https://github.com/coin-or-tools/Data-Stochastic/archive/releases/1.1.7.tar.gz" + sha256 "73292a7765d2c439d95013944d5ed00ef66feb79c010aa9a4427a3028ed7a785" + head "https://github.com/coin-or-tools/Data-Stochastic/tree/releases/1.1.7" def install system "./configure", "--disable-debug", diff --git a/coinutils.rb b/coinutils.rb index ee273df..f321452 100644 --- a/coinutils.rb +++ b/coinutils.rb @@ -1,18 +1,9 @@ class Coinutils < Formula desc "Utilities used by other Coin-OR projects" -<<<<<<< Updated upstream homepage "https://github.com/coin-or/CoinUtils" url "https://github.com/coin-or/CoinUtils/archive/releases/2.11.4.tar.gz" - sha256 "" + sha256 "d4effff4452e73356eed9f889efd9c44fe9cd68bd37b608a5ebb2c58bd45ef81" head "https://github.com/coin-or/CoinUtils/tree/releases/2.11.4/CoinUtils" - revision 1 -======= - homepage "https://github.com/coin-or/CoinUtils" # Updated homepage url reference to GitHub - url "https://github.com/coin-or/CoinUtils/archive/releases/2.11.4.tar.gz" # Updated url reference to GitHub, version updated to 2.11.4 - sha256 "d4effff4452e73356eed9f889efd9c44fe9cd68bd37b608a5ebb2c58bd45ef81" # Updated sha256 checksum to match updated version - head "https://github.com/coin-or/CoinUtils/tree/releases/2.11.4/CoinUtils" # Updated head url reference to GitHub, version updated to 2.11.4 - revision 1 # Added revision count ->>>>>>> Stashed changes option "with-glpk", "Build with support for reading AMPL/GMPL models" @@ -56,7 +47,7 @@ def install system "make" ENV.deparallelize # make install fails in parallel. - # system "make", "test" # Commented out this line as described at https://github.com/coin-or/CoinUtils/issues/151#issuecomment-791637851 to deal with make test assertion error + system "make", "test" system "make", "install" end end diff --git a/dylp.rb b/dylp.rb index a3cebc7..4cd5d09 100644 --- a/dylp.rb +++ b/dylp.rb @@ -1,10 +1,9 @@ class Dylp < Formula desc "Dynamic simplex algorithm for linear programming" - homepage "https://github.com/coin-or/DyLP/" # Updated homepage url reference to GitHub - url "https://github.com/coin-or/DyLP/archive/releases/1.10.4.tar.gz" # Updated url reference to GitHub, version already up-to-date as of review - sha256 "46f32047085852c8db73ef188c6357c926479a0da554c19e33fe3ed75d0b01c9" # Updated sha256 checksum to match GitHub version - head "https://github.com/coin-or/DyLP/tree/releases/1.10.4/DyLP" # Updated url reference to GitHub, version already up-to-date as of review - revision 1 # Added revision count + homepage "https://github.com/coin-or/DyLP/" + url "https://github.com/coin-or/DyLP/archive/releases/1.10.4.tar.gz" + sha256 "46f32047085852c8db73ef188c6357c926479a0da554c19e33fe3ed75d0b01c9" + head "https://github.com/coin-or/DyLP/tree/releases/1.10.4/DyLP" depends_on "coin-or-tools/coinor/osi" diff --git a/osi.rb b/osi.rb index 4038ac7..f5e30d2 100644 --- a/osi.rb +++ b/osi.rb @@ -1,10 +1,10 @@ class Osi < Formula desc "Abstract class to generic LP solver, derived classes for specific solvers" - homepage "https://github.com/coin-or/Osi" # Updated homepage url reference to GitHub - url "https://github.com/coin-or/Osi/archive/releases/0.108.6.tar.gz" # Updated url reference to GitHub, version updated to 0.108.6 - sha256 "984a5886825e2da9bf44d8a665f4b92812f0700e451c12baf9883eaa2315fad5" # Updated sha256 checksum to match updated version - head "https://github.com/coin-or/Osi/tree/releases/0.108.6/Osi" # Updated head url reference to GitHub, version updated to 0.108.6 - revision 1 # Added revision count + homepage "https://github.com/coin-or/Osi" + url "https://github.com/coin-or/Osi/archive/releases/0.108.6.tar.gz" + sha256 "984a5886825e2da9bf44d8a665f4b92812f0700e451c12baf9883eaa2315fad5" + head "https://github.com/coin-or/Osi/tree/releases/0.108.6/Osi" + revision 1 option "with-glpk", "Build with interface to GLPK and support for reading AMPL/GMPL models" diff --git a/symphony.rb b/symphony.rb index 2fbe8da..5d4e999 100644 --- a/symphony.rb +++ b/symphony.rb @@ -1,10 +1,9 @@ class Symphony < Formula desc "Framework for solving mixed integer linear programs" - homepage "https://github.com/coin-or/SYMPHONY" # Updated homepage url reference to GitHub - url "https://github.com/coin-or/SYMPHONY/archive/releases/5.6.17.tar.gz" # Updated url reference to GitHub, version already up-to-date as of review - sha256 "9631c11f4b4b631b4b9e74f0438af44c152d82043568b0b906c95705700b654d" # Updated sha256 checksum to match GitHub version - head "https://github.com/coin-or/SYMPHONY/tree/releases/5.6.17/SYMPHONY" # Updated head url reference to GitHub, version already up-to-date as of review - revision 1 # Added revision count + homepage "https://github.com/coin-or/SYMPHONY" + url "https://github.com/coin-or/SYMPHONY/archive/releases/5.6.17.tar.gz" + sha256 "9631c11f4b4b631b4b9e74f0438af44c152d82043568b0b906c95705700b654d" + head "https://github.com/coin-or/SYMPHONY/tree/releases/5.6.17/SYMPHONY" option "without-openmp", "Disable openmp support" option "with-ampl-mp", "Build CLP with ASL support" diff --git a/vol.rb b/vol.rb index ca396a7..4cf97e7 100644 --- a/vol.rb +++ b/vol.rb @@ -1,10 +1,9 @@ class Vol < Formula desc "Subgradient method that produces primal and dual solutions" - homepage "https://github.com/coin-or/Vol" # Updated homepage url reference to GitHub - url "https://github.com/coin-or/Vol/archive/releases/1.5.4.tar.gz" # Updated url reference to GitHub, version already up-to-date as of review - sha256 "5057fdd9f1a685b44e728ea9d6e501819ab357281569b7628790afd9db44ec3d" # Updated sha256 checksum to match GitHub version - head "https://github.com/coin-or/Vol/tree/releases/1.5.4/Vol" # Updated head url reference to GitHub, version already up-to-date as of review - revision 1 # Added revision count + homepage "https://github.com/coin-or/Vol" + url "https://github.com/coin-or/Vol/archive/releases/1.5.4.tar.gz" + sha256 "5057fdd9f1a685b44e728ea9d6e501819ab357281569b7628790afd9db44ec3d" + head "https://github.com/coin-or/Vol/tree/releases/1.5.4/Vol" depends_on "coin_data_sample" depends_on "coin-or-tools/coinor/osi" => :recommended