aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libsbml/vcpkg.json
diff options
context:
space:
mode:
authorEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
committerEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
commit54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch)
treed915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/libsbml/vcpkg.json
move to own git serverHEADmaster
Diffstat (limited to 'vcpkg/ports/libsbml/vcpkg.json')
-rw-r--r--vcpkg/ports/libsbml/vcpkg.json96
1 files changed, 96 insertions, 0 deletions
diff --git a/vcpkg/ports/libsbml/vcpkg.json b/vcpkg/ports/libsbml/vcpkg.json
new file mode 100644
index 0000000..493bdd5
--- /dev/null
+++ b/vcpkg/ports/libsbml/vcpkg.json
@@ -0,0 +1,96 @@
+{
+ "name": "libsbml",
+ "version": "5.20.4",
+ "description": "A library for reading / writing SBML files",
+ "homepage": "https://github.com/sbmlteam/libsbml",
+ "license": null,
+ "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": [
+ {
+ "name": "libxml2",
+ "default-features": false
+ }
+ ]
+ },
+ "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"
+ ]
+ }
+ }
+}