# This file created by conda-build 3.22.0 # meta.yaml template originally from: # /home/conda/recipe_root, last modified Fri Nov 18 07:32:00 2022 # ------------------------------------------------ package: name: cfitsio version: 4.2.0 source: patches: - ldflags.patch - unvendor_zlib.patch sha256: ef9881973ecb9fe55732a4c1bb5ca96e63b624728f6319556939e0fe25f495e8 url: https://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/cfitsio-4.2.0.tar.gz build: number: '0' run_exports: - cfitsio >=4.2.0,<4.2.1.0a0 string: hd9d235c_0 requirements: build: - _libgcc_mutex 0.1 conda_forge - _openmp_mutex 4.5 2_gnu - binutils_impl_linux-64 2.39 h6ceecb4_0 - binutils_linux-64 2.39 h5fc0e48_11 - gcc_impl_linux-64 10.4.0 h5231bdf_19 - gcc_linux-64 10.4.0 h9215b83_11 - gfortran_impl_linux-64 10.4.0 h7d168d2_19 - gfortran_linux-64 10.4.0 h69d5af5_11 - kernel-headers_linux-64 2.6.32 he073ed8_15 - ld_impl_linux-64 2.39 hc81fddc_0 - libgcc-devel_linux-64 10.4.0 hd38fd1e_19 - libgcc-ng 12.2.0 h65d4601_19 - libgfortran5 12.2.0 h337968e_19 - libgomp 12.2.0 h65d4601_19 - libsanitizer 10.4.0 h5246dfb_19 - libstdcxx-ng 12.2.0 h46fd767_19 - libtool 2.4.6 h9c3ff4c_1008 - make 4.3 hd18ef5c_1 - sysroot_linux-64 2.12 he073ed8_15 host: - _libgcc_mutex 0.1 conda_forge - _openmp_mutex 4.5 2_gnu - bzip2 1.0.8 h7f98852_4 - c-ares 1.18.1 h7f98852_0 - ca-certificates 2022.9.24 ha878542_0 - keyutils 1.6.1 h166bdaf_0 - krb5 1.19.3 h08a2579_0 - libcurl 7.86.0 h2283fc2_1 - libedit 3.1.20191231 he28a2e2_2 - libev 4.33 h516909a_1 - libgcc-ng 12.2.0 h65d4601_19 - libgfortran-ng 12.2.0 h69a702a_19 - libgfortran5 12.2.0 h337968e_19 - libgomp 12.2.0 h65d4601_19 - libnghttp2 1.47.0 hff17c54_1 - libssh2 1.10.0 hf14f497_3 - libstdcxx-ng 12.2.0 h46fd767_19 - libzlib 1.2.13 h166bdaf_4 - ncurses 6.3 h27087fc_1 - openssl 3.0.7 h166bdaf_0 - zlib 1.2.13 h166bdaf_4 run: - bzip2 >=1.0.8,<2.0a0 - libcurl >=7.86.0,<8.0a0 - libgcc-ng >=12 - libgfortran-ng - libgfortran5 >=10.4.0 - libzlib >=1.2.13,<1.3.0a0 test: commands: - test -f ${PREFIX}/lib/libcfitsio.so about: description: 'CFITSIO is a library of C and Fortran subroutines for reading and writing data files in FITS (Flexible Image Transport System) data format. CFITSIO provides simple high-level routines for reading and writing FITS files that insulate the programmer from the internal complexities of the FITS format. CFITSIO also provides many advanced features for manipulating and filtering the information in FITS files. ' doc_url: https://heasarc.gsfc.nasa.gov/docs/software/fitsio/quick/quick.html home: http://heasarc.gsfc.nasa.gov/fitsio/fitsio.html license: LicenseRef-fitsio license_file: License.txt summary: A library for reading and writing FITS files extra: copy_test_source_files: true final: true recipe-maintainers: - pkgw - teake