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 067bbf9 commit 91e7906Copy full SHA for 91e7906
Formula/c/cppad.rb
@@ -1,8 +1,8 @@
1
class Cppad < Formula
2
desc "Differentiation of C++ Algorithms"
3
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"
+ url "https://github.com/coin-or/CppAD/archive/refs/tags/20250000.0.tar.gz"
+ sha256 "5439b4c972ed16f1583f2f41f20bd958019558506626b0e916a3e84bbf06cbc5"
6
license "EPL-2.0"
7
version_scheme 1
8
head "https://github.com/coin-or/CppAD.git", branch: "master"
@@ -24,6 +24,7 @@ class Cppad < Formula
24
end
25
26
depends_on "cmake" => :build
27
+ depends_on "pkgconf" => :build
28
29
def install
30
ENV.cxx11
0 commit comments