summaryrefslogtreecommitdiff
path: root/glue-ginga
Commit message (Collapse)AuthorAgeFilesLines
* Next (#292)Joseph Hunkeler2018-02-143-44/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Strip x.x selectors * Assign build-time python lock * Minimal build matrix * Numpy locking * Force -m64 on darwin * ds9: add md5 hash * stsci: Remove build section * Replace python calls with env variable; Strip redundant exit conditions * Remove dead packages * sextractor: Use Intel MKL * Use autotools whatever the platform; Switch URL to github mirror (astromatic is too slow) * Force linkage against Intel OpenMP Signed-off-by: Joseph Hunkeler <jhunkeler@gmail.com> * Add version guard template * Remove dead sextractor package * Bump all build revisions * Remove recipes that exist in defaults or no longer serve a purpose * Fixup mosviz requirements * Remove purge_path usage * Remove glue* recipes (favor defaults channel) * Remove pydrizzle * Replace glueviz requirement with glue-core * Remove pytools * Remove pytools dependency * Adjust specviz requirements * pyregion moved to astropy org * Fix d2to1 dependency * Remove d2to1 pip calls * Remove deprecated stsci_sphinx_theme
* Update glue-ginga recipe to latest release.Matt Rendina2017-11-061-2/+2
|
* * Fix circular dependency; remove metapackage build requirementsMatt Rendina2017-09-151-2/+3
| | | | * Increment build numbers
* Revert previous changeMatt Rendina2017-06-291-2/+0
| | | scipy is intended to be an optional dependency of glue-ginga. Manual package build results indicate that the scipy dependency may be safely removed.
* Adjust setup.py on the fly to allow successful build; add missing dep to ↵Matt Rendina2017-06-291-0/+2
| | | | glue-ginga
* Add glue-ginga package to the channel (#177)P. L. Lim2017-02-273-0/+43
* Add glue-ginga package to the channel * Update build.sh * Update bld.bat