summaryrefslogtreecommitdiff
path: root/homebrew/plplot/.beer
blob: 5c6e60a6a1c157325576e7b0b2e81432e6cf379e (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
54
55
56
57
58
59
60
{
    "name": "Plplot",
    "description": "Cross-platform software package for creating scientific plots",
    "url": "https://downloads.sourceforge.net/project/plplot/plplot/5.14.0%20Source/plplot-5.14.0.tar.gz",
    "mirror": null,
    "homepage": "https://plplot.sourceforge.io",
    "depends": [
        {
            "depend": "cmake",
            "build-depend": true
        },
        {
            "depend": "pkg-config",
            "build-depend": true
        },
        {
            "depend": "cairo",
            "build-depend": false
        },
        {
            "depend": "freetype",
            "build-depend": false
        },
        {
            "depend": "gcc",
            "build-depend": false
        },
        {
            "depend": "pango",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "args = std_cmake_args + %w[",
        "-DPL_HAVE_QHULL=OFF",
        "-DENABLE_ada=OFF",
        "-DENABLE_d=OFF",
        "-DENABLE_qt=OFF",
        "-DENABLE_lua=OFF",
        "-DENABLE_tk=OFF",
        "-DENABLE_python=OFF",
        "-DENABLE_tcl=OFF",
        "-DPLD_xcairo=OFF",
        "-DPLD_wxwidgets=OFF",
        "-DENABLE_wxwidgets=OFF",
        "-DENABLE_DYNDRIVERS=OFF",
        "-DENABLE_java=OFF",
        "-DPLD_xwin=OFF",
        "]",
        "mkdir \"plplot-build\" do",
        "system \"cmake\", \"..\", *args",
        "system \"make\"",
        "system \"make\", \"install\""
    ],
    "version": "5.14.0",
    "file": "plplot.rb"
}