mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-13 20:21:38 +08:00
42d21b2c8a
* [zfp] update to 1.0.0 * update version * update portfile.cmake * update version * update patch * update version * update portfile.cmake * update version * remove patch * update version * update vcpkg.json * update version * update portfile.cmake * update version
38 lines
1.0 KiB
JSON
38 lines
1.0 KiB
JSON
{
|
|
"name": "zfp",
|
|
"version": "1.0.0",
|
|
"description": "Zfp is an open source C/C++ library for compressed numerical arrays that support high throughput read and write random access. zfp also supports streaming compression of integer and floating-point data, e.g., for applications that read and write large data sets to and from disk. zfp is primarily written in C and C++ but also includes Python and Fortran bindings.",
|
|
"homepage": "https://github.com/LLNL/zfp",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"all": {
|
|
"description": "Obsolete. This feature is left for compatibility",
|
|
"dependencies": [
|
|
{
|
|
"name": "zfp",
|
|
"features": [
|
|
"cfp",
|
|
"utility"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"cfp": {
|
|
"description": "cfp support for cfp"
|
|
},
|
|
"utility": {
|
|
"description": "Build utility"
|
|
}
|
|
}
|
|
}
|