aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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.
| * Add a prototype external IRAF package (TABLES) for AstroConda.James E.H. Turner2016-09-069-0/+264
| |
| * Unset another environment variable that could potentially cause trouble.James E.H. Turner2016-09-011-1/+1
| |
| * Add recipe for new astroconda-utils package, containing build & run-time ↵jturner2016-08-173-0/+25
| | | | | | | | helper scripts (currently for IRAF).
| * Support new path prefix in Conda 4.1.2 (or 4.2.1?) and remove some ↵jturner2016-07-041-25/+16
| | | | | | | | commented-out bits that Joe agrees probably aren't needed.
| * Use new IRAF installer & environment setup scripts in the now-much-smaller ↵jturner2016-06-291-172/+22
| | | | | | | | conda build script.
| * Work with my IRAF SVN branch for now. Correct version number and license info.RTF User2016-06-072-4/+7
| | | | | | | | | | | | Don't patch IRAF binary paths. Unset conda ARCH variable for the IRAF build (it didn't seem to break mine but I believe IRAF uses it differently & Joe has been having some arch-related issues).
| * Ensure UR_PKG_DIR exists with a blank extern.pkgJoseph Hunkeler2016-05-261-7/+6
| |
| * Initial commit of x11iraf: iraf-x11Joseph Hunkeler2016-05-243-0/+44
| |
| * Refactor recipe to support source build (in progress)Joseph Hunkeler2016-05-242-91/+101
| |
| * Redo completely broken decorator recipeJoseph Hunkeler2016-04-303-25/+0
| |
| * Remove deprecated dependencyJoe Hunkeler2016-04-293-26/+0
| |
| * Initial commitJoe Hunkeler2016-03-303-0/+26
| |