Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Unset Conda's LD_RUN_PATH when building external IRAF packages, 1. to avoid ↵v0.1.4 | James Turner | 2018-02-08 | 1 | -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 Turner | 2017-07-26 | 1 | -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 Turner | 2017-07-20 | 1 | -1/+1 |
| | |||||
* | Remove any old .a or .o files before building IRAF packages, to avoid ↵ | James Turner | 2017-07-20 | 1 | -0/+3 |
| | | | | linking problems. | ||||
* | Support conda IRAF packages named pyraf.pkgname, as well as iraf.pkgname. | James Turner | 2016-12-21 | 1 | -2/+2 |
| | |||||
* | Try using new cl version of make_iraf_help in $iraf, to avoid PyRAF dependency. | James Turner | 2016-11-30 | 1 | -1/+1 |
| | |||||
* | Need to create a bin -> bin.$IRAFARCH link even when none exists to begin with. | James Turner | 2016-10-27 | 1 | -0/+2 |
| | |||||
* | Avoid trailing space in XC_LFLAGS when not already set, since this gets ↵ | James Turner | 2016-10-19 | 1 | -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. Turner | 2016-09-21 | 1 | -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. Turner | 2016-09-06 | 1 | -1/+2 |
| | |||||
* | Remove extern.pkg from the build variant, so it doesn't end up in the ↵ | James E.H. Turner | 2016-09-01 | 1 | -0/+4 |
| | | | | tarball & overwrite the existing one(s) | ||||
* | Use slightly clearer name for script that builds IRAF help & apropos databases. | James E.H. Turner | 2016-09-01 | 1 | -1/+1 |
| | |||||
* | A missing name change to go with the last commit. | James E.H. Turner | 2016-09-01 | 1 | -1/+1 |
| | |||||
* | Rename scripts consistently to reflect use of AstroConda-specific conventions. | James E.H. Turner | 2016-09-01 | 1 | -2/+2 |
| | |||||
* | Draft build script for AstroConda IRAF packages (for use in build.sh; with ↵ | James E.H. Turner | 2016-08-31 | 1 | -0/+152 |
the previous draft install script folded in, since that works better). |