1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2024-12-26 16:53:47 +01:00
OpenVoiceOS/buildroot-external/package/kaldi/kaldi.mk
j1nx 08e08a0c5b [WIP] Build vosk-api andits dependencies from source
This so we can use the same package for any architecture in the future.
2022-12-20 15:58:35 +01:00

21 lines
560 B
Makefile

################################################################################
#
# kaldi
#
################################################################################
KALDI_VERSION = 93ef0019b847272a239fbb485ef97f29feb1d587
KALDI_SITE = $(call github,alphacep,kaldi,$(KALDI_VERSION))
KALDI_LICENSE = Apache License 2.0
KALDI_INSTALL_STAGING = YES
KALDI_DEPENDENCIES = host-pkgconf openfst lapack
KALDI_SUPPORTS_IN_SOURCE_BUILD = NO
KALDI_CONF_OPTS = \
-DMATHLIB=OpenBLAS \
-DKALDI_BUILD_TEST=OFF \
-DBUILD_SHARED_LIBS=ON
$(eval $(cmake-package))