summaryrefslogtreecommitdiff
path: root/homebrew/flann/.beer
blob: 39fdbf19ca1ae309279d4f433bd9f254f55d3234 (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
{
    "name": "Flann",
    "description": "Fast Library for Approximate Nearest Neighbors",
    "url": "https://github.com/mariusmuja/flann/archive/1.9.1.tar.gz",
    "mirror": null,
    "homepage": "https://www.cs.ubc.ca/research/flann/",
    "depends": [
        {
            "depend": "cmake",
            "build-depend": true
        },
        {
            "depend": "hdf5",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"cmake\", \".\", *std_cmake_args, \"-DBUILD_PYTHON_BINDINGS:BOOL=OFF\", \"-DBUILD_MATLAB_BINDINGS:BOOL=OFF\"",
        "system \"make\", \"install\""
    ],
    "version": "1.9.1",
    "file": "flann.rb"
}