summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Allow for python interpreter path variation on non-LSB-compliant Linux distri...HEADv0.2.0masterJames Turner2019-03-281-4/+16
* Fixes for changes to regular expression behaviour in Python 3.7.James Turner2019-03-281-4/+7
* Unset Conda's LD_RUN_PATH when building external IRAF packages, 1. to avoid p...v0.1.4James Turner2018-02-081-1/+1
* Revert removal of .a and .o files in ac_build_iraf_pkg (in favour of cleaning...James Turner2017-07-261-3/+0
* 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 linking...James Turner2017-07-201-0/+3
* Report only failure, not success, to avoid a long string of "updated extern.p...James Turner2017-03-221-12/+3
* Support conda IRAF packages named pyraf.pkgname, as well as iraf.pkgname.James Turner2016-12-211-2/+2
* Merge pull request #3 from jehturner/masterjehturner2016-12-011-1/+1
|\
| * Try using new cl version of make_iraf_help in $iraf, to avoid PyRAF dependency.James Turner2016-11-301-1/+1
* | Merge pull request #2 from jehturner/masterjehturner2016-10-271-0/+2
|\|
| * Need to create a bin -> bin.$IRAFARCH link even when none exists to begin with.James Turner2016-10-271-0/+2
* | Merge pull request #1 from jehturner/masterjehturner2016-10-213-50/+97
|\|
| * Create extern.pkg if it doesn't already exist, for better foolproofing; we al...James Turner2016-10-192-10/+19
| * Avoid trailing space in XC_LFLAGS when not already set, since this gets passe...James Turner2016-10-191-2/+3
| * Expand out ternary operators to support Python 2.4...James E.H. Turner2016-10-191-2/+9
| * Avoid blank lines at the start of the file when adding/removing the 1st entry.James E.H. Turner2016-10-191-4/+9
| * Support uninstallation of IRAF packages from extern.pkg.James Turner2016-10-192-15/+32
| * Compatibility with old OS Python versions (specifically 2.4 in RHE5!).James Turner2016-10-181-30/+38
|/
* Serve IRAF package tarballs with plain HTTP for now, to avoid complaints abou...James E.H. Turner2016-09-281-9/+13
* Very simple script to serve local tarballs for the build process with HTTPS.James E.H. Turner2016-09-281-0/+34
* Make sure everything has a copyright notice (going back to the Ureka code it'...James E.H. Turner2016-09-215-3/+11
* Use new form for invoking ac_update_extern_pkg in ac_build_iraf_pkg.James E.H. Turner2016-09-061-1/+2
* Support user invocation of ac_config_iraf_pkg for fixing extern.pkg problems.James E.H. Turner2016-09-051-15/+55
* Make ac_update_extern_pkg non-executable, in favour of invoking it via ac_con...James E.H. Turner2016-09-051-5/+5
* Specify /bin/sh as the interpreter for good luck...James E.H. Turner2016-09-011-0/+2
* Deprecate unmangle_interpreter script, in favour of running python directly o...James E.H. Turner2016-09-011-48/+0
* A common post-install script for AstroConda IRAF packages (which runs python ...James E.H. Turner2016-09-011-0/+30
* Create a new file when editing extern.pkg, otherwise conda's hard links propa...James E.H. Turner2016-09-011-2/+7
* Add missing update from last commit (due to mixed-up copies after renaming).James E.H. Turner2016-09-011-0/+1
* Remove extern.pkg from the build variant, so it doesn't end up in the tarball...James E.H. Turner2016-09-012-2/+6
* Use slightly clearer name for script that builds IRAF help & apropos databases.James E.H. Turner2016-09-012-7/+7
* 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-015-5/+5
* This was supposed to be renamed in the last commit but I think a copy got sav...James E.H. Turner2016-08-311-95/+0
* Draft build script for AstroConda IRAF packages (for use in build.sh; with th...James E.H. Turner2016-08-313-9/+185
* Use new copy of stsdas mkapropos in softools, instead of depending on stsdas ...James E.H. Turner2016-08-311-7/+6
* Some remaining name & comment updates for the AstroConda version.James E.H. Turner2016-08-311-8/+7
* Add newlines when appending a new entry, now that ";\n\nkeep" gets added with...James E.H. Turner2016-08-301-1/+1
* Add a semicolon before the "keep" line in extern.pkg, to avoid a know CL pars...James E.H. Turner2016-08-291-13/+18
* Add script to copy IRAF source tree & package config files to the conda build...James E.H. Turner2016-08-251-0/+73
* Add some more IRAF definition variables & rename them a bit more nicely.James E.H. Turner2016-08-252-4/+16
* Move iraf package filename definitions into their own file, for use by multip...James E.H. Turner2016-08-233-7/+12
* Don't require interpreter to end with "python", since .* is greedy anyway and...James E.H. Turner2016-08-231-1/+1
* A script to undo conda's unwanted interpreter path mangling in update_extern_...James E.H. Turner2016-08-231-0/+48
* Always use the OS Python in update_extern_pkg, to avoid conda changing its in...James E.H. Turner2016-08-231-1/+5
* Improve handling of extra blank lines etc. with respect to the template.jturner2016-08-181-5/+13
* Make script to update extern.pkg executable.jturner2016-08-171-0/+0
* Add script to check the apparent success/failure of an IRAF package build, ad...jturner2016-08-111-0/+141
* Add python script to create the IRAF help & apropos databases for a specified...jturner2016-08-101-0/+136