summaryrefslogtreecommitdiff
path: root/homebrew/abyss/.beer
blob: 34695336bf4db5461b1cda39951ae996468ffbb2 (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
{
    "name": "Abyss",
    "description": "Genome sequence assembler for short reads",
    "url": "https://github.com/bcgsc/abyss/releases/download/2.1.5/abyss-2.1.5.tar.gz",
    "mirror": null,
    "homepage": "http://www.bcgsc.ca/platform/bioinfo/software/abyss",
    "depends": [
        {
            "depend": "autoconf",
            "build-depend": true
        },
        {
            "depend": "automake",
            "build-depend": true
        },
        {
            "depend": "multimarkdown",
            "build-depend": true
        },
        {
            "depend": "boost",
            "build-depend": true
        },
        {
            "depend": "google-sparsehash",
            "build-depend": true
        },
        {
            "depend": "gcc",
            "build-depend": false
        },
        {
            "depend": "open-mpi",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"./autogen.sh\" if build.head?",
        "system \"./configure\", \"--enable-maxk=128\",",
        "\"--prefix=#{prefix}\",",
        "\"--with-boost=#{Formula[\"boost\"].include}\",",
        "\"--with-mpi=#{Formula[\"open-mpi\"].prefix}\",",
        "\"--with-sparsehash=#{Formula[\"google-sparsehash\"].prefix}\",",
        "\"--disable-dependency-tracking\",",
        "\"--disable-silent-rules\"",
        "system \"make\", \"install\""
    ],
    "version": "2.1.5",
    "file": "abyss.rb"
}