diff options
| author | Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> | 2020-10-17 02:05:12 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-17 02:05:12 -0700 |
| commit | 32c5722104fc28cd55d166a2c04e1d44906eec68 (patch) | |
| tree | 7c688990b7f6b50f119ef88c746c3ac2e1897a0b /ports/cfitsio/CONTROL | |
| parent | 0b5b24698f08f6f4ca0ef984b2ae9d6a6ba0d7a6 (diff) | |
| download | vcpkg-32c5722104fc28cd55d166a2c04e1d44906eec68.tar.gz vcpkg-32c5722104fc28cd55d166a2c04e1d44906eec68.zip | |
[cfitsio] Update to 3.49 and fix dependency zlib (#14064)
* [cfitsio] Update to 3.49 and fix dependency zlib
* export unofficial cmake targets
* [cfitsio] Fix file paths, export cmake targets
* [cfitsio] Required cmake_policy CMP0012
* [ccfits] Fix dependency cfitsio
* [cfitsio] Fixup pkgconfig
* [healpix] Fix dependency cfitsio
* [cfitsio] fix homepage and patches
Co-authored-by: Nicole Mazzuca <mazzucan@outlook.com>
Diffstat (limited to 'ports/cfitsio/CONTROL')
| -rw-r--r-- | ports/cfitsio/CONTROL | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/ports/cfitsio/CONTROL b/ports/cfitsio/CONTROL index e7a638303..85ff87432 100644 --- a/ports/cfitsio/CONTROL +++ b/ports/cfitsio/CONTROL @@ -1,5 +1,13 @@ Source: cfitsio -Version: 3.410 -Port-Version: 4 -Homepage: https://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c +Version: 3.49 +Homepage: https://heasarc.gsfc.nasa.gov/fitsio/ Description: Library of C and Fortran subroutines for reading and writing data files in FITS (Flexible Image Transport System) data format +Build-Depends: zlib + +Feature: curl +Description: UseCurl +Build-Depends: curl + +Feature: pthreads +Description: Thread-safe build (using pthreads) +Build-Depends: pthreads (windows) |
