mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 20:32:00 +08:00
8e820ffb19
* Add missing details to cfitsio pc files * Modernize vcpkg_check_features usage * Add CMAKE_DEBUG_SUFFIX=d * x-add-version * Revert CMAKE_DEBUG_SUFFIX * x-add-version * Use Requires.private instead of Requires * Update version
28 lines
621 B
JSON
28 lines
621 B
JSON
{
|
|
"name": "cfitsio",
|
|
"version": "3.49",
|
|
"port-version": 1,
|
|
"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"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|