summaryrefslogtreecommitdiff
path: root/homebrew/cppad/.beer
blob: dd6fdfaa9fdcd590bda39efd4e9e4d38556f0e3d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
    "name": "Cppad",
    "description": "Differentiation of C++ Algorithms",
    "url": "https://github.com/coin-or/CppAD/archive/20190200.2.tar.gz",
    "mirror": null,
    "homepage": "https://www.coin-or.org/CppAD",
    "depends": [
        {
            "depend": "cmake",
            "build-depend": true
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "mkdir \"build\" do",
        "system \"cmake\", \"..\", *std_cmake_args,",
        "\"-Dcppad_prefix=#{prefix}\"",
        "system \"make\", \"install\""
    ],
    "version": "20190200.2",
    "file": "cppad.rb"
}