diff options
author | James E.H. Turner <jturner@gemini.edu> | 2016-10-04 13:23:29 -0400 |
---|---|---|
committer | James E.H. Turner <jturner@gemini.edu> | 2016-10-04 13:23:29 -0400 |
commit | 6173807e3dcc404d7c8b5343b57f78158e9e9046 (patch) | |
tree | 762e525521653cfa4a2b102bf7c51515e392918e /iraf.gemini/ac.iraf.gemini.patch | |
parent | 6e9b90e5c1cc5603de6966c3aab5bbfd59845f56 (diff) | |
download | astroconda-iraf-6173807e3dcc404d7c8b5343b57f78158e9e9046.tar.gz |
Add latest public Gemini IRAF package (1.13.1).
Diffstat (limited to 'iraf.gemini/ac.iraf.gemini.patch')
-rw-r--r-- | iraf.gemini/ac.iraf.gemini.patch | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/iraf.gemini/ac.iraf.gemini.patch b/iraf.gemini/ac.iraf.gemini.patch new file mode 100644 index 0000000..297c7b8 --- /dev/null +++ b/iraf.gemini/ac.iraf.gemini.patch @@ -0,0 +1,39 @@ +diff -ur ../original/gemini.cl ./gemini.cl +--- ../original/gemini.cl 2015-11-30 20:26:51.000000000 -0300 ++++ ./gemini.cl 2016-10-03 21:17:44.000000000 -0300 +@@ -23,7 +23,9 @@ + # Dec 7, 2015 KL Release v1.13.1 + # + # The latest version of the Gemini IRAF package is only compatible with +-# versions of IRAF between v2.14.1 and v2.16 in Ureka ++# versions of IRAF between v2.14.1-v2.15.1a and v2.16 in Ureka or Astroconda ++# -- but that requirement is enforced by installing as a conda package, so the ++# version-check logic has been removed here (avoiding annoying pauses): + if (defpar ("release")) { + if (release >= "2.16") { + # There appear to be several issues related to the new image template +@@ -31,24 +33,7 @@ + if (defvar("use_new_imt")) { + set use_new_imt = "no" + } +- if (!access("iraf$../bin/ur-setup-real")) { +- printf ("WARNING: The Gemini IRAF package is not compatible \n") +- printf (" with IRAF v2.16, unless installed using Ureka\n") +- printf ("Tested with IRAF 2.16 from Ureka\n") +- sleep 10 +- } +- } else if ((release < "2.14.1") || (release > "2.15.1a")) { +- printf ("WARNING: The Gemini IRAF package is only compatible with\n") +- printf (" versions of IRAF between v2.14.1 and v2.15.1a\n") +- printf (" and v2.16 in Ureka\n") +- printf ("Tested with IRAF 2.16 from Ureka\n") +- sleep 10 + } +-} else { +- printf ("WARNING: The Gemini IRAF package is only compatible with\n") +- printf (" versions of IRAF v2.14.1 and v2.16 in Ureka\n") +- printf ("Tested with IRAF 2.16 from Ureka\n") +- sleep 10 + } + ; + |