aboutsummaryrefslogtreecommitdiff
path: root/iraf
Commit message (Collapse)AuthorAgeFilesLines
* Uncommitted version update to go with IRAF change (for ccdred parameter file ↵James Turner2019-03-291-3/+6
| | | | problem with PyRAF on Python 3).
* (Forgot to) commit new iraf build number after adding a line in zzsetenv.def ↵James Turner2017-05-021-1/+1
| | | | to disable "use_new_imt".
* Use slightly more standard POSIX syntax for sourcing the IRAF setup scripts.James Turner2016-12-291-4/+4
|
* 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.
* Rename iraf-core back to iraf after eliminating need for a separate help pkg.James Turner2016-12-063-0/+69
|
* 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-011-3/+3
| | | | 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).
* 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-263-0/+24
|
* Rename iraf package to iraf-core, in order to make a more complete iraf ↵James E.H. Turner2016-10-263-69/+0
| | | | meta-package.
* 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.
* Change IRAF version spec to make conda use our updated IRAF build without ↵James E.H. Turner2016-09-291-1/+1
| | | | being tied to a single version number and to allow for adding a running number more naturally.
* Unset another environment variable that could potentially cause trouble.James E.H. Turner2016-09-011-1/+1
|
* 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
|
* Refactor recipe to support source build (in progress)Joseph Hunkeler2016-05-242-91/+101
|
* Initial commitJoe Hunkeler2016-03-233-0/+209