vcpkg/ports/igraph/vcpkg.json
Szabolcs Horvát 712b973ec2
[igraph] update to 0.10.10 (#36728)
* [igraph] update to 0.10.10

* [igraph] x-add-version
2024-02-13 13:05:45 -08:00

35 lines
746 B
JSON

{
"name": "igraph",
"version": "0.10.10",
"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",
"supports": "!xbox",
"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"
}
}
}