comparison tool_dependencies.xml @ 5:81e2784a1e85 draft

Uploaded
author bgruening
date Thu, 26 Feb 2015 12:25:26 -0500
parents b08a9f0f28ec
children b0c7f16ff72b
comparison
equal deleted inserted replaced
4:b08a9f0f28ec 5:81e2784a1e85
42 </action> 42 </action>
43 <action type="set_environment"> 43 <action type="set_environment">
44 <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable> 44 <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable>
45 <environment_variable action="prepend_to" name="PYTHONPATH">$ENV[PYTHONPATH_NUMPY]</environment_variable> 45 <environment_variable action="prepend_to" name="PYTHONPATH">$ENV[PYTHONPATH_NUMPY]</environment_variable>
46 <environment_variable action="prepend_to" name="PATH">$ENV[PATH_NUMPY]</environment_variable> 46 <environment_variable action="prepend_to" name="PATH">$ENV[PATH_NUMPY]</environment_variable>
47 <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$ENV[LIBPNG_ROOT]/lib</environment_variable>
48 <environment_variable action="set_to" name="MATPLOTLIB_LIB_PATH">$ENV[LIBPNG_ROOT]/lib</environment_variable>
47 <environment_variable action="set_to" name="PYTHONPATH_MATPLOTLIB">$INSTALL_DIR/lib/python</environment_variable> 49 <environment_variable action="set_to" name="PYTHONPATH_MATPLOTLIB">$INSTALL_DIR/lib/python</environment_variable>
48 </action> 50 </action>
49 </actions> 51 </actions>
50 </install> 52 </install>
51 <readme>Compiling matplotlib requires a C compiler (typically gcc) and libpng.</readme> 53 <readme>Compiling matplotlib requires a C compiler (typically gcc) and libpng.</readme>