diff options
author | Matt Rendina <mrendina@stsci.edu> | 2020-03-05 14:56:17 -0500 |
---|---|---|
committer | Matt Rendina <mrendina@stsci.edu> | 2020-03-05 14:56:17 -0500 |
commit | cced6e63b1781f3b49d0481b8f82de3398c18ea6 (patch) | |
tree | 9152cdea03eaf5936ae3ef8993f6f5772cd6bdba | |
parent | f1bca0d4763e4d1f4c645fee74403af1fc1870d0 (diff) | |
download | astroconda-contrib-cced6e63b1781f3b49d0481b8f82de3398c18ea6.tar.gz |
Remove patches section from recipe as well
-rw-r--r-- | cfitsio/meta.yaml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cfitsio/meta.yaml b/cfitsio/meta.yaml index 9d978a1..a254ebd 100644 --- a/cfitsio/meta.yaml +++ b/cfitsio/meta.yaml @@ -25,9 +25,6 @@ requirements: - libgcc >=4.6 source: - patches: - - 0001-cfitsio-autoconf-disable-curl.patch - fn: {{ name }}{{ version_short }}.tar.gz url: http://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/cfitsio-3.47.tar.gz #md5: 8c9b3383752f1bd663b936c297f19feb # verification broken in conda-build through 3.7.1 |