summaryrefslogtreecommitdiff
path: root/homebrew/libbi/.beer
blob: 6af1e8c07e0b8ebcc4da6cd405c19eb30a52df02 (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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
{
    "name": "Libbi",
    "description": "Bayesian state-space modelling on parallel computer hardware",
    "url": "https://github.com/lawmurray/LibBi/archive/1.4.4.tar.gz",
    "mirror": null,
    "homepage": "https://libbi.org/",
    "depends": [
        {
            "depend": "automake",
            "build-depend": false
        },
        {
            "depend": "boost",
            "build-depend": false
        },
        {
            "depend": "gsl",
            "build-depend": false
        },
        {
            "depend": "netcdf",
            "build-depend": false
        },
        {
            "depend": "qrupdate",
            "build-depend": false
        }
    ],
    "resource": [
        {
            "name": "Test::Simple",
            "url": "https://cpan.metacpan.org/authors/id/E/EX/EXODIST/Test-Simple-1.302133.tar.gz"
        },
        {
            "name": "Getopt::ArgvFile",
            "url": "https://cpan.metacpan.org/authors/id/J/JS/JSTENZEL/Getopt-ArgvFile-1.11.tar.gz"
        },
        {
            "name": "Carp::Assert",
            "url": "https://cpan.metacpan.org/authors/id/N/NE/NEILB/Carp-Assert-0.21.tar.gz"
        },
        {
            "name": "File::Slurp",
            "url": "https://cpan.metacpan.org/authors/id/U/UR/URI/File-Slurp-9999.19.tar.gz"
        },
        {
            "name": "Parse::Yapp",
            "url": "https://cpan.metacpan.org/authors/id/W/WB/WBRASWELL/Parse-Yapp-1.21.tar.gz"
        },
        {
            "name": "Parse::Template",
            "url": "https://cpan.metacpan.org/authors/id/P/PS/PSCUST/ParseTemplate-3.08.tar.gz"
        },
        {
            "name": "Parse::Lex",
            "url": "https://cpan.metacpan.org/authors/id/P/PS/PSCUST/ParseLex-2.21.tar.gz"
        },
        {
            "name": "Parse::RecDescent",
            "url": "https://cpan.metacpan.org/authors/id/J/JT/JTBRAUN/Parse-RecDescent-1.967015.tar.gz"
        },
        {
            "name": "Math::Symbolic",
            "url": "https://cpan.metacpan.org/authors/id/S/SM/SMUELLER/Math-Symbolic-0.612.tar.gz"
        },
        {
            "name": "YAML::Tiny",
            "url": "https://cpan.metacpan.org/authors/id/E/ET/ETHER/YAML-Tiny-1.73.tar.gz"
        },
        {
            "name": "File::Remove",
            "url": "https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/File-Remove-1.57.tar.gz"
        },
        {
            "name": "inc::Module::Install::DSL",
            "url": "https://cpan.metacpan.org/authors/id/E/ET/ETHER/Module-Install-1.19.tar.gz"
        },
        {
            "name": "Class::Inspector",
            "url": "https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/Class-Inspector-1.32.tar.gz"
        },
        {
            "name": "File::ShareDir",
            "url": "https://cpan.metacpan.org/authors/id/R/RE/REHSACK/File-ShareDir-1.104.tar.gz"
        },
        {
            "name": "Template",
            "url": "https://cpan.metacpan.org/authors/id/A/AB/ABW/Template-Toolkit-2.27.tar.gz"
        },
        {
            "name": "Graph",
            "url": "https://cpan.metacpan.org/authors/id/J/JH/JHI/Graph-0.9704.tar.gz"
        },
        {
            "name": "thrust",
            "url": "https://github.com/thrust/thrust/archive/1.8.2.tar.gz"
        }
    ],
    "conflicts": [],
    "patches": [],
    "install": [
        "ENV.prepend_create_path \"PERL5LIB\", libexec/\"lib/perl5\"",
        "resources.each do |r|",
        "r.stage do",
        "next if r.name == \"thrust\"",
        "perl_flags = \"TT_ACCEPT=y\" if r.name == \"Template\"",
        "system \"perl\", \"Makefile.PL\", \"INSTALL_BASE=#{libexec}\", perl_flags",
        "system \"make\"",
        "system \"make\", \"install\""
    ],
    "version": "1.4.4",
    "file": "libbi.rb"
}