diff options
author | Matt Rendina <mrendina@stsci.edu> | 2017-04-18 13:25:32 -0400 |
---|---|---|
committer | Matt Rendina <mrendina@stsci.edu> | 2017-04-18 13:25:32 -0400 |
commit | c898304423815fb795d07891fb2504e99d1549f7 (patch) | |
tree | b21879f87e24f95d8ae1d1296bd914b6c55c86e8 /manifests | |
parent | 0b0b80a2582d684a6d8e4abf3b87d335772177dc (diff) | |
download | build_control-c898304423815fb795d07891fb2504e99d1549f7.tar.gz |
Testing conda machinery patching capability; use cleaner approach for shellc all arguments; manifest grooming; use filtered and culled manifest provided by build utility
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/dev.yaml | 5 | ||||
-rw-r--r-- | manifests/public.yaml | 1 |
2 files changed, 4 insertions, 2 deletions
diff --git a/manifests/dev.yaml b/manifests/dev.yaml index 0df5e31..fabd494 100644 --- a/manifests/dev.yaml +++ b/manifests/dev.yaml @@ -1,4 +1,5 @@ repository: 'https://github.com/astroconda/astroconda-dev' +channel_URL: 'http://ssb.stsci.edu/astroconda-dev' numpy_version: 1.11 packages: - stsci.tools @@ -29,7 +30,7 @@ packages: - fitsblender - ginga - glueviz - - glue-core +# - glue-core - glue-vispy-viewers - gwcs - hstcal @@ -37,7 +38,7 @@ packages: - imexam - jplephem - jwst - - jwst_coronagraph_visibility +# - jwst_coronagraph_visibility - jwst_gtvt - jwxml - mosviz diff --git a/manifests/public.yaml b/manifests/public.yaml index 865b66e..d831d87 100644 --- a/manifests/public.yaml +++ b/manifests/public.yaml @@ -1,4 +1,5 @@ repository: 'https://github.com/astroconda/astroconda-contrib' +channel_URL: 'http://ssb.stsci.edu/astroconda' numpy_version: 1.11 packages: - stsci.tools |