summaryrefslogtreecommitdiff
path: root/homebrew/libmpc/.beer
blob: 0b95155a7ae908ad748f558ed49f62f8636e06e6 (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
25
26
27
28
29
30
31
32
33
34
{
    "name": "Libmpc",
    "description": "C library for the arithmetic of high precision complex numbers",
    "url": "https://ftp.gnu.org/gnu/mpc/mpc-1.1.0.tar.gz",
    "mirror": null,
    "homepage": "http://www.multiprecision.org/mpc/",
    "depends": [
        {
            "depend": "gmp",
            "build-depend": false
        },
        {
            "depend": "mpfr",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "args = %W[",
        "--prefix=#{prefix}",
        "--disable-dependency-tracking",
        "--with-gmp=#{Formula[\"gmp\"].opt_prefix}",
        "--with-mpfr=#{Formula[\"mpfr\"].opt_prefix}",
        "]",
        "system \"./configure\", *args",
        "system \"make\"",
        "system \"make\", \"check\"",
        "system \"make\", \"install\""
    ],
    "version": "1.1.0",
    "file": "libmpc.rb"
}