summaryrefslogtreecommitdiff
path: root/homebrew/bsponmpi/.beer
blob: f93120737d5e19dba2a5b4dc14415515190029e1 (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
{
    "name": "Bsponmpi",
    "description": "Implements the BSPlib standard on top of MPI",
    "url": "https://downloads.sourceforge.net/project/bsponmpi/bsponmpi/0.3/bsponmpi-0.3.tar.gz",
    "mirror": null,
    "homepage": "https://sourceforge.net/projects/bsponmpi/",
    "depends": [
        {
            "depend": "scons",
            "build-depend": true
        },
        {
            "depend": "open-mpi",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "rm_rf \"include/CVS\"",
        "rm_rf \"include/tools/CVS\"",
        "system \"scons\", \"-Q\", \"mode=release\"",
        "prefix.install \"lib\", \"include\""
    ],
    "version": "0.3",
    "file": "bsponmpi.rb"
}