summaryrefslogtreecommitdiff
path: root/homebrew/qrupdate/.beer
blob: fde4482d34f25f7d88a0bccbda714c839dac35a4 (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": "Qrupdate",
    "description": "Fast updates of QR and Cholesky decompositions",
    "url": "https://downloads.sourceforge.net/qrupdate/qrupdate-1.1.2.tar.gz",
    "mirror": null,
    "homepage": "https://sourceforge.net/projects/qrupdate/",
    "depends": [
        {
            "depend": "gcc",
            "build-depend": false
        },
        {
            "depend": "veclibfort",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "ENV.deparallelize",
        "system \"make\", \"lib\", \"solib\",",
        "\"BLAS=-L#{Formula[\"veclibfort\"].opt_lib} -lvecLibFort\"",
        "rm \"INSTALL\"",
        "inreplace \"src/Makefile\", \"install -D\", \"install\"",
        "lib.mkpath",
        "system \"make\", \"install\", \"PREFIX=#{prefix}\"",
        "pkgshare.install \"test/tch1dn.f\", \"test/utils.f\""
    ],
    "version": "1.1.2",
    "file": "qrupdate.rb"
}