ampl-mp: fix conflict with google-benchmark
Closes #46808. Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
parent
e7fab18f86
commit
c845422802
1 changed files with 8 additions and 1 deletions
|
@ -3,7 +3,7 @@ class AmplMp < Formula
|
|||
homepage "https://www.ampl.com/"
|
||||
url "https://github.com/ampl/mp/archive/3.1.0.tar.gz"
|
||||
sha256 "587c1a88f4c8f57bef95b58a8586956145417c8039f59b1758365ccc5a309ae9"
|
||||
revision 2
|
||||
revision 3
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
|
@ -22,6 +22,13 @@ class AmplMp < Formula
|
|||
sha256 "b836dbf1208426f4bd93d6d79d632c6f5619054279ac33453825e036a915c675"
|
||||
end
|
||||
|
||||
# Removes Google Benchmark - as already done so upstream
|
||||
# All it did was conflict with the google-benchmark formula
|
||||
patch do
|
||||
url "https://github.com/ampl/mp/commit/96e332bb8cb7ba925e3ac947d6df515496027eed.patch?full_index=1"
|
||||
sha256 "1a4ef4cd1f4e8b959c20518f8f00994ef577e74e05824b2d1b241b1c3c1f84eb"
|
||||
end
|
||||
|
||||
def install
|
||||
system "cmake", ".", *std_cmake_args, "-DBUILD_SHARED_LIBS=True"
|
||||
system "make", "all"
|
||||
|
|
Loading…
Reference in a new issue