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 6c0a764 commit 50577beCopy full SHA for 50577be
conda/build.sh
@@ -1,3 +1,4 @@
1
#!/bin/bash -ex
2
export CFLAGS="-I$PREFIX/include $CFLAGS"
3
+export CXXFLAGS="-Wno-int-in-bool-context $CXXFLAGS"
4
python setup.py install --single-version-externally-managed --record=/dev/null
0 commit comments