diff options
author | Matt Rendina <mrendina@stsci.edu> | 2017-04-24 15:22:06 -0400 |
---|---|---|
committer | Matt Rendina <mrendina@stsci.edu> | 2017-04-24 15:22:06 -0400 |
commit | 9cd9a4f9e8cead821bb6750ae26a612cfded443d (patch) | |
tree | e2d509a97ee580881f0ed57c84d75c34afb06296 /manifests/test.yaml | |
parent | ad13f9a34cf6c6309f303fc09cda8dfcbac440a3 (diff) | |
download | build_control-9cd9a4f9e8cead821bb6750ae26a612cfded443d.tar.gz |
Updating build flags; update and test patch mechanism; update patch files; add and update manifest content; allow for build_control repo URL speciication
Diffstat (limited to 'manifests/test.yaml')
-rw-r--r-- | manifests/test.yaml | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/manifests/test.yaml b/manifests/test.yaml index 3777c77..77c19bc 100644 --- a/manifests/test.yaml +++ b/manifests/test.yaml @@ -1,6 +1,11 @@ repository: 'https://github.com/astroconda/astroconda-contrib' +channel_URL: 'http://ssb.stsci.edu/astroconda' numpy_version: 1.11 packages: - - relic - - verhawk - + - pyobjc-core + - pyobjc-framework-cocoa + - pyobjc-framework-quartz + - pyqtgraph + - pyraf + - stsci.tools + - d2to1 |