mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: whisper-cpp: Enable tests.
* gnu/packages/machine-learning.scm (whisper-cpp)[arguments]<#:tests?>: Remove. Change-Id: I71964e4f3d43ff02f6aa529bd66700bd8ab63687
This commit is contained in:
parent
329daafcc3
commit
b01e7b649f
1 changed files with 0 additions and 1 deletions
|
@ -688,7 +688,6 @@ (define-public whisper-cpp
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
#:tests? #false ; uhh. They have it commented out in CMakeLists.txt
|
|
||||||
#:configure-flags
|
#:configure-flags
|
||||||
#~(list "-DWHISPER_STANDALONE=TRUE"
|
#~(list "-DWHISPER_STANDALONE=TRUE"
|
||||||
"-DWHISPER_SDL2=TRUE"
|
"-DWHISPER_SDL2=TRUE"
|
||||||
|
|
Loading…
Reference in a new issue