summaryrefslogtreecommitdiff
path: root/homebrew/mpfr/.beer
blob: 475b125a8916d50d4d8b74d85313b4b601091e4b (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
{
    "name": "Mpfr",
    "description": "C library for multiple-precision floating-point computations",
    "url": "https://ftp.gnu.org/gnu/mpfr/mpfr-4.0.2.tar.xz",
    "mirror": "https://ftpmirror.gnu.org/mpfr/mpfr-4.0.2.tar.xz",
    "homepage": "https://www.mpfr.org/",
    "depends": [
        {
            "depend": "gmp",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"./configure\", \"--disable-dependency-tracking\", \"--prefix=#{prefix}\",",
        "\"--disable-silent-rules\"",
        "system \"make\"",
        "system \"make\", \"check\"",
        "system \"make\", \"install\""
    ],
    "version": "4.0.2",
    "file": "mpfr.rb"
}