Skip to content

Commit

Permalink
change openblas arch compilation to generic on linux/mac
Browse files Browse the repository at this point in the history
  • Loading branch information
daanzu committed Mar 30, 2021
1 parent b2200c8 commit decb6f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ else()
set(KALDI_CONFIG_FLAGS --shared --static-math --use-cuda=no --mathlib=OPENBLAS)
set(MATHLIB_BUILD_COMMAND cd tools
&& git clone -b v0.3.13 --single-branch https://github.com/xianyi/OpenBLAS
&& ${MAKE_EXE} ${MAKE_FLAGS} -C OpenBLAS DYNAMIC_ARCH=1 TARGET=NEHALEM USE_LOCKING=1 USE_THREAD=0 all
&& ${MAKE_EXE} ${MAKE_FLAGS} -C OpenBLAS DYNAMIC_ARCH=1 TARGET=GENERIC USE_LOCKING=1 USE_THREAD=0 all
&& ${MAKE_EXE} ${MAKE_FLAGS} -C OpenBLAS PREFIX=install install
&& cd ..)
endif()
Expand Down
2 changes: 1 addition & 1 deletion kaldi_active_grammar/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#

_name = 'kaldi_active_grammar'
__version__ = '2.0.1'
__version__ = '2.0.2'
# __dev_version__ = __version__ + '.dev0'
REQUIRED_MODEL_VERSION = '0.5.0'

Expand Down

0 comments on commit decb6f4

Please sign in to comment.