aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/matio/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/matio/vcpkg.json
move to own git serverHEADmaster
Diffstat (limited to 'vcpkg/ports/matio/vcpkg.json')
-rw-r--r--vcpkg/ports/matio/vcpkg.json47
1 files changed, 47 insertions, 0 deletions
diff --git a/vcpkg/ports/matio/vcpkg.json b/vcpkg/ports/matio/vcpkg.json
new file mode 100644
index 0000000..c0f5910
--- /dev/null
+++ b/vcpkg/ports/matio/vcpkg.json
@@ -0,0 +1,47 @@
+{
+ "name": "matio",
+ "version": "1.5.28",
+ "description": "MATLAB MAT File I/O Library",
+ "homepage": "https://github.com/tbeu/matio",
+ "license": "BSD-2-Clause",
+ "dependencies": [
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ }
+ ],
+ "default-features": [
+ "mat73",
+ "zlib"
+ ],
+ "features": {
+ "extended-sparse": {
+ "description": "Enable extended sparse matrix data types not supported in MATLAB"
+ },
+ "mat73": {
+ "description": "Enable support for version 7.3 MAT files using the HDF5 library",
+ "dependencies": [
+ {
+ "name": "hdf5",
+ "default-features": false
+ },
+ {
+ "name": "matio",
+ "default-features": false,
+ "features": [
+ "zlib"
+ ]
+ }
+ ]
+ },
+ "pic": {
+ "description": "Enable position-independent code (PIC), i.e., compilation with the -fPIC flag"
+ },
+ "zlib": {
+ "description": "Check for zlib library",
+ "dependencies": [
+ "zlib"
+ ]
+ }
+ }
+}