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
|
{
"name": "Kahip",
"description": "Karlsruhe High Quality Partitioning",
"url": "https://github.com/schulzchristian/KaHIP/archive/v2.11.tar.gz",
"mirror": null,
"homepage": "https://algo2.iti.kit.edu/documents/kahip/index.html",
"depends": [
{
"depend": "cmake",
"build-depend": true
},
{
"depend": "gcc",
"build-depend": false
},
{
"depend": "open-mpi",
"build-depend": false
}
],
"resource": [],
"conflicts": [],
"patches": [],
"install": [
"ENV[\"CC\"] = Formula[\"gcc\"].opt_bin/\"gcc-#{Formula[\"gcc\"].version_suffix}\"",
"ENV[\"CXX\"] = Formula[\"gcc\"].opt_bin/\"g++-#{Formula[\"gcc\"].version_suffix}\"",
"mkdir \"build\" do",
"system \"cmake\", *std_cmake_args, \"..\"",
"system \"make\", \"install\""
],
"version": "2.11",
"file": "kahip.rb"
}
|