summaryrefslogtreecommitdiff
path: root/homebrew/singular/.beer
blob: dfdc2b5f995463bf8618b7dc4c44f473233adce1 (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
{
    "name": "Singular",
    "description": "Computer algebra system for polynomial computations",
    "url": "https://service.mathematik.uni-kl.de/ftp/pub/Math/Singular/SOURCES/4-1-2/singular-4.1.2p1.tar.gz",
    "mirror": null,
    "homepage": "https://www.singular.uni-kl.de/",
    "depends": [
        {
            "depend": "autoconf",
            "build-depend": true
        },
        {
            "depend": "automake",
            "build-depend": true
        },
        {
            "depend": "libtool",
            "build-depend": true
        },
        {
            "depend": "gmp",
            "build-depend": false
        },
        {
            "depend": "mpfr",
            "build-depend": false
        },
        {
            "depend": "ntl",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"./autogen.sh\" if build.head?",
        "system \"./configure\", \"--disable-debug\",",
        "\"--disable-dependency-tracking\",",
        "\"--disable-silent-rules\",",
        "\"--prefix=#{prefix}\",",
        "\"CXXFLAGS=-std=c++11\"",
        "system \"make\", \"install\""
    ],
    "version": "4.1.2",
    "file": "singular.rb"
}