aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/cfitsio/vcpkg.json
blob: f9ae0c3cef3e1219e794666168867e07c8ca85aa (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
{
  "name": "cfitsio",
  "version": "3.49",
  "port-version": 6,
  "description": "Library of C and Fortran subroutines for reading and writing data files in FITS (Flexible Image Transport System) data format",
  "homepage": "https://heasarc.gsfc.nasa.gov/fitsio/",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    },
    "zlib"
  ],
  "features": {
    "curl": {
      "description": "UseCurl",
      "dependencies": [
        "curl"
      ]
    },
    "pthreads": {
      "description": "Thread-safe build (using pthreads)",
      "dependencies": [
        {
          "name": "pthreads",
          "platform": "windows"
        }
      ]
    }
  }
}