File: lit.patch

package info (click to toggle)
cccl 2.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 41,200 kB
  • sloc: cpp: 236,258; python: 6,415; sh: 2,407; perl: 460; makefile: 114; xml: 13
file content (15 lines) | stat: -rw-r--r-- 606 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)
 
 set(libcudacxx_LIT_FLAGS "" CACHE STRING "Semi-colon separated list of flags passed to the invocation of lit.")
 message(STATUS "libcudacxx_LIT_FLAGS: ${libcudacxx_LIT_FLAGS}")