mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-02 07:49:06 +08:00
63bbbfab92
* [igraph] update to 0.10 * [igraph] x-add-version * [igraph] disable on arm64 windows due to lack of support for _umul128() * [igraph] x-add-version * [igraph] fix typo * [igraph] x-add-version * [igraph] update to 0.10.1 * [igraph] x-add-version * Update versions/i-/igraph.json Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> * [igraph] remove special treatment of uwp from portfile * [igraph] indicate that failure is expected for x64-uwp * [igraph] x-add-version Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
34 lines
722 B
JSON
34 lines
722 B
JSON
{
|
|
"name": "igraph",
|
|
"version": "0.10.1",
|
|
"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"
|
|
}
|
|
}
|
|
}
|