summaryrefslogtreecommitdiff
path: root/homebrew/cloog/.beer
blob: 7376fa6a10b7197f17b6cd55c75298538752e10a (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
35
36
{
    "name": "Cloog",
    "description": "Generate code for scanning Z-polyhedra",
    "url": "https://www.bastoul.net/cloog/pages/download/count.php3?url=./cloog-0.18.4.tar.gz",
    "mirror": null,
    "homepage": "https://www.bastoul.net/cloog/",
    "depends": [
        {
            "depend": "pkg-config",
            "build-depend": true
        },
        {
            "depend": "gmp",
            "build-depend": false
        }
    ],
    "resource": [
        {
            "name": "isl",
            "url": "http://isl.gforge.inria.fr/isl-0.18.tar.xz"
        }
    ],
    "conflicts": [],
    "patches": [],
    "install": [
        "resource(\"isl\").stage do",
        "system \"./configure\", \"--disable-dependency-tracking\",",
        "\"--disable-silent-rules\",",
        "\"--prefix=#{libexec}\",",
        "\"--with-gmp=system\",",
        "\"--with-gmp-prefix=#{Formula[\"gmp\"].opt_prefix}\"",
        "system \"make\", \"install\""
    ],
    "version": "0.18.4",
    "file": "cloog.rb"
}