all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
blob c4340d487993a1ce1be8f1976a0653e0e33d7bde 473 bytes (raw)
name: gnu/packages/patches/whisper-cpp-enable-tests.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
 
Distribution specific patch

restored tests commented out in CMakeLists.txt upstream

diff --git a/CMakeLists.txt b/CMakeLists.txt
index c53252b..ee06015 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -176,8 +176,8 @@ install(FILES "${CMAKE_CURRENT_BINARY_DIR}/whisper.pc"
 #

 if (WHISPER_BUILD_TESTS AND NOT CMAKE_JS_VERSION)
-    #include(CTest)
-    #add_subdirectory(tests)
+    include(CTest)
+    add_subdirectory(tests)
 endif ()

 if (WHISPER_BUILD_EXAMPLES)

debug log:

solving c4340d4879 ...
found c4340d4879 in https://yhetil.org/guix/d83cef7f484f245e4e01e1e41a7754d320f95bae.1732825236.git.atai@atai.org/ ||
	https://yhetil.org/guix/7db46c27de52eee64d925a6e8f9a7af378ed0263.1732826483.git.atai@atai.org/

applying [1/1] https://yhetil.org/guix/d83cef7f484f245e4e01e1e41a7754d320f95bae.1732825236.git.atai@atai.org/
diff --git a/gnu/packages/patches/whisper-cpp-enable-tests.patch b/gnu/packages/patches/whisper-cpp-enable-tests.patch
new file mode 100644
index 0000000000..c4340d4879

Checking patch gnu/packages/patches/whisper-cpp-enable-tests.patch...
Applied patch gnu/packages/patches/whisper-cpp-enable-tests.patch cleanly.

skipping https://yhetil.org/guix/7db46c27de52eee64d925a6e8f9a7af378ed0263.1732826483.git.atai@atai.org/ for c4340d4879
index at:
100644 c4340d487993a1ce1be8f1976a0653e0e33d7bde	gnu/packages/patches/whisper-cpp-enable-tests.patch

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.