Mercurial > repos > iuc > macs2
comparison tool_dependencies.xml @ 21:b64dcea4531a draft
Uploaded
author | bgruening |
---|---|
date | Fri, 02 May 2014 16:31:01 -0400 |
parents | f63ccb331626 |
children | 59845dc3331f |
comparison
equal
deleted
inserted
replaced
20:f63ccb331626 | 21:b64dcea4531a |
---|---|
36 </action> | 36 </action> |
37 <action type="make_directory">$INSTALL_DIR/lib/python</action> | 37 <action type="make_directory">$INSTALL_DIR/lib/python</action> |
38 <!-- exporting the CFLAGS and CPPFLAGS are due to http://stackoverflow.com/questions/22313407/clang-error-unknown-argument-mno-fused-madd-python-package-installation-fa --> | 38 <!-- exporting the CFLAGS and CPPFLAGS are due to http://stackoverflow.com/questions/22313407/clang-error-unknown-argument-mno-fused-madd-python-package-installation-fa --> |
39 <action type="shell_command"> | 39 <action type="shell_command"> |
40 export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python && | 40 export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python && |
41 export CFLAGS=-Qunused-arguments && | |
42 export CPPFLAGS=-Qunused-arguments && | |
43 python setup.py install --install-lib $INSTALL_DIR/lib/python --install-scripts $INSTALL_DIR/bin | 41 python setup.py install --install-lib $INSTALL_DIR/lib/python --install-scripts $INSTALL_DIR/bin |
44 </action> | 42 </action> |
45 <action type="set_environment"> | 43 <action type="set_environment"> |
46 <environment_variable action="append_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable> | 44 <environment_variable action="append_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable> |
47 <environment_variable action="append_to" name="PYTHONPATH">$ENV[PYTHONPATH_NUMPY]</environment_variable> | 45 <environment_variable action="append_to" name="PYTHONPATH">$ENV[PYTHONPATH_NUMPY]</environment_variable> |