diff options
author | Matt Rendina <mrendina@stsci.edu> | 2017-10-24 15:42:48 -0400 |
---|---|---|
committer | Matt Rendina <mrendina@stsci.edu> | 2017-10-24 15:45:24 -0400 |
commit | 837623086dc9a0bd766a39bf3d964a498bf1bdac (patch) | |
tree | bdc6016d5f4f6767560639d441ce4f8cfde10043 | |
parent | 777342c08ede3df2cca1168e873797c5f77455ce (diff) | |
download | build_control-837623086dc9a0bd766a39bf3d964a498bf1bdac.tar.gz |
Add astroquery dependencies, sort, cut chronically failing packages.
-rw-r--r-- | manifests/dev.yaml | 25 | ||||
-rw-r--r-- | manifests/public.yaml | 36 |
2 files changed, 29 insertions, 32 deletions
diff --git a/manifests/dev.yaml b/manifests/dev.yaml index a136014..7c316a4 100644 --- a/manifests/dev.yaml +++ b/manifests/dev.yaml @@ -7,18 +7,11 @@ channel_URL: 'http://ssb.stsci.edu/astroconda-dev' # publication_root path needs to be visible from the slave nodes. publication_root: '/eng/ssb/websites/ssbpublic/astroconda-dev' packages: - - stsci.tools - - stsci.imagestats - - stsci-data-analysis - - stsci-hst - - stsci - - - verhawk - acstools - appdirs - aprio - - asdf-standard - asdf + - asdf-standard - astroimtools - astropy - astroquery @@ -37,9 +30,9 @@ packages: - fftw - fitsblender - ginga - - glueviz - glue-core - glue-vispy-viewers + - glueviz - gwcs - hstcal - htc_utils @@ -52,7 +45,6 @@ packages: - mosviz - nictools - opuscoords - - pandokia - photutils - poppy - purge_path @@ -74,30 +66,35 @@ packages: - secretstorage - selenium - shunit2 - - specviz - specutils + - specviz - spherical-geometry - sphinx_rtd_theme - sphinxcontrib-programoutput - stginga - stistools + - stsci + - stsci-data-analysis + - stsci-hst - stsci.convolve - stsci.distutils - stsci.image - stsci.imagemanip + - stsci.imagestats - stsci.ndimage - stsci.numdisplay - stsci.skypac - stsci.sphere - stsci.sphinxext - stsci.stimage + - stsci.tools + - stsynphot - stwcs - synphot - - stsynphot + - verhawk - wcstools - - webbpsf-data - webbpsf + - webbpsf-data - wfc3tools - wfpc2tools - xpa - diff --git a/manifests/public.yaml b/manifests/public.yaml index 4657b0f..084056e 100644 --- a/manifests/public.yaml +++ b/manifests/public.yaml @@ -7,18 +7,11 @@ channel_URL: 'http://ssb.stsci.edu/astroconda' # publication_root path needs to be visible from the slave nodes. publication_root: '/eng/ssb/websites/ssbpublic/astroconda' packages: - - stsci.tools - - stsci.imagestats - - stsci-data-analysis - - stsci-hst - - stsci - - - verhawk - acstools - appdirs - aprio - - asdf-standard - asdf + - asdf-standard - astroimtools - astroquery - asv @@ -28,6 +21,8 @@ packages: - crds - cubeviz - d2to1 + - dbus-glib + - dbus-python - drizzle - drizzlepac - ds9 @@ -35,10 +30,10 @@ packages: - fitsblender - fitsverify - ginga - - glueviz - glue-core - - glue-vispy-viewers - glue-ginga + - glue-vispy-viewers + - glueviz - gwcs - hstcal - htc_utils @@ -50,12 +45,11 @@ packages: - mosviz - nictools - opuscoords - - pandokia - photutils - poppy - purge_path - - pyds9 - py-expression-eval + - pyds9 - pyfftw - pyobjc-core - pyobjc-framework-cocoa @@ -69,34 +63,40 @@ packages: - pywcs - reftools - relic + - secretstorage - selenium - shunit2 - - specviz - specutils - - spherical-geometry + - specviz - sphere + - spherical-geometry - sphinx_rtd_theme - - stsci_sphinx_theme - sphinxcontrib-programoutput - stginga - stistools + - stsci + - stsci-data-analysis + - stsci-hst - stsci.convolve - stsci.distutils - stsci.image - stsci.imagemanip + - stsci.imagestats - stsci.ndimage - stsci.numdisplay - stsci.skypac - stsci.sphere - stsci.sphinxext - stsci.stimage + - stsci.tools + - stsci_sphinx_theme + - stsynphot - stwcs - synphot - - stsynphot + - verhawk - wcstools - - webbpsf-data - webbpsf + - webbpsf-data - wfc3tools - wfpc2tools - xpa - |