summaryrefslogtreecommitdiff
path: root/homebrew/svdlibc/.beer
blob: 0a9def90042f56c16ef04e19ccee4edc35dac8cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
    "name": "Svdlibc",
    "description": "C library to perform singular value decomposition",
    "url": "https://tedlab.mit.edu/~dr/SVDLIBC/svdlibc.tgz",
    "mirror": null,
    "homepage": "https://tedlab.mit.edu/~dr/SVDLIBC/",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"make\", \"HOSTTYPE=target\"",
        "include.install \"svdlib.h\"",
        "lib.install \"target/libsvd.a\"",
        "bin.install \"target/svd\""
    ],
    "version": "1.0-unknown",
    "file": "svdlibc.rb"
}