summaryrefslogtreecommitdiff
path: root/homebrew/pgrouting/.beer
blob: b21aabc7af65e5d65b69554fcd752aada9afeb36 (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
{
    "name": "Pgrouting",
    "description": "Provides geospatial routing for PostGIS/PostgreSQL database",
    "url": "https://github.com/pgRouting/pgrouting/archive/v2.6.2.tar.gz",
    "mirror": null,
    "homepage": "https://pgrouting.org/",
    "depends": [
        {
            "depend": "cmake",
            "build-depend": true
        },
        {
            "depend": "boost",
            "build-depend": false
        },
        {
            "depend": "cgal",
            "build-depend": false
        },
        {
            "depend": "gmp",
            "build-depend": false
        },
        {
            "depend": "postgis",
            "build-depend": false
        },
        {
            "depend": "postgresql",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "mkdir \"stage\"",
        "mkdir \"build\" do",
        "system \"cmake\", \"-DWITH_DD=ON\", \"..\", *std_cmake_args",
        "system \"make\"",
        "system \"make\", \"install\", \"DESTDIR=#{buildpath}/stage\""
    ],
    "version": "2.6.2",
    "file": "pgrouting.rb"
}