2022-11-15 13:27:27 +01:00
|
|
|
################################################################################
|
|
|
|
#
|
|
|
|
# whispercpp
|
|
|
|
#
|
|
|
|
################################################################################
|
|
|
|
|
2022-12-13 10:08:24 +01:00
|
|
|
WHISPERCPP_VERSION = aa6adda26e1ee9843dddb013890e3312bee52cfe
|
2022-11-15 13:27:27 +01:00
|
|
|
WHISPERCPP_SITE = $(call github,ggerganov,whisper.cpp,$(WHISPERCPP_VERSION))
|
|
|
|
WHISPERCPP_LICENSE = Apache License 2.0
|
|
|
|
|
|
|
|
WHISPERCPP_INSTALL_STAGING = YES
|
|
|
|
WHISPERCPP_DEPENDENCIES = host-pkgconf
|
|
|
|
WHISPERCPP_SUPPORTS_IN_SOURCE_BUILD = NO
|
|
|
|
|
2022-12-13 10:43:00 +01:00
|
|
|
WHISPERCPP_CONF_OPTS = \
|
|
|
|
-DBUILD_SHARED_LIBS_DEFAULT=ON \
|
|
|
|
-DWHISPER_SUPPORT_OPENBLAS=ON
|
|
|
|
|
2022-11-15 13:27:27 +01:00
|
|
|
$(eval $(cmake-package))
|