aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Rename iraf.kepler, since it depends on pyraf, and patch it to use io.fits ↵James Turner2016-12-2111-7/+561
| | | | instead of pyfits (etc.). There are still a couple of broken imports left -- one that was also missing in Ureka and another that currently prevents the pkg loading.
* Remove kepler package (which depends on PyRAF) and comment out broken optic ↵James Turner2016-12-211-6/+4
| | | | package in iraf-all.
* Omit extern.pkg from the main iraf package, to avoid losing existing package ↵James Turner2016-12-161-6/+11
| | | | definitions when re-installing iraf. Fix some quoting.
* Delete deprecated iraf-help package (now part of the IRAF build in CL).James Turner2016-12-133-33/+0
|
* Remove single-use script & template that were used to help convert Ureka ↵James Turner2016-12-138-99/+0
| | | | IRAF packages to AstroConda package defs.
* Commit semi-disposable helper script & template used for converting Ureka ↵James Turner2016-12-138-0/+99
| | | | packages, just for future reference, before deleting them.
* Add the rest of the AstroConda IRAF packages to iraf-all (with a couple of ↵James Turner2016-12-131-1/+48
| | | | run-time ones commented out).
* Correct ucsclris licence info.James Turner2016-12-121-1/+1
|
* Moved apropos command into IRAF rather than depending on finding it in stsdas.James Turner2016-12-121-1/+0
|
* Add ucsclris, upsqiid, xdimsum & xray IRAF package definitions.James Turner2016-12-1235-0/+398
|
* Add RVSAO, SONG & SQIID IRAF packages (with small patches to fix things that ↵James Turner2016-12-1228-0/+184
| | | | were also broken in Ureka). The SONG package is missing a dependency that isn't in Ureka or AstroConda and lives in the "obsolete" directory on the IRAF FTP site.
* Add mtools, nfextern & optic AstroConda IRAF packages.James Turner2016-12-1226-7/+141
|
* Add mem0 & mscdb IRAF packages.James Turner2016-12-0716-0/+92
|
* Add incomplete kepler package (builds but needs patching to use io.fits ↵James Turner2016-12-0710-0/+54
| | | | instead of pyfits and is missing a couple of dependencies used by one of the tasks, as was Ureka).
* Add finder, gmisc & guiapps IRAF packages.James Turner2016-12-0727-0/+186
|
* Add ESOWFI & MSCRED IRAF packages.James Turner2016-12-0717-0/+129
|
* Add ctio, cutoutpkg & deitab IRAF packages.James Turner2016-12-0725-0/+218
|
* Define the ctio patch file (was missing from meta.yaml).James Turner2016-12-071-0/+27
|
* Add adccdrom, cfh12k & cirred IRAF packages.James Turner2016-12-0726-0/+371
|
* Rename iraf-core back to iraf after eliminating need for a separate help pkg.James Turner2016-12-0612-18/+21
|
* Remove iraf meta-package, since iraf-help is no longer needed (now part of ↵James Turner2016-12-053-28/+0
| | | | the core IRAF build) and iraf-core will be renamed to iraf.
* Use new $iraf/util/make_help to build IRAF help databases, instead of having ↵James Turner2016-12-012-5/+9
| | | | iraf-help & astroconda-iraf-helpers rely on PyRAF (the latter still has a PyRAF script but the dependency has been removed to avoid pulling in a large number of unnecessary & potentially broken deps when building IRAF packages).
* Make external IRAF packages depend on "iraf" (not just "iraf-core"), to ↵James E.H. Turner2016-10-275-15/+10
| | | | ensure the old (conflicting) "iraf" can't be installed simultaneously.
* Meta-package to build/install IRAF, X11IRAF and all our external packages.James E.H. Turner2016-10-263-0/+36
|
* Add iraf meta-package dependencies for build as well as run-time, to ensure ↵James E.H. Turner2016-10-261-0/+4
| | | | they get created when needed.
* Add "iraf" meta-package, containing the renamed "iraf-core" along with help etc.James E.H. Turner2016-10-264-2/+26
|
* Rename iraf package to iraf-core, in order to make a more complete iraf ↵James E.H. Turner2016-10-2611-16/+21
| | | | meta-package.
* Add Gemini disco_stu package, for GSAOI data.James E.H. Turner2016-10-243-0/+29
|
* Revert to using the source trunk URL after merging and use new iraf-os-libs ↵James Turner2016-10-211-5/+12
| | | | dependency for ecl/vocl portability.
* New iraf-os-libs should only be a dependency on linux.James E.H. Turner2016-10-211-4/+4
|
* Use new iraf-os-libs dependency for X11IRAF (don't assume the libs are in ↵James Turner2016-10-211-0/+4
| | | | the OS).
* Oops, add missing ncurses lib (not just its copyright...).James Turner2016-10-211-1/+1
|
* Add a package to copy 32-bit X11/curses libs from the OS that are needed by ↵James Turner2016-10-203-0/+50
| | | | ecl & X11IRAF (as in Ureka).
* Use AURA's version of the BSD licence, as intended, rather than the template ↵James E.H. Turner2016-10-201-25/+20
| | | | version added by github.
* Remove IRAF packages from extern.pkg when uninstalling them (currently only ↵James E.H. Turner2016-10-205-0/+5
| | | | works one package at a time, due to a conda limitation, where removing the first package also removes the update_extern_pkg scripts needed by the others).
* Merge selected recipes from iraf-build-james branch of astroconda-contribJames E.H. Turner2016-10-1754-0/+1131
|\
| * Also update home URL from jehturner to astroconda.James E.H. Turner2016-10-121-1/+1
| |
| * Rework x11iraf build slightly, as for iraf, to use new unix/hlib/setup and ↵James E.H. Turner2016-10-122-13/+10
| | | | | | | | log the main build output.
| * Use renamed astroconda-iraf-helpers.James E.H. Turner2016-10-126-11/+11
| |
| * Moved astroconda-build-utils to astroconda github org and renamed to ↵James E.H. Turner2016-10-123-3/+3
| | | | | | | | astroconda-iraf-helpers.
| * Package containing the core IRAF help & apropos databases (separated because ↵James E.H. Turner2016-10-123-0/+33
| | | | | | | | the script to build help depends on pyraf).
| * Add latest public Gemini IRAF package (1.13.1).James E.H. Turner2016-10-048-0/+105
| |
| * Quote version numbers as recommended in the conda build docs.James E.H. Turner2016-10-044-4/+4
| |
| * Add FITSUTIL IRAF package.James E.H. Turner2016-10-038-0/+96
| |
| * Add STECF package (similar to TABLES & STSDAS).James E.H. Turner2016-09-308-0/+145
| |
| * Add STSDAS package.James E.H. Turner2016-09-2910-1/+362
| |
| * Rename astroconda-utils to astroconda-build-utils.James E.H. Turner2016-09-294-7/+7
| |
| * Change IRAF version spec to make conda use our updated IRAF build without ↵James E.H. Turner2016-09-293-4/+4
| | | | | | | | being tied to a single version number and to allow for adding a running number more naturally.
| * Retrieve local source tarballs for IRAF packages using plain HTTP for now.James E.H. Turner2016-09-291-1/+1
| |
| * Obtain IRAF package source tarballs from a locally-served URL that can be ↵James E.H. Turner2016-09-281-2/+1
| | | | | | | | the same across sites.