aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/h5py-lzf/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/h5py-lzf/vcpkg.json')
-rw-r--r--vcpkg/ports/h5py-lzf/vcpkg.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/vcpkg/ports/h5py-lzf/vcpkg.json b/vcpkg/ports/h5py-lzf/vcpkg.json
new file mode 100644
index 0000000..1b55f9f
--- /dev/null
+++ b/vcpkg/ports/h5py-lzf/vcpkg.json
@@ -0,0 +1,22 @@
+{
+ "name": "h5py-lzf",
+ "version": "3.12.1",
+ "description": "The LZF filter is an alternative DEFLATE-style compressor for HDF5 datasets.",
+ "homepage": "https://github.com/h5py/h5py/tree/master/lzf",
+ "license": "BSD-3-Clause",
+ "dependencies": [
+ {
+ "name": "hdf5",
+ "default-features": false
+ },
+ "liblzf",
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ }
+ ]
+}