summaryrefslogtreecommitdiff
path: root/homebrew/hwloc/.beer
blob: 6871ac3704ac1e52882e65c5496d2dd078c7c553 (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
37
38
39
40
41
{
    "name": "Hwloc",
    "description": "Portable abstraction of the hierarchical topology of modern architectures",
    "url": "https://www.open-mpi.org/software/hwloc/v2.0/downloads/hwloc-2.0.3.tar.bz2",
    "mirror": null,
    "homepage": "https://www.open-mpi.org/projects/hwloc/",
    "depends": [
        {
            "depend": "autoconf",
            "build-depend": true
        },
        {
            "depend": "automake",
            "build-depend": true
        },
        {
            "depend": "libtool",
            "build-depend": true
        },
        {
            "depend": "pkg-config",
            "build-depend": true
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"./autogen.sh\" if build.head?",
        "system \"./configure\", \"--disable-debug\",",
        "\"--disable-dependency-tracking\",",
        "\"--enable-shared\",",
        "\"--enable-static\",",
        "\"--prefix=#{prefix}\",",
        "\"--without-x\"",
        "system \"make\", \"install\"",
        "pkgshare.install \"tests\""
    ],
    "version": "2.0.3",
    "file": "hwloc.rb"
}