vcpkg/ports/h5py-lzf/vcpkg.json
Kai Pastor c8f2fabe95
[vcpkg baseline][h5py-lzf] Update, use liblzf port, fix export, cleanup (#37332)
Stop using vendored liblzf in h5py-lzf, fixing `lzf.h` install conflict.
Alternative to https://github.com/microsoft/vcpkg/pull/37240.
2024-03-11 20:15:52 -07:00

23 lines
479 B
JSON

{
"name": "h5py-lzf",
"version-date": "2022-05-24",
"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
}
]
}