mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 04:19:00 +08:00
c3b250142f
* igraph: update to 0.9.4 * igraph: x-add-version * improve formatting * x-add-version
24 lines
552 B
JSON
24 lines
552 B
JSON
{
|
|
"name": "igraph",
|
|
"version": "0.9.4",
|
|
"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"
|
|
],
|
|
"default-features": [
|
|
"graphml"
|
|
],
|
|
"features": {
|
|
"graphml": {
|
|
"description": "Support for reading GraphML files",
|
|
"dependencies": [
|
|
"libxml2"
|
|
]
|
|
},
|
|
"openmp": {
|
|
"description": "Use OpenMP parallelization in some functions"
|
|
}
|
|
}
|
|
}
|