early-access version 2853
This commit is contained in:
34
externals/vcpkg/ports/igraph/vcpkg.json
vendored
Executable file
34
externals/vcpkg/ports/igraph/vcpkg.json
vendored
Executable file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"name": "igraph",
|
||||
"version": "0.9.9",
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user