diff options
author | Matt Rendina <rendinam@users.noreply.github.com> | 2018-03-09 11:29:06 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-09 11:29:06 -0500 |
commit | 1854f5738e885a9cb215e86dfde184272ed546b3 (patch) | |
tree | dc07bc472f59e35e2cdb9cf31e70e5fe15b629b0 /cfitsio | |
parent | c72f5f8997b4a96cb878c3cb8b183f243c8503fc (diff) | |
download | astroconda-dev-1854f5738e885a9cb215e86dfde184272ed546b3.tar.gz |
cfitsio: disable MD5 check due to breakage
Diffstat (limited to 'cfitsio')
-rw-r--r-- | cfitsio/meta.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cfitsio/meta.yaml b/cfitsio/meta.yaml index 72da754..1b19f21 100644 --- a/cfitsio/meta.yaml +++ b/cfitsio/meta.yaml @@ -24,4 +24,4 @@ requirements: source: fn: {{ name }}{{ version_short }}.tar.gz url: http://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/{{ name }}{{ version_short }}.tar.gz - md5: 8c9b3383752f1bd663b936c297f19feb + #md5: 8c9b3383752f1bd663b936c297f19feb # verification broken in conda-build through 3.7.1 |