mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-02 08:39:15 +08:00
a77d23729a
* [igraph] use external BLAS/LAPACK * [igraph] x-add-version * [igraph] depend on blas metapackage * [igraph] x-add-version * [igraph] revert igraph.json * [igraph] increment port version * [igraph] x-add-version * [igraph] always use external BLAS/LAPACK * [igraph] x-add-version
36 lines
761 B
JSON
36 lines
761 B
JSON
{
|
|
"name": "igraph",
|
|
"version": "0.9.8",
|
|
"port-version": 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",
|
|
"suitesparse",
|
|
{
|
|
"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"
|
|
}
|
|
}
|
|
}
|