1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-06-05 22:19:21 +02:00

Build whispercpp with openblas support

This commit is contained in:
j1nx
2022-12-13 10:43:00 +01:00
parent 1235c87159
commit 6c3fe292b5

View File

@ -12,4 +12,8 @@ WHISPERCPP_INSTALL_STAGING = YES
WHISPERCPP_DEPENDENCIES = host-pkgconf WHISPERCPP_DEPENDENCIES = host-pkgconf
WHISPERCPP_SUPPORTS_IN_SOURCE_BUILD = NO WHISPERCPP_SUPPORTS_IN_SOURCE_BUILD = NO
WHISPERCPP_CONF_OPTS = \
-DBUILD_SHARED_LIBS_DEFAULT=ON \
-DWHISPER_SUPPORT_OPENBLAS=ON
$(eval $(cmake-package)) $(eval $(cmake-package))