File: lit.patch

package info (click to toggle)
cccl 2.3.2-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 89,900 kB
  • sloc: cpp: 697,664; ansic: 26,964; python: 11,928; sh: 3,284; asm: 2,154; perl: 460; makefile: 112; xml: 13
file content (15 lines) | stat: -rw-r--r-- 555 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Author: Andreas Beckmann <anbe@debian.org>
Description: do not require a lit executable

--- a/libcudacxx/test/libcudacxx/CMakeLists.txt
+++ b/libcudacxx/test/libcudacxx/CMakeLists.txt
@@ -117,7 +117,8 @@ add_lit_testsuite(check-cudacxx
   "Running libcu++ tests"
   "${CMAKE_CURRENT_BINARY_DIR}")
 
-find_program(libcudacxx_LIT lit REQUIRED)
+set (libcudacxx_LIT "${LIT_COMMAND}")
+#find_program(libcudacxx_LIT lit REQUIRED)
 
 if (NOT LIBCUDACXX_TEST_WITH_NVRTC)
   # Build but don't run the tests. Used by CI to pre-seed sccache for the test machines.