summaryrefslogtreecommitdiff
path: root/homebrew/boostat160/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/boostat160/.beer')
-rw-r--r--homebrew/boostat160/.beer39
1 files changed, 39 insertions, 0 deletions
diff --git a/homebrew/boostat160/.beer b/homebrew/boostat160/.beer
new file mode 100644
index 000000000..e9eb5a7cc
--- /dev/null
+++ b/homebrew/boostat160/.beer
@@ -0,0 +1,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"
+} \ No newline at end of file