summaryrefslogtreecommitdiff
path: root/homebrew/gmtat4/.beer
blob: badf56b06d838ce49c3c89b961f1c03b8d46ed2c (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
{
    "name": "GmtAT4",
    "description": "Manipulation of geographic and Cartesian data sets",
    "url": "ftp://ftp.soest.hawaii.edu/gmt/gmt-4.5.18-src.tar.bz2",
    "mirror": "https://fossies.org/linux/misc/GMT/gmt-4.5.18-src.tar.bz2",
    "homepage": "https://gmt.soest.hawaii.edu/",
    "depends": [
        {
            "depend": "gdal",
            "build-depend": false
        },
        {
            "depend": "netcdf",
            "build-depend": false
        }
    ],
    "resource": [
        {
            "name": "gshhg",
            "url": "ftp://ftp.soest.hawaii.edu/gmt/gshhg-gmt-2.3.7.tar.gz"
        }
    ],
    "conflicts": [],
    "patches": [],
    "install": [
        "ENV.deparallelize ",
        "system \"./configure\", \"--prefix=#{prefix}\",",
        "\"--datadir=#{share}/gmt4\",",
        "\"--enable-gdal=#{Formula[\"gdal\"].opt_prefix}\",",
        "\"--enable-netcdf=#{Formula[\"netcdf\"].opt_prefix}\",",
        "\"--enable-shared\",",
        "\"--enable-triangle\",",
        "\"--disable-xgrid\",",
        "\"--disable-mex\"",
        "system \"make\"",
        "system \"make\", \"install-gmt\", \"install-data\", \"install-suppl\", \"install-man\"",
        "(share/\"gmt4\").install resource(\"gshhg\")"
    ],
    "version": "4.5.18",
    "file": "gmt@4.rb"
}