We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7352f66 commit 325d7a4Copy full SHA for 325d7a4
conda/build.sh
@@ -1,5 +1,5 @@
1
#!/bin/bash -ex
2
-export CFLAGS="-I$PREFIX/include $CFLAGS"
+export CFLAGS="-I$PREFIX/include -Wno-int-in-bool-context $CFLAGS"
3
export CXXFLAGS="-I$PREFIX/include -Wno-int-in-bool-context $CXXFLAGS"
4
set
5
python setup.py install --single-version-externally-managed --record=/dev/null
0 commit comments