2021-04-30 06:43:20 +08:00
|
|
|
{
|
|
|
|
"name": "igraph",
|
2023-01-27 10:58:27 +08:00
|
|
|
"version": "0.10.4",
|
2021-04-30 06:43:20 +08:00
|
|
|
"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/",
|
2022-04-11 23:34:49 +08:00
|
|
|
"license": "GPL-2.0-or-later",
|
2021-04-30 06:43:20 +08:00
|
|
|
"dependencies": [
|
2022-04-22 23:49:39 +08:00
|
|
|
"blas",
|
|
|
|
"lapack",
|
2021-11-16 08:46:23 +08:00
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
}
|
2021-04-30 06:43:20 +08:00
|
|
|
],
|
|
|
|
"default-features": [
|
|
|
|
"graphml"
|
|
|
|
],
|
|
|
|
"features": {
|
|
|
|
"graphml": {
|
|
|
|
"description": "Support for reading GraphML files",
|
|
|
|
"dependencies": [
|
|
|
|
"libxml2"
|
|
|
|
]
|
2021-05-07 03:24:08 +08:00
|
|
|
},
|
|
|
|
"openmp": {
|
|
|
|
"description": "Use OpenMP parallelization in some functions"
|
2021-04-30 06:43:20 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|