diff options
| author | Ciaran Welsh <cwelsh2@uw.edu> | 2020-10-08 13:49:37 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-08 13:49:37 -0700 |
| commit | 34ea42394dc81ff7556fd1ac0c2034f47ed8a878 (patch) | |
| tree | 9465046b3978365b26e3b99b0ea6c1fb11538a44 /ports/libsbml/CONTROL | |
| parent | 7bb217d9898fb13fa032731aef635ec66c7625b6 (diff) | |
| download | vcpkg-34ea42394dc81ff7556fd1ac0c2034f47ed8a878.tar.gz vcpkg-34ea42394dc81ff7556fd1ac0c2034f47ed8a878.zip | |
[libsbml] New port for libsbml (#13524)
Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
Diffstat (limited to 'ports/libsbml/CONTROL')
| -rw-r--r-- | ports/libsbml/CONTROL | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/ports/libsbml/CONTROL b/ports/libsbml/CONTROL new file mode 100644 index 000000000..654ea75bd --- /dev/null +++ b/ports/libsbml/CONTROL @@ -0,0 +1,49 @@ +Source: libsbml
+Version: 5.18.0
+Description: A library for reading / writing SBML files
+Default-Features: expat,comp,fbc,groups,layout,render,libxml2
+Supports: !uwp
+
+Feature: test
+Description: Unit testing of libSBMLs implementation
+Build-Depends: check
+
+Feature: bzip2
+Description: bz2 compression support for libsbml
+Build-Depends: bzip2
+
+Feature: zlib
+Description: gzip compression support for libsbml
+Build-Depends: zlib
+
+Feature: expat
+Description: libsbml using expat parser
+Build-Depends: expat
+
+Feature: libxml2
+Description: libsbml using libxml2 parser
+Build-Depends: libxml2
+
+Feature: comp
+Description: support for Hierarchical Model Composition
+
+Feature: fbc
+Description: support for Flux Balance Constrant Modeling
+
+Feature: groups
+Description: support for Groups
+
+Feature: layout
+Description: support for Pathway Layouts
+
+Feature: multi
+Description: support for Multistate Modeling
+
+Feature: qual
+Description: support for Qualitative Modeling
+
+Feature: render
+Description: support for Rendering information
+
+Feature: namespace
+Description: Build with the WITH_CPP_NAMESPACE option set to on
|
