summaryrefslogtreecommitdiff
path: root/homebrew/boostat160/.beer
blob: e9eb5a7cc09ace1bca2860d68b540651263ffae6 (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
{
    "name": "BoostAT160",
    "description": "Collection of portable C++ source libraries",
    "url": "https://downloads.sourceforge.net/project/boost/boost/1.60.0/boost_1_60_0.tar.bz2",
    "mirror": null,
    "homepage": "https://www.boost.org/",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [
        {
            "url": "https://raw.githubusercontent.com/Homebrew/formula-patches/9e56b45/boost/boost1_60_0_python_class_metadata.diff",
            "strip": "1"
        },
        {
            "url": null,
            "data": [
                "diff -Nur boost_1_60_0/boost/graph/adjacency_matrix.hpp boost_1_60_0-patched/boost/graph/adjacency_matrix.hpp\n",
                "--- boost_1_60_0/boost/graph/adjacency_matrix.hpp\t2015-10-23 05:50:19.000000000 -0700\n",
                "+++ boost_1_60_0-patched/boost/graph/adjacency_matrix.hpp\t2016-01-19 14:03:29.000000000 -0800\n",
                "@@ -443,7 +443,7 @@\n",
                "     // graph type. Instead, use directedS, which also provides the\n",
                "     // functionality required for a Bidirectional Graph (in_edges,\n",
                "     // in_degree, etc.).\n",
                "-    BOOST_STATIC_ASSERT(type_traits::ice_not<(is_same<Directed, bidirectionalS>::value)>::value);\n",
                "+    BOOST_STATIC_ASSERT(!(is_same<Directed, bidirectionalS>::value));\n",
                "\n",
                "     typedef typename mpl::if_<is_directed,\n",
                "                                     bidirectional_tag, undirected_tag>::type\n"
            ]
        }
    ],
    "install": [
        "open(\"user-config.jam\", \"a\") do |file|",
        "file.write \"using darwin : : #{ENV.cxx} ;\\n\""
    ],
    "version": "1_60_0",
    "file": "boost@1.60.rb"
}