mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 20:19:00 +08:00
4ff2d52566
* [libsbml] Update, port fixes * [check] Follow VCPKG_LIBRARY_LINKAGE * [check] Don't install checkmk * [check] Burn-in dllimport * [libsbml] Devendor dirent * [libsbml] Burn-in library linkage * Finish * Fix typo * [libsbml] Shorten patch
94 lines
2.0 KiB
JSON
94 lines
2.0 KiB
JSON
{
|
|
"name": "libsbml",
|
|
"version": "5.20.2",
|
|
"description": "A library for reading / writing SBML files",
|
|
"homepage": "https://github.com/sbmlteam/libsbml",
|
|
"license": "LGPL-2.1",
|
|
"supports": "!uwp & !xbox",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"default-features": [
|
|
"comp",
|
|
"fbc",
|
|
"groups",
|
|
"layout",
|
|
"libxml2",
|
|
"render"
|
|
],
|
|
"features": {
|
|
"bzip2": {
|
|
"description": "bz2 compression support for libsbml",
|
|
"dependencies": [
|
|
"bzip2"
|
|
]
|
|
},
|
|
"comp": {
|
|
"description": "support for Hierarchical Model Composition"
|
|
},
|
|
"expat": {
|
|
"description": "libsbml using expat parser",
|
|
"dependencies": [
|
|
"expat"
|
|
]
|
|
},
|
|
"fbc": {
|
|
"description": "support for Flux Balance Constrant Modeling"
|
|
},
|
|
"groups": {
|
|
"description": "support for Groups"
|
|
},
|
|
"layout": {
|
|
"description": "support for Pathway Layouts"
|
|
},
|
|
"libxml2": {
|
|
"description": "libsbml using libxml2 parser",
|
|
"dependencies": [
|
|
"libxml2"
|
|
]
|
|
},
|
|
"multi": {
|
|
"description": "support for Multistate Modeling"
|
|
},
|
|
"namespace": {
|
|
"description": "Build with the WITH_CPP_NAMESPACE option set to on"
|
|
},
|
|
"qual": {
|
|
"description": "support for Qualitative Modeling"
|
|
},
|
|
"render": {
|
|
"description": "support for Rendering information",
|
|
"dependencies": [
|
|
{
|
|
"name": "libsbml",
|
|
"default-features": false,
|
|
"features": [
|
|
"layout"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"test": {
|
|
"description": "Unit testing of libSBMLs implementation",
|
|
"supports": "!windows | mingw | (windows & static)",
|
|
"dependencies": [
|
|
"check",
|
|
"dirent"
|
|
]
|
|
},
|
|
"zlib": {
|
|
"description": "gzip compression support for libsbml",
|
|
"dependencies": [
|
|
"zlib"
|
|
]
|
|
}
|
|
}
|
|
}
|