diff options
author | sienkiew <sienkiew@d34015c8-bcbb-4646-8ac8-8ba5febf221d> | 2012-09-10 17:16:32 -0400 |
---|---|---|
committer | sienkiew <sienkiew@d34015c8-bcbb-4646-8ac8-8ba5febf221d> | 2012-09-10 17:16:32 -0400 |
commit | 192e07eaa2814d98cb42e38a7bcf9e505d806fcf (patch) | |
tree | 60ad10945f5e61ad7d0bd92ea57c7a0de4c225d8 /sm/build_dev.sm | |
parent | 347d9aa3e4b666f9c6b2c81a6ee4d1e5d090018b (diff) | |
download | steuermann-192e07eaa2814d98cb42e38a7bcf9e505d806fcf.tar.gz |
removing herbert, thor, bond from most things
git-svn-id: https://svn.stsci.edu/svn/ssb/etal/steuermann/trunk@796 d34015c8-bcbb-4646-8ac8-8ba5febf221d
Diffstat (limited to 'sm/build_dev.sm')
-rw-r--r-- | sm/build_dev.sm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sm/build_dev.sm b/sm/build_dev.sm index 12aefa6..f46e61f 100644 --- a/sm/build_dev.sm +++ b/sm/build_dev.sm @@ -7,7 +7,7 @@ # install stsci_python into default environment # build hstcal # - everywhere -TABLE build HOST arzach bond cadeau banana jwcalibdev +TABLE build HOST arzach cadeau banana jwcalibdev CMD dev.py2.7.3 RUN "build_stsci_python dev 2.7.3" AFTER init/* AFTER *:assemble/dev.stsci_python @@ -56,7 +56,7 @@ TABLE build HOST herbert bond # stsdas for 64 bit machines - get it from a related 32 bit system -TABLE build HOST thor arzach jwcalibdev +TABLE build HOST arzach jwcalibdev CMD dev.stsci_iraf_64hack RUN "build_stsci_iraf_64hack dev herbert" AFTER herbert:build/dev.stsci_iraf* @@ -77,7 +77,7 @@ TABLE build HOST thor AFTER build/dev.py2.7.* # stamp the IRAF banner file when the builds are complete -TABLE stamp HOST herbert thor arzach bond cadeau banana jwcalibdev +TABLE stamp HOST herbert arzach bond cadeau banana jwcalibdev CMD dev RUN "build_stamp dev" AFTER build/* |