We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a0ed33 commit b0d7717Copy full SHA for b0d7717
third_party/cuda/BUILD
@@ -46,9 +46,12 @@ cc_library(
46
":windows": [
47
"bin/*.dll",
48
],
49
- "//conditions:default": glob([
50
- "lib64/**/lib*.so",
51
- ]),
+ "//conditions:default": glob(
+ [
+ "lib64/**/lib*.so",
52
+ ],
53
+ allow_empty = True,
54
+ ),
55
}),
56
hdrs = glob([
57
"include/**/*.h",
@@ -66,9 +69,12 @@ cc_library(
66
69
67
70
"lib/x64/cublas.lib",
68
71
- "lib64/**/*libcublas.so",
72
73
74
+ "lib64/**/*libcublas.so",
75
76
77
78
79
80
"include/**/*cublas*.h",
0 commit comments