Skip to content

Commit 91e7906

Browse files
BrewTestBotchenrui333
authored andcommitted
cppad 20250000.0
cppad: add `pkgconf` build dep Signed-off-by: Rui Chen <[email protected]>
1 parent 067bbf9 commit 91e7906

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Formula/c/cppad.rb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Cppad < Formula
22
desc "Differentiation of C++ Algorithms"
33
homepage "https://www.coin-or.org/CppAD"
4-
url "https://github.com/coin-or/CppAD/archive/refs/tags/20240000.7.tar.gz"
5-
sha256 "b3cdc7e18fe3cb2bd427be4abb264c3c58bbb3bd5f88a4244a92c34f893dbab7"
4+
url "https://github.com/coin-or/CppAD/archive/refs/tags/20250000.0.tar.gz"
5+
sha256 "5439b4c972ed16f1583f2f41f20bd958019558506626b0e916a3e84bbf06cbc5"
66
license "EPL-2.0"
77
version_scheme 1
88
head "https://github.com/coin-or/CppAD.git", branch: "master"
@@ -24,6 +24,7 @@ class Cppad < Formula
2424
end
2525

2626
depends_on "cmake" => :build
27+
depends_on "pkgconf" => :build
2728

2829
def install
2930
ENV.cxx11

0 commit comments

Comments
 (0)