提交 e0aeede7 authored 作者: Frederic's avatar Frederic

fix howwe compute the number of elements in the compile dir.

上级 1ff33711
......@@ -6,14 +6,16 @@ NOSETESTS=nosetests
ARGS=$@
PROFILING=""
RELEASE=""
COMPILEDIR=`python -c "import theano;print theano.config.compiledir"`
if [ "$1" == "--release" ]; then
RELEASE="True"
shift
ARGS=$@
fi
if [ "$1" == "--buildbot" ]; then
COMPILEDIR=/Tmp/lisa_theano_compile_dir_theano
ROOT_CWD=/Tmp/nightly_build
FLAGS=compiledir=/Tmp/lisa_theano_compile_dir_theano
FLAGS=compiledir=$COMPILEDIR
cd ${ROOT_CWD}/Theano
git rev-parse HEAD
cd ..
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论