mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 00:39:00 +08:00
53cbb5696e
* [igraph] update to 0.10.4 * [igraph] x-add-version * [igraph] try if it works with x64-uwp Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
34 lines
722 B
JSON
34 lines
722 B
JSON
{
|
|
"name": "igraph",
|
|
"version": "0.10.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/",
|
|
"license": "GPL-2.0-or-later",
|
|
"dependencies": [
|
|
"blas",
|
|
"lapack",
|
|
{
|
|
"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"
|
|
}
|
|
}
|
|
}
|