Skip to content
Snippets Groups Projects
Commit 4100d9cf authored by Saeed SARFJOO's avatar Saeed SARFJOO
Browse files

use environment variable for openfst

parent dc1b419b
No related branches found
No related tags found
1 merge request!416Update kaldi version
Pipeline #32318 passed
......@@ -2,8 +2,8 @@
pushd src
# ./configure --shared --mathlib=OPENBLAS --openblas-root=${PREFIX} --fst-root=${PREFIX} --fst-version=1.6.7 --speex-root=${PREFIX} --use-cuda=no
./configure --shared --mathlib=MKL --mkl-root=${PREFIX} --mkl-libdir=${PREFIX}/lib --fst-root=${PREFIX} --fst-version=1.6.7 --speex-root=${PREFIX} --use-cuda=no
# ./configure --shared --mathlib=OPENBLAS --openblas-root=${PREFIX} --fst-root=${PREFIX} --fst-version=${openfst} --speex-root=${PREFIX} --use-cuda=no
./configure --shared --mathlib=MKL --mkl-root=${PREFIX} --mkl-libdir=${PREFIX}/lib --fst-root=${PREFIX} --fst-version=${openfst} --speex-root=${PREFIX} --use-cuda=no
make -j ${CPU_COUNT}
# Move binaries
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment