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 23f664d commit 1226bbfCopy full SHA for 1226bbf
conda/build.sh
@@ -2,7 +2,7 @@
2
mkdir -p $PREFIX/.bin
3
for c in gcc g++; do ln -s $(which ccache) $PREFIX/.bin/$c; done
4
export PATH=$PREFIX/.bin:$PATH
5
-export CCACHE_BASEDIR=$PREFIX CCACHE_LOGFILE=/tmp/cache.debug CCACHE_COMPILERCHECK=none
+export CCACHE_BASEDIR=$PREFIX CCACHE_LOGFILE=/tmp/cache.debug CCACHE_COMPILERCHECK=content
6
echo $(which gcc)
7
ccache -s
8
python setup.py install --single-version-externally-managed --record=/dev/null
0 commit comments