| Previous changeset 2:b39fd549b590 (2014-04-29) Next changeset 4:cd979c60e4fb (2014-07-16) |
|
Commit message:
Uploaded |
|
modified:
tool_dependencies.xml |
| b |
| diff -r b39fd549b590 -r cf32ec1ccccd tool_dependencies.xml --- a/tool_dependencies.xml Tue Apr 29 14:11:55 2014 -0400 +++ b/tool_dependencies.xml Sat Jun 07 15:19:55 2014 -0400 |
| b |
| @@ -11,11 +11,25 @@ </readme> <install version="1.0"> <actions> + <action type="download_by_url">http://curl.haxx.se/download/curl-7.36.0.tar.gz</action> + <action type="shell_command">make</action> + <action type="move_directory_files"> + <source_directory>include</source_directory> + <destination_directory>$INSTALL_DIR</destination_directory> + </action> + <action type="set_environment"> + <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable> + <environment_variable name="CURL" action="set_to">$INSTALL_DIR</environment_variable> + </action> + </actions> + + + <actions> <action type="download_by_url">https://pypi.python.org/packages/source/p/pycurl/pycurl-7.19.3.1.tar.gz</action> <action type="make_directory">$INSTALL_DIR/lib/python</action> <action type="shell_command"> export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python && - python setup.py build --with-ssl && + python setup.py build --with-ssl --curl-config=$CURL/curl-config && python setup.py install --install-lib $INSTALL_DIR/lib/python </action> <action type="set_environment"> |