未验证 提交 4935b80c 编写于 作者: J Jackwaterveg 提交者: GitHub

fix install_kaldi, test=doc_fix (#1319)

上级 d31dbabb
......@@ -34,7 +34,7 @@ make -j4
pushd ../src
OPENBLAS_DIR=${KALDI_DIR}/../OpenBLAS
mkdir -p ${OPENBLAS_DIR}/install
if [ $SHARED == true ];
if [ $SHARED == true ]; then
./configure --shared --use-cuda=no --static-math --mathlib=OPENBLAS --openblas-root=${OPENBLAS_DIR}/install
else
./configure --static --use-cuda=no --static-math --mathlib=OPENBLAS --openblas-root=${OPENBLAS_DIR}/install
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册