mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-01 15:31:47 +08:00
2c5be782b1
* [igraph] update to 0.9.7 * [igraph] x-add-version
32 lines
681 B
JSON
32 lines
681 B
JSON
{
|
|
"name": "igraph",
|
|
"version": "0.9.7",
|
|
"description": "igraph is a C library for network analysis and graph theory, with an emphasis on efficiency portability and ease of use.",
|
|
"homepage": "https://igraph.org/",
|
|
"dependencies": [
|
|
"suitesparse",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"default-features": [
|
|
"graphml"
|
|
],
|
|
"features": {
|
|
"graphml": {
|
|
"description": "Support for reading GraphML files",
|
|
"dependencies": [
|
|
"libxml2"
|
|
]
|
|
},
|
|
"openmp": {
|
|
"description": "Use OpenMP parallelization in some functions"
|
|
}
|
|
}
|
|
}
|