summaryrefslogtreecommitdiff
path: root/homebrew/clblas/.beer
blob: 4323076c1b0125df4b8b3c7b66b53aa04720c869 (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
{
    "name": "Clblas",
    "description": "Library containing BLAS functions written in OpenCL",
    "url": "https://github.com/clMathLibraries/clBLAS/archive/v2.12.tar.gz",
    "mirror": null,
    "homepage": "https://github.com/clMathLibraries/clBLAS",
    "depends": [
        {
            "depend": "boost",
            "build-depend": true
        },
        {
            "depend": "cmake",
            "build-depend": true
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"cmake\", \"src\", *std_cmake_args,",
        "\"-DBUILD_CLIENT=OFF\",",
        "\"-DBUILD_KTEST=OFF\",",
        "\"-DBUILD_TEST=OFF\",",
        "\"-DCMAKE_MACOSX_RPATH:BOOL=ON\",",
        "\"-DSUFFIX_LIB:STRING=\"",
        "system \"make\", \"install\"",
        "pkgshare.install \"src/samples/example_srot.c\""
    ],
    "version": "2.12",
    "file": "clblas.rb"
}