aboutsummaryrefslogtreecommitdiff
path: root/iraf/build.sh
Commit message (Collapse)AuthorAgeFilesLines
* 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-061-0/+44
|
* Remove iraf meta-package, since iraf-help is no longer needed (now part of ↵James Turner2016-12-051-2/+0
| | | | the core IRAF build) and iraf-core will be renamed to iraf.
* Add "iraf" meta-package, containing the renamed "iraf-core" along with help etc.James E.H. Turner2016-10-261-0/+2
|
* Rename iraf package to iraf-core, in order to make a more complete iraf ↵James E.H. Turner2016-10-261-44/+0
| | | | meta-package.
* 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-071-0/+1
| | | | | | 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-241-85/+98
|
* Initial commitJoe Hunkeler2016-03-231-0/+190