diff tool_dependencies.xml @ 21:b64dcea4531a draft

Uploaded
author bgruening
date Fri, 02 May 2014 16:31:01 -0400
parents f63ccb331626
children 59845dc3331f
line wrap: on
line diff
--- a/tool_dependencies.xml	Thu May 01 17:07:46 2014 -0400
+++ b/tool_dependencies.xml	Fri May 02 16:31:01 2014 -0400
@@ -38,8 +38,6 @@
                 <!-- exporting the CFLAGS and CPPFLAGS are due to http://stackoverflow.com/questions/22313407/clang-error-unknown-argument-mno-fused-madd-python-package-installation-fa -->
                 <action type="shell_command">
                     export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python &amp;&amp;
-                    export CFLAGS=-Qunused-arguments &amp;&amp;
-                    export CPPFLAGS=-Qunused-arguments &amp;&amp;
                     python setup.py install --install-lib $INSTALL_DIR/lib/python --install-scripts $INSTALL_DIR/bin
                 </action>
                 <action type="set_environment">