summaryrefslogtreecommitdiff
path: root/homebrew/libbi/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/libbi/.beer')
-rw-r--r--homebrew/libbi/.beer113
1 files changed, 113 insertions, 0 deletions
diff --git a/homebrew/libbi/.beer b/homebrew/libbi/.beer
new file mode 100644
index 000000000..6af1e8c07
--- /dev/null
+++ b/homebrew/libbi/.beer
@@ -0,0 +1,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"
+} \ No newline at end of file