Mercurial > repos > iuc > package_matplotlib_1_2
comparison tool_dependencies.xml @ 2:dceff6072512 draft
Uploaded
author | bgruening |
---|---|
date | Wed, 11 Dec 2013 12:50:32 -0500 |
parents | 677bcd330e75 |
children | d639ff3d6b6e |
comparison
equal
deleted
inserted
replaced
1:677bcd330e75 | 2:dceff6072512 |
---|---|
29 export CPLUS_INCLUDE_PATH=$FREETYPE_INCLUDE_DIR:$FREETYPE_INCLUDE_DIR/freetype2/ && | 29 export CPLUS_INCLUDE_PATH=$FREETYPE_INCLUDE_DIR:$FREETYPE_INCLUDE_DIR/freetype2/ && |
30 export LIBRARY_PATH=$FREETYPE_LIB_DIR && | 30 export LIBRARY_PATH=$FREETYPE_LIB_DIR && |
31 python setup.py install --install-lib $INSTALL_DIR/lib/python --install-scripts $INSTALL_DIR/bin | 31 python setup.py install --install-lib $INSTALL_DIR/lib/python --install-scripts $INSTALL_DIR/bin |
32 </action> | 32 </action> |
33 <action type="set_environment"> | 33 <action type="set_environment"> |
34 <environment_variable action="prepand_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable> | 34 <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable> |
35 <environment_variable action="prepand_to" name="PYTHONPATH">$ENV[PYTHONPATH_NUMPY]</environment_variable> | 35 <environment_variable action="prepend_to" name="PYTHONPATH">$ENV[PYTHONPATH_NUMPY]</environment_variable> |
36 <environment_variable action="prepend_to" name="PATH">$ENV[PATH_NUMPY]</environment_variable> | 36 <environment_variable action="prepend_to" name="PATH">$ENV[PATH_NUMPY]</environment_variable> |
37 <environment_variable action="set_to" name="PYTHONPATH_MATPLOTLIB">$INSTALL_DIR/lib/python</environment_variable> | 37 <environment_variable action="set_to" name="PYTHONPATH_MATPLOTLIB">$INSTALL_DIR/lib/python</environment_variable> |
38 </action> | 38 </action> |
39 </actions> | 39 </actions> |
40 </install> | 40 </install> |