diff options
author | James Turner <jturner@gemini.edu> | 2016-12-07 16:03:22 -0500 |
---|---|---|
committer | James Turner <jturner@gemini.edu> | 2016-12-07 16:03:22 -0500 |
commit | a8b67d3d8c3d9a9796e33c85ac64c80d80e8d9e6 (patch) | |
tree | 8fb843e652da9228d9d9d831c17d870ef59997a4 | |
parent | 0eb9031610dead0ae92d7a479eba22d4ac10562b (diff) | |
download | astroconda-iraf-a8b67d3d8c3d9a9796e33c85ac64c80d80e8d9e6.tar.gz |
Add finder, gmisc & guiapps IRAF packages.
-rw-r--r-- | iraf.finder/bld.bat | 2 | ||||
-rw-r--r-- | iraf.finder/build.sh | 8 | ||||
-rw-r--r-- | iraf.finder/meta.yaml | 27 | ||||
-rw-r--r-- | iraf.finder/meta.yaml~ | 27 | ||||
-rw-r--r-- | iraf.finder/post-link.sh | 3 | ||||
-rw-r--r-- | iraf.finder/pre-unlink.sh | 1 | ||||
-rw-r--r-- | iraf.finder/ur_extern.pkg | 6 | ||||
-rw-r--r-- | iraf.finder/ur_manifest | 1 | ||||
-rw-r--r-- | iraf.finder/ur_mkpkg_cmd | 1 | ||||
-rw-r--r-- | iraf.finder/ur_mkpkg_patterns | 0 | ||||
-rw-r--r-- | iraf.gmisc/bld.bat | 2 | ||||
-rw-r--r-- | iraf.gmisc/build.sh | 8 | ||||
-rw-r--r-- | iraf.gmisc/meta.yaml | 25 | ||||
-rw-r--r-- | iraf.gmisc/post-link.sh | 3 | ||||
-rw-r--r-- | iraf.gmisc/pre-unlink.sh | 1 | ||||
-rw-r--r-- | iraf.gmisc/ur_extern.pkg | 6 | ||||
-rw-r--r-- | iraf.gmisc/ur_manifest | 1 | ||||
-rw-r--r-- | iraf.gmisc/ur_mkpkg_patterns | 0 | ||||
-rw-r--r-- | iraf.guiapps/ac.iraf.guiapps.patch | 12 | ||||
-rw-r--r-- | iraf.guiapps/bld.bat | 2 | ||||
-rw-r--r-- | iraf.guiapps/build.sh | 8 | ||||
-rw-r--r-- | iraf.guiapps/meta.yaml | 27 | ||||
-rw-r--r-- | iraf.guiapps/post-link.sh | 3 | ||||
-rw-r--r-- | iraf.guiapps/pre-unlink.sh | 1 | ||||
-rw-r--r-- | iraf.guiapps/ur_extern.pkg | 6 | ||||
-rw-r--r-- | iraf.guiapps/ur_manifest | 5 | ||||
-rw-r--r-- | iraf.guiapps/ur_mkpkg_patterns | 0 |
27 files changed, 186 insertions, 0 deletions
diff --git a/iraf.finder/bld.bat b/iraf.finder/bld.bat new file mode 100644 index 0000000..e1aca7a --- /dev/null +++ b/iraf.finder/bld.bat @@ -0,0 +1,2 @@ +echo Not supported on Windows +exit 1 diff --git a/iraf.finder/build.sh b/iraf.finder/build.sh new file mode 100644 index 0000000..2353907 --- /dev/null +++ b/iraf.finder/build.sh @@ -0,0 +1,8 @@ +# Configure the environment for IRAF, since conda build appears not to do +# "source activate" after installing dependencies (this would instead need to +# eval $PREFIX/iraf/unix/hlib/setup directly if "--level" needs specifying): +. setup_iraf.sh + +# Build from source in envs/_build (using build script from astroconda-utils): +ac_build_iraf_pkg + diff --git a/iraf.finder/meta.yaml b/iraf.finder/meta.yaml new file mode 100644 index 0000000..ad50bf6 --- /dev/null +++ b/iraf.finder/meta.yaml @@ -0,0 +1,27 @@ +about: + home: http://iraf.noao.edu/ + license: IRAF MIT/X11 variant, STSDAS US government notice + summary: FINDER package for IRAF +build: + binary_relocation: False + number: '0' + # These must be copied from astroconda-iraf-helpers, since conda disallows + # the post-install step from depending on other packages: + always_include_files: + - bin/ac_config_iraf_pkg + - bin/ac_update_extern_pkg +package: + name: iraf.finder + version: "2.2" +source: + fn: finder-src-2.2.tar.gz + url: http://astroconda-source:4440/finder-src-2.2.tar.gz +requirements: + build: + - astroconda-iraf-helpers + - iraf !=2.16.1,>=2.16.UR + - iraf.tables + run: + - iraf !=2.16.1,>=2.16.UR + - iraf.tables + diff --git a/iraf.finder/meta.yaml~ b/iraf.finder/meta.yaml~ new file mode 100644 index 0000000..00e6c19 --- /dev/null +++ b/iraf.finder/meta.yaml~ @@ -0,0 +1,27 @@ +about: + home: http://iraf.noao.edu/ + license: IRAF MIT/X11 variant + summary: FINDER package for IRAF +build: + binary_relocation: False + number: '0' + # These must be copied from astroconda-iraf-helpers, since conda disallows + # the post-install step from depending on other packages: + always_include_files: + - bin/ac_config_iraf_pkg + - bin/ac_update_extern_pkg +package: + name: iraf.finder + version: "2.2" +source: + fn: finder-src-2.2.tar.gz + url: http://astroconda-source:4440/finder-src-2.2.tar.gz +requirements: + build: + - astroconda-iraf-helpers + - iraf !=2.16.1,>=2.16.UR + - iraf.tables + run: + - iraf !=2.16.1,>=2.16.UR + - iraf.tables + diff --git a/iraf.finder/post-link.sh b/iraf.finder/post-link.sh new file mode 100644 index 0000000..f6b0dd4 --- /dev/null +++ b/iraf.finder/post-link.sh @@ -0,0 +1,3 @@ +# Call a common script that updates extern.pkg for the new IRAF package: + +"$PREFIX/bin/ac_config_iraf_pkg" finder diff --git a/iraf.finder/pre-unlink.sh b/iraf.finder/pre-unlink.sh new file mode 100644 index 0000000..b23bdf4 --- /dev/null +++ b/iraf.finder/pre-unlink.sh @@ -0,0 +1 @@ +"$PREFIX/bin/ac_config_iraf_pkg" --remove finder diff --git a/iraf.finder/ur_extern.pkg b/iraf.finder/ur_extern.pkg new file mode 100644 index 0000000..c7cce3c --- /dev/null +++ b/iraf.finder/ur_extern.pkg @@ -0,0 +1,6 @@ +# http://iraf.net/ftp/iraf/extern/ +reset finder = UR_VDIR +task finder.pkg = finder$finder.cl +reset helpdb= ( envget("helpdb") + ",finder$lib/helpdb.mip" ) +reset aproposdb= ( envget("aproposdb") + ",finder$lib/apropos.db" ) + diff --git a/iraf.finder/ur_manifest b/iraf.finder/ur_manifest new file mode 100644 index 0000000..4bd5059 --- /dev/null +++ b/iraf.finder/ur_manifest @@ -0,0 +1 @@ +bin/x_finder.e diff --git a/iraf.finder/ur_mkpkg_cmd b/iraf.finder/ur_mkpkg_cmd new file mode 100644 index 0000000..80d859d --- /dev/null +++ b/iraf.finder/ur_mkpkg_cmd @@ -0,0 +1 @@ +mkpkg -p tables -p finder update diff --git a/iraf.finder/ur_mkpkg_patterns b/iraf.finder/ur_mkpkg_patterns new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/iraf.finder/ur_mkpkg_patterns diff --git a/iraf.gmisc/bld.bat b/iraf.gmisc/bld.bat new file mode 100644 index 0000000..e1aca7a --- /dev/null +++ b/iraf.gmisc/bld.bat @@ -0,0 +1,2 @@ +echo Not supported on Windows +exit 1 diff --git a/iraf.gmisc/build.sh b/iraf.gmisc/build.sh new file mode 100644 index 0000000..2353907 --- /dev/null +++ b/iraf.gmisc/build.sh @@ -0,0 +1,8 @@ +# Configure the environment for IRAF, since conda build appears not to do +# "source activate" after installing dependencies (this would instead need to +# eval $PREFIX/iraf/unix/hlib/setup directly if "--level" needs specifying): +. setup_iraf.sh + +# Build from source in envs/_build (using build script from astroconda-utils): +ac_build_iraf_pkg + diff --git a/iraf.gmisc/meta.yaml b/iraf.gmisc/meta.yaml new file mode 100644 index 0000000..bdca6d3 --- /dev/null +++ b/iraf.gmisc/meta.yaml @@ -0,0 +1,25 @@ +about: + home: http://iraf.noao.edu/ + license: IRAF MIT/X11 variant + summary: GMISC package for IRAF +build: + binary_relocation: False + number: '0' + # These must be copied from astroconda-iraf-helpers, since conda disallows + # the post-install step from depending on other packages: + always_include_files: + - bin/ac_config_iraf_pkg + - bin/ac_update_extern_pkg +package: + name: iraf.gmisc + version: "2010_11_18" +source: + fn: gmisc-src-2010-11-18.tar.gz + url: http://astroconda-source:4440/gmisc-src-2010-11-18.tar.gz +requirements: + build: + - astroconda-iraf-helpers + - iraf !=2.16.1,>=2.16.UR + run: + - iraf !=2.16.1,>=2.16.UR + diff --git a/iraf.gmisc/post-link.sh b/iraf.gmisc/post-link.sh new file mode 100644 index 0000000..e7d4377 --- /dev/null +++ b/iraf.gmisc/post-link.sh @@ -0,0 +1,3 @@ +# Call a common script that updates extern.pkg for the new IRAF package: + +"$PREFIX/bin/ac_config_iraf_pkg" gmisc diff --git a/iraf.gmisc/pre-unlink.sh b/iraf.gmisc/pre-unlink.sh new file mode 100644 index 0000000..7ffac24 --- /dev/null +++ b/iraf.gmisc/pre-unlink.sh @@ -0,0 +1 @@ +"$PREFIX/bin/ac_config_iraf_pkg" --remove gmisc diff --git a/iraf.gmisc/ur_extern.pkg b/iraf.gmisc/ur_extern.pkg new file mode 100644 index 0000000..662bb67 --- /dev/null +++ b/iraf.gmisc/ur_extern.pkg @@ -0,0 +1,6 @@ +# ftp://iraf.noao.edu/iraf/v215/REPO +reset gmisc = UR_VDIR +task gmisc.pkg = gmisc$gmisc.cl +reset helpdb= ( envget("helpdb") + ",gmisc$lib/helpdb.mip" ) +reset aproposdb= ( envget("aproposdb") + ",gmisc$lib/apropos.db" ) + diff --git a/iraf.gmisc/ur_manifest b/iraf.gmisc/ur_manifest new file mode 100644 index 0000000..4759e3c --- /dev/null +++ b/iraf.gmisc/ur_manifest @@ -0,0 +1 @@ +bin/x_gmisc.e diff --git a/iraf.gmisc/ur_mkpkg_patterns b/iraf.gmisc/ur_mkpkg_patterns new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/iraf.gmisc/ur_mkpkg_patterns diff --git a/iraf.guiapps/ac.iraf.guiapps.patch b/iraf.guiapps/ac.iraf.guiapps.patch new file mode 100644 index 0000000..d5e742a --- /dev/null +++ b/iraf.guiapps/ac.iraf.guiapps.patch @@ -0,0 +1,12 @@ +diff -Nur ../original/numrec_list.txt ./numrec_list.txt +--- ../original/numrec_list.txt 1969-12-31 21:00:00.000000000 -0300 ++++ ./numrec_list.txt 2016-05-03 13:32:09.000000000 -0300 +@@ -0,0 +1,8 @@ ++spt/onedspec/deblend.x ++spt/sptdeblend.x ++xrv/deblend.x ++xrv/fftutil.x ++xrv/numrep.x ++xrv/rvcorrel.x ++xrv/rvdemo.x ++xrv/rvidlines/iddeblend.x diff --git a/iraf.guiapps/bld.bat b/iraf.guiapps/bld.bat new file mode 100644 index 0000000..e1aca7a --- /dev/null +++ b/iraf.guiapps/bld.bat @@ -0,0 +1,2 @@ +echo Not supported on Windows +exit 1 diff --git a/iraf.guiapps/build.sh b/iraf.guiapps/build.sh new file mode 100644 index 0000000..2353907 --- /dev/null +++ b/iraf.guiapps/build.sh @@ -0,0 +1,8 @@ +# Configure the environment for IRAF, since conda build appears not to do +# "source activate" after installing dependencies (this would instead need to +# eval $PREFIX/iraf/unix/hlib/setup directly if "--level" needs specifying): +. setup_iraf.sh + +# Build from source in envs/_build (using build script from astroconda-utils): +ac_build_iraf_pkg + diff --git a/iraf.guiapps/meta.yaml b/iraf.guiapps/meta.yaml new file mode 100644 index 0000000..d405093 --- /dev/null +++ b/iraf.guiapps/meta.yaml @@ -0,0 +1,27 @@ +about: + home: http://iraf.noao.edu/ + license: IRAF MIT/X11 variant, Numerical Recipes + summary: GUIAPPS package for IRAF +build: + binary_relocation: False + number: '0' + # These must be copied from astroconda-iraf-helpers, since conda disallows + # the post-install step from depending on other packages: + always_include_files: + - bin/ac_config_iraf_pkg + - bin/ac_update_extern_pkg +package: + name: iraf.guiapps + version: "2010_11_18" +source: + fn: guiapps-src-2010-11-18.tar.gz + url: http://astroconda-source:4440/guiapps-src-2010-11-18.tar.gz + patches: + - ac.iraf.guiapps.patch +requirements: + build: + - astroconda-iraf-helpers + - iraf !=2.16.1,>=2.16.UR + run: + - iraf !=2.16.1,>=2.16.UR + diff --git a/iraf.guiapps/post-link.sh b/iraf.guiapps/post-link.sh new file mode 100644 index 0000000..7409242 --- /dev/null +++ b/iraf.guiapps/post-link.sh @@ -0,0 +1,3 @@ +# Call a common script that updates extern.pkg for the new IRAF package: + +"$PREFIX/bin/ac_config_iraf_pkg" guiapps diff --git a/iraf.guiapps/pre-unlink.sh b/iraf.guiapps/pre-unlink.sh new file mode 100644 index 0000000..a002b76 --- /dev/null +++ b/iraf.guiapps/pre-unlink.sh @@ -0,0 +1 @@ +"$PREFIX/bin/ac_config_iraf_pkg" --remove guiapps diff --git a/iraf.guiapps/ur_extern.pkg b/iraf.guiapps/ur_extern.pkg new file mode 100644 index 0000000..da04ed0 --- /dev/null +++ b/iraf.guiapps/ur_extern.pkg @@ -0,0 +1,6 @@ +# ftp://iraf.noao.edu/iraf/v215/REPO +reset guiapps = UR_VDIR +task guiapps.pkg = guiapps$guiapps.cl +reset helpdb= ( envget("helpdb") + ",guiapps$lib/helpdb.mip" ) +reset aproposdb= ( envget("aproposdb") + ",guiapps$lib/apropos.db" ) + diff --git a/iraf.guiapps/ur_manifest b/iraf.guiapps/ur_manifest new file mode 100644 index 0000000..b0dbce0 --- /dev/null +++ b/iraf.guiapps/ur_manifest @@ -0,0 +1,5 @@ +bin/x_demo.e +bin/x_spectool.e +bin/x_xapphot.e +bin/x_xhelp.e +bin/x_xrv.e diff --git a/iraf.guiapps/ur_mkpkg_patterns b/iraf.guiapps/ur_mkpkg_patterns new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/iraf.guiapps/ur_mkpkg_patterns |