diff options
author | Joseph Hunkeler <jhunk@stsci.edu> | 2016-04-03 00:22:58 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunk@stsci.edu> | 2016-04-19 11:17:29 -0400 |
commit | e2174db1dc042d17b3b71804502d45cd4ee57ee6 (patch) | |
tree | b02beb9fd42222f370c440898c3cd5af908717c5 /metapackages/pandeia-thirdparty/build.sh | |
parent | de099b6ee015d6ab9930d615c948c0b78629c902 (diff) | |
download | astroconda-dev-e2174db1dc042d17b3b71804502d45cd4ee57ee6.tar.gz |
Moving metapackage
Diffstat (limited to 'metapackages/pandeia-thirdparty/build.sh')
-rw-r--r-- | metapackages/pandeia-thirdparty/build.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/metapackages/pandeia-thirdparty/build.sh b/metapackages/pandeia-thirdparty/build.sh new file mode 100644 index 0000000..ad736d3 --- /dev/null +++ b/metapackages/pandeia-thirdparty/build.sh @@ -0,0 +1,6 @@ + +if [[ $PY3K != 0 ]]; then +echo "Pandeia does not support Python 3k, sorry." +exit 255 +fi +echo "meta-package"
\ No newline at end of file |