2021-04-30 00:43:20 +02:00
|
|
|
{
|
|
|
|
"name": "igraph",
|
2024-11-07 09:49:25 +00:00
|
|
|
"version": "0.10.15",
|
2024-11-19 14:42:29 -08:00
|
|
|
"port-version": 1,
|
2021-04-30 00:43:20 +02: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 17:34:49 +02:00
|
|
|
"license": "GPL-2.0-or-later",
|
2023-06-15 14:49:00 -07:00
|
|
|
"supports": "!xbox",
|
2021-04-30 00:43:20 +02:00
|
|
|
"dependencies": [
|
2022-04-22 17:49:39 +02:00
|
|
|
"blas",
|
|
|
|
"lapack",
|
2021-11-16 01:46:23 +01:00
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
}
|
2021-04-30 00:43:20 +02:00
|
|
|
],
|
|
|
|
"default-features": [
|
|
|
|
"graphml"
|
|
|
|
],
|
|
|
|
"features": {
|
|
|
|
"graphml": {
|
|
|
|
"description": "Support for reading GraphML files",
|
|
|
|
"dependencies": [
|
|
|
|
"libxml2"
|
|
|
|
]
|
2021-05-06 21:24:08 +02:00
|
|
|
},
|
|
|
|
"openmp": {
|
|
|
|
"description": "Use OpenMP parallelization in some functions"
|
2021-04-30 00:43:20 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|