Mercurial > repos > iuc > macs2
comparison tool_dependencies.xml @ 19:05aca18fd8dc draft
Uploaded
author | iuc |
---|---|
date | Wed, 23 Apr 2014 18:25:51 -0400 |
parents | 35a80f8dda5c |
children | f63ccb331626 |
comparison
equal
deleted
inserted
replaced
18:ab352bb83cb2 | 19:05aca18fd8dc |
---|---|
5 </package> | 5 </package> |
6 <package name="scipy" version="0.12.0"> | 6 <package name="scipy" version="0.12.0"> |
7 <repository changeset_revision="4b2ef8519550" name="package_scipy_0_12" owner="iuc" toolshed="http://testtoolshed.g2.bx.psu.edu" /> | 7 <repository changeset_revision="4b2ef8519550" name="package_scipy_0_12" owner="iuc" toolshed="http://testtoolshed.g2.bx.psu.edu" /> |
8 </package> | 8 </package> |
9 <package name="R_3_0_1" version="3.0.1"> | 9 <package name="R_3_0_1" version="3.0.1"> |
10 <repository changeset_revision="4666f68ad4d5" name="package_r_3_0_1" owner="iuc" toolshed="http://testtoolshed.g2.bx.psu.edu" /> | 10 <repository changeset_revision="7302d8de5972" name="package_r_3_0_1" owner="iuc" toolshed="http://testtoolshed.g2.bx.psu.edu" /> |
11 </package> | 11 </package> |
12 <package name="gnu_awk" version="4.1.0"> | 12 <package name="gnu_awk" version="4.1.0"> |
13 <repository changeset_revision="cbe9f1c8c98b" name="package_gnu_awk_4_1_0" owner="iuc" toolshed="http://testtoolshed.g2.bx.psu.edu" /> | 13 <repository changeset_revision="cbe9f1c8c98b" name="package_gnu_awk_4_1_0" owner="iuc" toolshed="http://testtoolshed.g2.bx.psu.edu" /> |
14 </package> | 14 </package> |
15 <set_environment version="1.0"> | 15 <set_environment version="1.0"> |
33 <repository changeset_revision="4b2ef8519550" name="package_scipy_0_12" owner="iuc" toolshed="http://testtoolshed.g2.bx.psu.edu"> | 33 <repository changeset_revision="4b2ef8519550" name="package_scipy_0_12" owner="iuc" toolshed="http://testtoolshed.g2.bx.psu.edu"> |
34 <package name="scipy" version="0.12.0" /> | 34 <package name="scipy" version="0.12.0" /> |
35 </repository> | 35 </repository> |
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 <action type="shell_command"> | 39 <action type="shell_command"> |
39 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 && | |
40 python setup.py install --install-lib $INSTALL_DIR/lib/python --install-scripts $INSTALL_DIR/bin | 43 python setup.py install --install-lib $INSTALL_DIR/lib/python --install-scripts $INSTALL_DIR/bin |
41 </action> | 44 </action> |
42 <action type="set_environment"> | 45 <action type="set_environment"> |
43 <environment_variable action="append_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable> | 46 <environment_variable action="append_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable> |
44 <environment_variable action="append_to" name="PYTHONPATH">$ENV[PYTHONPATH_NUMPY]</environment_variable> | 47 <environment_variable action="append_to" name="PYTHONPATH">$ENV[PYTHONPATH_NUMPY]</environment_variable> |