summaryrefslogtreecommitdiff
path: root/scripts/ac_build_iraf_pkg
Commit message (Collapse)AuthorAgeFilesLines
* Unset Conda's LD_RUN_PATH when building external IRAF packages, 1. to avoid ↵v0.1.4James Turner2018-02-081-1/+1
| | | | patchelf warnings, 2. because they don't actually need an RPATH and 3. because I think I have seen problems with patchelf + IRAF in the past (with Ureka). Disabling "binary_relocation" in meta.yaml is insufficient to avoid an RPATH being set (and actually makes things worse by leaving an absolute RPATH instead of a relative one, which later gets updated differently for each env by conda, breaking hard linking between the envs, with a lot of wasted disk space).
* Revert removal of .a and .o files in ac_build_iraf_pkg (in favour of ↵James Turner2017-07-261-3/+0
| | | | | | cleaning them up earlier in a recipe's build.sh), because some of the build.sh scripts copy libs into the source tree from elsewhere before running that script. This reverts commits 21a0c50 and 55f6f47.
* Correct a horrible typo in the last commit (blaming jet lag).James Turner2017-07-201-1/+1
|
* Remove any old .a or .o files before building IRAF packages, to avoid ↵James Turner2017-07-201-0/+3
| | | | linking problems.
* Support conda IRAF packages named pyraf.pkgname, as well as iraf.pkgname.James Turner2016-12-211-2/+2
|
* Try using new cl version of make_iraf_help in $iraf, to avoid PyRAF dependency.James Turner2016-11-301-1/+1
|
* Need to create a bin -> bin.$IRAFARCH link even when none exists to begin with.James Turner2016-10-271-0/+2
|
* Avoid trailing space in XC_LFLAGS when not already set, since this gets ↵James Turner2016-10-191-2/+3
| | | | passed to gcc as a non-existent filename, causing linking to fail!
* Make sure everything has a copyright notice (going back to the Ureka code ↵James E.H. Turner2016-09-211-0/+2
| | | | it's loosely based on, where applicable).
* Use new form for invoking ac_update_extern_pkg in ac_build_iraf_pkg.James E.H. Turner2016-09-061-1/+2
|
* Remove extern.pkg from the build variant, so it doesn't end up in the ↵James E.H. Turner2016-09-011-0/+4
| | | | tarball & overwrite the existing one(s)
* Use slightly clearer name for script that builds IRAF help & apropos databases.James E.H. Turner2016-09-011-1/+1
|
* A missing name change to go with the last commit.James E.H. Turner2016-09-011-1/+1
|
* Rename scripts consistently to reflect use of AstroConda-specific conventions.James E.H. Turner2016-09-011-2/+2
|
* Draft build script for AstroConda IRAF packages (for use in build.sh; with ↵James E.H. Turner2016-08-311-0/+152
the previous draft install script folded in, since that works better).