diff options
Diffstat (limited to 'x_build.sm')
-rw-r--r-- | x_build.sm | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -34,7 +34,7 @@ TABLE assemble HOST arzach # install stsci_python into default environment # build hstcal # - everywhere -TABLE build HOST herbert thor arzach bond cadeau +TABLE build HOST herbert thor arzach bond cadeau banana CMD x.py2.7 RUN "build_stsci_python x 2.7" AFTER init/* AFTER *:assemble/x.stsci_python @@ -68,13 +68,13 @@ TABLE build HOST thor arzach CMD x.stsci_iraf_64hack RUN "build_stsci_iraf_64hack x herbert" AFTER herbert:build/x.stsci_iraf* -TABLE build HOST cadeau +TABLE build HOST cadeau banana CMD x.stsci_iraf_64hack RUN "build_stsci_iraf_64hack x bond" AFTER bond:build/x.stsci_iraf* # stamp the IRAF banner file when the builds are complete -TABLE stamp HOST herbert thor arzach bond cadeau +TABLE stamp HOST herbert thor arzach bond cadeau banana CMD x RUN "build_stamp x" AFTER build/* |