Mercurial > repos > wolma > package_python_3_4_x_lean
comparison tool_dependencies.xml @ 2:50ffd429060b draft
Uploaded
author | wolma |
---|---|
date | Tue, 26 Apr 2016 12:24:47 -0400 |
parents | 040f60d3c15b |
children | 87b8dcebce9b |
comparison
equal
deleted
inserted
replaced
1:040f60d3c15b | 2:50ffd429060b |
---|---|
58 <!-- clear PYTHONPATH, otherwise we will get Galaxy's Python 2 libraries in the Python 3 path. --> | 58 <!-- clear PYTHONPATH, otherwise we will get Galaxy's Python 2 libraries in the Python 3 path. --> |
59 <environment_variable action="set_to" name="PYTHONPATH" /> | 59 <environment_variable action="set_to" name="PYTHONPATH" /> |
60 <environment_variable action="set_to" name="PYTHONHOME">$INSTALL_DIR</environment_variable> | 60 <environment_variable action="set_to" name="PYTHONHOME">$INSTALL_DIR</environment_variable> |
61 <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$INSTALL_DIR/lib/pkgconfig</environment_variable> | 61 <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$INSTALL_DIR/lib/pkgconfig</environment_variable> |
62 <!-- fix too strict compiler settings under Python 3.4 --> | 62 <!-- fix too strict compiler settings under Python 3.4 --> |
63 <environment_variable action="prepend_to" name="CFLAGS">"-Wno-error=declaration-after-statement"</environment_variable> | 63 <environment_variable action="set_to" name="CFLAGS">"$ENV[CFLAGS] -Wno-error=declaration-after-statement"</environment_variable> |
64 </action> | 64 </action> |
65 </actions> | 65 </actions> |
66 </install> | 66 </install> |
67 <readme> | 67 <readme> |
68 The Python programming language version 3.4 | 68 The Python programming language version 3.4 |