summaryrefslogtreecommitdiff
path: root/homebrew/eccodes/.beer
blob: 8f7170772ddb3d9d6f0f8a3373b6564777ff5dc4 (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": "Eccodes",
    "description": "Decode and encode messages in the GRIB 1/2 and BUFR 3/4 formats",
    "url": "https://software.ecmwf.int/wiki/download/attachments/45757960/eccodes-2.12.0-Source.tar.gz",
    "mirror": null,
    "homepage": "https://confluence.ecmwf.int/display/ECC",
    "depends": [
        {
            "depend": "cmake",
            "build-depend": true
        },
        {
            "depend": "gcc",
            "build-depend": false
        },
        {
            "depend": "jasper",
            "build-depend": false
        },
        {
            "depend": "libpng",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [
        {
            "conflict": "grib-api",
            "reason": null
        }
    ],
    "patches": [],
    "install": [
        "inreplace \"CMakeLists.txt\", \"find_package( OpenJPEG )\", \"\"",
        "mkdir \"build\" do",
        "system \"cmake\", \"..\", \"-DENABLE_NETCDF=OFF\", \"-DENABLE_PNG=ON\", *std_cmake_args",
        "system \"make\", \"install\""
    ],
    "version": "2.12.0",
    "file": "eccodes.rb"
}