summaryrefslogtreecommitdiff
path: root/homebrew/dynare/.beer
blob: 782598518b7be014115af2932111782d5c1a4913 (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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
    "name": "Dynare",
    "description": "Platform for economic models, particularly DSGE and OLG models",
    "url": "https://www.dynare.org/release/source/dynare-4.5.7.tar.xz",
    "mirror": null,
    "homepage": "https://www.dynare.org/",
    "depends": [
        {
            "depend": "autoconf",
            "build-depend": true
        },
        {
            "depend": "automake",
            "build-depend": true
        },
        {
            "depend": "bison",
            "build-depend": true
        },
        {
            "depend": "flex",
            "build-depend": true
        },
        {
            "depend": "boost",
            "build-depend": true
        },
        {
            "depend": "cweb",
            "build-depend": true
        },
        {
            "depend": "fftw",
            "build-depend": false
        },
        {
            "depend": "gcc",
            "build-depend": false
        },
        {
            "depend": "gsl",
            "build-depend": false
        },
        {
            "depend": "hdf5",
            "build-depend": false
        },
        {
            "depend": "libmatio",
            "build-depend": false
        },
        {
            "depend": "metis",
            "build-depend": false
        },
        {
            "depend": "octave",
            "build-depend": false
        },
        {
            "depend": "suite-sparse",
            "build-depend": false
        },
        {
            "depend": "veclibfort",
            "build-depend": false
        }
    ],
    "resource": [
        {
            "name": "slicot",
            "url": "https://deb.debian.org/debian/pool/main/s/slicot/slicot_5.0+20101122.orig.tar.gz"
        }
    ],
    "conflicts": [],
    "patches": [],
    "install": [
        "ENV.cxx11",
        "resource(\"slicot\").stage do",
        "system \"make\", \"lib\", \"OPTS=-fPIC\", \"SLICOTLIB=../libslicot_pic.a\",",
        "\"FORTRAN=gfortran\", \"LOADER=gfortran\"",
        "system \"make\", \"clean\"",
        "system \"make\", \"lib\", \"OPTS=-fPIC -fdefault-integer-8\",",
        "\"FORTRAN=gfortran\", \"LOADER=gfortran\",",
        "\"SLICOTLIB=../libslicot64_pic.a\"",
        "(buildpath/\"slicot\").install \"libslicot_pic.a\", \"libslicot64_pic.a\""
    ],
    "version": "4.5.7",
    "file": "dynare.rb"
}