diff options
author | sienkiew <sienkiew@d34015c8-bcbb-4646-8ac8-8ba5febf221d> | 2012-09-10 15:17:04 -0400 |
---|---|---|
committer | sienkiew <sienkiew@d34015c8-bcbb-4646-8ac8-8ba5febf221d> | 2012-09-10 15:17:04 -0400 |
commit | 347d9aa3e4b666f9c6b2c81a6ee4d1e5d090018b (patch) | |
tree | 63efdf501137b1fa234496e952054fcb722e5bc6 /sm/build_x.sm | |
parent | 9b3050e78009a9a3fe379c5904e4ddbacf79adcb (diff) | |
download | steuermann-347d9aa3e4b666f9c6b2c81a6ee4d1e5d090018b.tar.gz |
switch to python 2.7.3; shut off most of herbert/thor
git-svn-id: https://svn.stsci.edu/svn/ssb/etal/steuermann/trunk@795 d34015c8-bcbb-4646-8ac8-8ba5febf221d
Diffstat (limited to 'sm/build_x.sm')
-rw-r--r-- | sm/build_x.sm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sm/build_x.sm b/sm/build_x.sm index 28eaf30..ca6addc 100644 --- a/sm/build_x.sm +++ b/sm/build_x.sm @@ -7,8 +7,8 @@ # install stsci_python into default environment # build hstcal # - everywhere -TABLE build HOST herbert thor arzach bond cadeau banana - CMD x.py2.7.1 RUN "build_stsci_python x 2.7.1" +TABLE build HOST arzach bond cadeau banana + CMD x.py2.7.3 RUN "build_stsci_python x 2.7.3" AFTER init/* AFTER *:assemble/x.stsci_python CMD x.hstcal RUN "build_hstcal x" @@ -37,7 +37,7 @@ TABLE build HOST herbert bond # stsdas for 64 bit machines - get it from a related 32 bit system -TABLE build HOST thor arzach +TABLE build HOST arzach CMD x.stsci_iraf_64hack RUN "build_stsci_iraf_64hack x herbert" AFTER herbert:build/x.stsci_iraf* |