summaryrefslogtreecommitdiff
path: root/homebrew/monetdb/.beer
blob: 915b7ec5f9b61d871061187f7a4b35f6e8869617 (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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
    "name": "Monetdb",
    "description": "Column-store database",
    "url": "https://www.monetdb.org/downloads/sources/Aug2018-SP2/MonetDB-11.31.13.tar.xz",
    "mirror": null,
    "homepage": "https://www.monetdb.org/",
    "depends": [
        {
            "depend": "autoconf",
            "build-depend": true
        },
        {
            "depend": "automake",
            "build-depend": true
        },
        {
            "depend": "gettext",
            "build-depend": true
        },
        {
            "depend": "libtool",
            "build-depend": true
        },
        {
            "depend": "libatomic_ops",
            "build-depend": true
        },
        {
            "depend": "pkg-config",
            "build-depend": true
        },
        {
            "depend": "openssl",
            "build-depend": false
        },
        {
            "depend": "pcre",
            "build-depend": false
        },
        {
            "depend": "readline",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "ENV[\"M4DIRS\"] = \"#{Formula[\"gettext\"].opt_share}/aclocal\" if build.head?",
        "system \"./bootstrap\" if build.head?",
        "system \"./configure\", \"--prefix=#{prefix}\",",
        "\"--enable-assert=no\",",
        "\"--enable-debug=no\",",
        "\"--enable-optimize=yes\",",
        "\"--enable-testing=no\",",
        "\"--with-readline=#{Formula[\"readline\"].opt_prefix}\",",
        "\"--disable-rintegration\"",
        "system \"make\", \"install\""
    ],
    "version": "11.31.13",
    "file": "monetdb.rb"
}