aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/zfp/vcpkg.json
blob: b04090b9eabf1ebf7eb8720b5963d73fc200f779 (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
25
26
27
28
29
30
31
32
33
34
35
36
37
{
  "name": "zfp",
  "version": "1.0.1",
  "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"
    }
  }
}