|
|
@ -34,7 +34,7 @@ make -j4
|
|
|
|
pushd ../src
|
|
|
|
pushd ../src
|
|
|
|
OPENBLAS_DIR=${KALDI_DIR}/../OpenBLAS
|
|
|
|
OPENBLAS_DIR=${KALDI_DIR}/../OpenBLAS
|
|
|
|
mkdir -p ${OPENBLAS_DIR}/install
|
|
|
|
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
|
|
|
|
./configure --shared --use-cuda=no --static-math --mathlib=OPENBLAS --openblas-root=${OPENBLAS_DIR}/install
|
|
|
|
else
|
|
|
|
else
|
|
|
|
./configure --static --use-cuda=no --static-math --mathlib=OPENBLAS --openblas-root=${OPENBLAS_DIR}/install
|
|
|
|
./configure --static --use-cuda=no --static-math --mathlib=OPENBLAS --openblas-root=${OPENBLAS_DIR}/install
|
|
|
|