mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 13:39:08 +08:00
90e7eaf824
* [igraph] create new port * [igraph] commit x-add-version result * [igraph] fix formatting * Update ports/igraph/portfile.cmake Co-authored-by: Adam Johnson <AdamJohnso@gmail.com> * Update ports/igraph/portfile.cmake Co-authored-by: Adam Johnson <AdamJohnso@gmail.com> * Update ports/igraph/portfile.cmake Co-authored-by: Adam Johnson <AdamJohnso@gmail.com> * Update ports/igraph/portfile.cmake Co-authored-by: Adam Johnson <AdamJohnso@gmail.com> * [igraph] explain why we use the release tarball * [igraph] x-add-version * [igraph] workaround for MSVC security warnings * Disable some MSVC warnings * set up for cross-compilation * fixes * enable external CXSparse and fixes * final cleanup * vcpkg x-add-version igraph * Update ports/igraph/portfile.cmake * Update ports/igraph/portfile.cmake * Update ports/igraph/portfile.cmake * Update ports/igraph/vcpkg.json * x-add-version Co-authored-by: Adam Johnson <AdamJohnso@gmail.com> Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
21 lines
461 B
JSON
21 lines
461 B
JSON
{
|
|
"name": "igraph",
|
|
"version": "0.9.2",
|
|
"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"
|
|
]
|
|
}
|
|
}
|
|
}
|