summaryrefslogtreecommitdiff
path: root/homebrew/globustoolkit/.beer
blob: b1711801a80d8ef0e099a337fa8215cb60ccc911 (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
{
    "name": "GlobusToolkit",
    "description": "Toolkit used for building grids",
    "url": "https://downloads.globus.org/toolkit/gt6/stable/installers/src/globus_toolkit-6.0.1531931206.tar.gz",
    "mirror": null,
    "homepage": "https://www.globus.org/toolkit/",
    "depends": [
        {
            "depend": "pkg-config",
            "build-depend": true
        },
        {
            "depend": "libtool",
            "build-depend": false
        },
        {
            "depend": "openssl",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "ENV.deparallelize",
        "ENV[\"MACOSX_DEPLOYMENT_TARGET\"] = MacOS.version",
        "man.mkpath",
        "system \"./configure\", \"--prefix=#{libexec}\",",
        "\"--mandir=#{man}\",",
        "\"--disable-dependency-tracking\"",
        "system \"make\"",
        "system \"make\", \"install\"",
        "bins = Dir[\"#{libexec}/bin/*\"].select { |f| File.executable? f }",
        "bin.write_exec_script bins"
    ],
    "version": "6.0.1531931206",
    "file": "globus-toolkit.rb"
}