aboutsummaryrefslogtreecommitdiff
path: root/ports/zfp/vcpkg.json
blob: e0313dbf8493d49387133090c3befa3ec1c6e06c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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"
    }
  }
}