summaryrefslogtreecommitdiff
path: root/homebrew/cubelib/.beer
blob: ab2b5aeaa998aa3d47e7485aa008419656f03e74 (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
{
    "name": "Cubelib",
    "description": "Cube, is a performance report explorer for Scalasca and Score-P",
    "url": "https://apps.fz-juelich.de/scalasca/releases/cube/4.4/dist/cubelib-4.4.3.tar.gz",
    "mirror": null,
    "homepage": "https://scalasca.org/software/cube-4.x/download.html",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"./configure\", \"--disable-debug\",",
        "\"--disable-dependency-tracking\",",
        "\"--disable-silent-rules\",",
        "\"--with-nocross-compiler-suite=clang\",",
        "\"CXXFLAGS=-stdlib=libc++\",",
        "\"LDFLAGS=-stdlib=libc++\",",
        "\"--prefix=#{prefix}\"",
        "system \"make\"",
        "ENV.deparallelize",
        "system \"make\", \"install\""
    ],
    "version": "4.4.3",
    "file": "cubelib.rb"
}