Mercurial > repos > modencode-dcc > macs2
changeset 11:a6610485b429 draft
Uploaded
author | modencode-dcc |
---|---|
date | Wed, 23 Jan 2013 15:58:10 -0500 |
parents | 4afdad2bc8bb |
children | bc4871e982bd |
files | tool_dependencies.xml |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/tool_dependencies.xml Wed Jan 23 15:51:41 2013 -0500 +++ b/tool_dependencies.xml Wed Jan 23 15:58:10 2013 -0500 @@ -15,6 +15,7 @@ </actions>--> <actions> <action type="shell_command">git clone git://github.com/numpy/numpy.git</action> + <action type="shell_command">cd numpy</action> <action type="shell_command">sudo -n python setup.py build</action> <action type="shell_command">sudo -n python setup.py install</action> </actions>