aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Make iraf.aXe build with clang (MacOS 10.10) after change to use old gsl.James E.H. Turner2017-12-182-3/+11
|
* Build old, working GSL 1.9 & link to it statically.James Turner2017-12-152-21/+42
| | | | Require new STSDAS 3.18 with updated aXe Python files & update pkg version to 2.6 to match.
* Update STSDAS & TABLES to 3.18, using new github repo.James Turner2017-12-152-8/+10
|
* Initial definition of James's PyFU datacube mosaicking package for PyRAF & ↵James Turner2017-08-246-0/+63
| | | | Python, which is fairly widely used to reduce GMOS data.
* Remove some stray binaries from the Gemini IRAF 1.14 tarball before building ↵James Turner2017-07-261-0/+4
| | | | (moved from ac_build_iraf_pkg, where it was briefly included).
* Update astroconda-iraf-helpers version to avoid confusion after briefly ↵James Turner2017-07-261-1/+1
| | | | using 0.1.2 for some now-reverted changes (0.1.3 is currently the same as 0.1.1 was).
* Update Gemini IRAF package to v1.14.James Turner2017-07-212-45/+6
|
* Merge pull request #1 from mirca/add-new-pyke-releasejehturner2017-05-032-566/+7
|\ | | | | Update PyKE/Kepler to new version 2.6.3, which has code fixes needed for compatibility with the Python package versions in Astroconda, as well as other improvements. Minor meta.yaml fixes.
| * add python to 'build' and 'run'Ze Vinicius2017-05-031-0/+2
| |
| * Update meta.yamlZé Vinícius2017-04-271-2/+1
| |
| * update meta.yaml; remove patchZe Vinicius2017-04-272-566/+6
| |
* | (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".
* Update build number like others, FWIW, after removing a stray meta.yaml~.James Turner2017-03-241-1/+1
|
* Update IRAF package build versions for an astroconda-iraf-helpers change ↵James Turner2017-03-2331-36/+34
| | | | that doesn't announce a string of extern.pkg updates for each package.
* Add a public version of the Gemini meta-package.James Turner2017-03-071-0/+33
|
* Update disco_stu to final version number for v1.3.4 release candidate.James Turner2017-02-231-2/+2
|
* Rename gemini.disco_stu to disco_stu, for consistency with the python ↵James Turner2017-02-233-1/+1
| | | | package (until such time as we actually use a namespace package).
* Check out disco_stu release tag directly from git, while not published, and ↵James Turner2017-02-232-3/+6
| | | | install the LICENSE file, since conda only records where it is.
* Update disco_stu (test) version, build the docs as part of the conda package ↵James Turner2017-02-222-7/+12
| | | | and include the LICENSE file.
* Update iraf.axe to install obligatory licensing information.James Turner2017-01-093-1/+366
|
* Also copy obligatory licence files & some docs when packaging x11iraf.James Turner2017-01-052-7/+8
|
* Quote PREFIX in x11iraf build (just in case conda-build does something odd ↵James Turner2016-12-291-4/+4
| | | | in future).
* Add a draft pyraf-all package (which isn't really useful until the ↵James Turner2016-12-291-0/+24
| | | | pyraf.kepler package is working).
* Silence any errors when removing extern.pkg entries until we have a better ↵James Turner2016-12-2929-29/+29
| | | | solution for ac_config_iraf_pkg being removed prematurely.
* Use slightly more standard POSIX syntax for sourcing the IRAF setup scripts.James Turner2016-12-291-4/+4
|
* Add new iraf.axe package to iraf-all.James Turner2016-12-291-0/+2
|
* Set LD_LIBRARY_PATH during the build, as conda-build apparently doesn't (and ↵James Turner2016-12-291-1/+5
| | | | ./config can't run the test programs it compiles otherwise).
* Add an iraf.axe package (actually an add-on for iraf.stsdas), based on the ↵James Turner2016-12-294-0/+115
| | | | Ureka package.
* Rename iraf.kepler, since it depends on pyraf, and patch it to use io.fits ↵James Turner2016-12-2111-7/+561
| | | | instead of pyfits (etc.). There are still a couple of broken imports left -- one that was also missing in Ureka and another that currently prevents the pkg loading.
* Remove kepler package (which depends on PyRAF) and comment out broken optic ↵James Turner2016-12-211-6/+4
| | | | package in iraf-all.
* 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.
* Delete deprecated iraf-help package (now part of the IRAF build in CL).James Turner2016-12-133-33/+0
|
* Remove single-use script & template that were used to help convert Ureka ↵James Turner2016-12-138-99/+0
| | | | IRAF packages to AstroConda package defs.
* Commit semi-disposable helper script & template used for converting Ureka ↵James Turner2016-12-138-0/+99
| | | | packages, just for future reference, before deleting them.
* Add the rest of the AstroConda IRAF packages to iraf-all (with a couple of ↵James Turner2016-12-131-1/+48
| | | | run-time ones commented out).
* Correct ucsclris licence info.James Turner2016-12-121-1/+1
|
* Moved apropos command into IRAF rather than depending on finding it in stsdas.James Turner2016-12-121-1/+0
|
* Add ucsclris, upsqiid, xdimsum & xray IRAF package definitions.James Turner2016-12-1235-0/+398
|
* Add RVSAO, SONG & SQIID IRAF packages (with small patches to fix things that ↵James Turner2016-12-1228-0/+184
| | | | were also broken in Ureka). The SONG package is missing a dependency that isn't in Ureka or AstroConda and lives in the "obsolete" directory on the IRAF FTP site.
* Add mtools, nfextern & optic AstroConda IRAF packages.James Turner2016-12-1226-7/+141
|
* Add mem0 & mscdb IRAF packages.James Turner2016-12-0716-0/+92
|
* Add incomplete kepler package (builds but needs patching to use io.fits ↵James Turner2016-12-0710-0/+54
| | | | instead of pyfits and is missing a couple of dependencies used by one of the tasks, as was Ureka).
* Add finder, gmisc & guiapps IRAF packages.James Turner2016-12-0727-0/+186
|
* Add ESOWFI & MSCRED IRAF packages.James Turner2016-12-0717-0/+129
|
* Add ctio, cutoutpkg & deitab IRAF packages.James Turner2016-12-0725-0/+218
|
* Define the ctio patch file (was missing from meta.yaml).James Turner2016-12-071-0/+27
|
* Add adccdrom, cfh12k & cirred IRAF packages.James Turner2016-12-0726-0/+371
|
* Rename iraf-core back to iraf after eliminating need for a separate help pkg.James Turner2016-12-0612-18/+21
|
* 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-012-5/+9
| | | | 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).