diff options
author | James E.H. Turner <jturner@gemini.edu> | 2018-03-15 12:31:02 -0400 |
---|---|---|
committer | James E.H. Turner <jturner@gemini.edu> | 2018-03-15 12:31:02 -0400 |
commit | 0b2dd5582ce42a10b445ccfcc3fe8c1065bf2e59 (patch) | |
tree | 772a754b9083dbbc8e13f829c7be4a17d028e21f /iraf.axe | |
parent | f7ab719663a93a4f06c1f055d2f618c38816c1fb (diff) | |
download | astroconda-iraf-0b2dd5582ce42a10b445ccfcc3fe8c1065bf2e59.tar.gz |
Update CFITSIO dependency to new security-patched version with a new SONAME.
Diffstat (limited to 'iraf.axe')
-rw-r--r-- | iraf.axe/meta.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/iraf.axe/meta.yaml b/iraf.axe/meta.yaml index e5912c0..9345965 100644 --- a/iraf.axe/meta.yaml +++ b/iraf.axe/meta.yaml @@ -7,7 +7,7 @@ about: summary: STScI/STECF aXe add-on for the STSDAS IRAF package build: binary_relocation: True - number: '0' + number: '1' package: name: iraf.axe version: "2.6.2" @@ -25,11 +25,11 @@ requirements: # is pkgconfig also needed here, as per Joe's email? - iraf !=2.16.1,>=2.16.UR # IRAF is just used to determine install paths - iraf.stsdas # just to install into; not a real build dep. - - cfitsio >=3.35 + - cfitsio >=3.430 # the soname changed in this version - wcstools >=3.8.4 run: - iraf !=2.16.1,>=2.16.UR - iraf.stsdas >=3.18.3 # need this ver. of python files in "slitless" - - cfitsio >=3.35 + - cfitsio >=3.430 - wcstools >=3.8.4 |