early-access version 2853
This commit is contained in:
24
externals/vcpkg/ports/zfp/vcpkg.json
vendored
Executable file
24
externals/vcpkg/ports/zfp/vcpkg.json
vendored
Executable file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"name": "zfp",
|
||||
"version-string": "0.5.5",
|
||||
"port-version": 3,
|
||||
"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",
|
||||
"features": {
|
||||
"all": {
|
||||
"description": "Build all components"
|
||||
},
|
||||
"cfp": {
|
||||
"description": "cfp support for cfp"
|
||||
},
|
||||
"example": {
|
||||
"description": "Build example"
|
||||
},
|
||||
"test": {
|
||||
"description": "Build test"
|
||||
},
|
||||
"utility": {
|
||||
"description": "Build utility"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user