mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 16:19:00 +08:00
b47d6ce6e3
* Update HTTP to HTTPS links where it can be done safely. This means that the HTTP-based link gave a 200 response with identical content to the HTTPS version of the link. For links containing variables, we checked the interpolated (real) link. * Bump relevant vcpkg.json versions. * Use version-date for cello. * update version Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com> Co-authored-by: Jonliu1993 <13720414433@163.com>
28 lines
621 B
JSON
28 lines
621 B
JSON
{
|
|
"name": "cfitsio",
|
|
"version": "3.49",
|
|
"port-version": 2,
|
|
"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": [
|
|
"zlib"
|
|
],
|
|
"features": {
|
|
"curl": {
|
|
"description": "UseCurl",
|
|
"dependencies": [
|
|
"curl"
|
|
]
|
|
},
|
|
"pthreads": {
|
|
"description": "Thread-safe build (using pthreads)",
|
|
"dependencies": [
|
|
{
|
|
"name": "pthreads",
|
|
"platform": "windows"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|