mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 07:31:37 +08:00
c8f2fabe95
Stop using vendored liblzf in h5py-lzf, fixing `lzf.h` install conflict. Alternative to https://github.com/microsoft/vcpkg/pull/37240.
23 lines
479 B
JSON
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
|
|
}
|
|
]
|
|
}
|