vcpkg/ports/igraph/vcpkg.json
Szabolcs Horvát 207c2810b0
[igraph] update to 0.9.3 (#17683)
* igraph: update to 0.9.3

* igraph: x-add-version

* formatting fix

* x-add-version
2021-05-06 12:24:08 -07:00

24 lines
552 B
JSON

{
"name": "igraph",
"version": "0.9.3",
"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"
}
}
}