summaryrefslogtreecommitdiff
path: root/homebrew/pdal/.beer
blob: 591510273e31d3150b499e625250f5c6b98845be (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
{
    "name": "Pdal",
    "description": "Point data abstraction library",
    "url": "https://github.com/PDAL/PDAL/releases/download/1.9.0/PDAL-1.9.0-src.tar.gz",
    "mirror": null,
    "homepage": "https://www.pdal.io/",
    "depends": [
        {
            "depend": "cmake",
            "build-depend": true
        },
        {
            "depend": "pkg-config",
            "build-depend": true
        },
        {
            "depend": "gdal",
            "build-depend": false
        },
        {
            "depend": "hdf5",
            "build-depend": false
        },
        {
            "depend": "laszip",
            "build-depend": false
        },
        {
            "depend": "numpy",
            "build-depend": false
        },
        {
            "depend": "pcl",
            "build-depend": false
        },
        {
            "depend": "postgresql",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"cmake\", \".\", *std_cmake_args,",
        "\"-DWITH_LASZIP=TRUE\",",
        "\"-DBUILD_PLUGIN_GREYHOUND=ON\",",
        "\"-DBUILD_PLUGIN_ICEBRIDGE=ON\",",
        "\"-DBUILD_PLUGIN_PCL=ON\",",
        "\"-DBUILD_PLUGIN_PGPOINTCLOUD=ON\",",
        "\"-DBUILD_PLUGIN_PYTHON=ON\",",
        "\"-DBUILD_PLUGIN_SQLITE=ON\"",
        "system \"make\", \"install\"",
        "doc.install \"examples\", \"test\""
    ],
    "version": "1.9.0",
    "file": "pdal.rb"
}