summaryrefslogtreecommitdiff
path: root/homebrew/viennacl/.beer
blob: 9f8f24e9227ed5ad933b72cf75bb7de8676d0e49 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
    "name": "Viennacl",
    "description": "Linear algebra library for many-core architectures and multi-core CPUs",
    "url": "https://downloads.sourceforge.net/project/viennacl/1.7.x/ViennaCL-1.7.1.tar.gz",
    "mirror": null,
    "homepage": "https://viennacl.sourceforge.io/",
    "depends": [
        {
            "depend": "cmake",
            "build-depend": true
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"cmake\", \".\", *std_cmake_args",
        "system \"make\", \"install\"",
        "libexec.install \"#{buildpath}/examples/benchmarks/dense_blas-bench-cpu\" => \"test\""
    ],
    "version": "1.7.1",
    "file": "viennacl.rb"
}