kse-01/tensorflow/third_party/systemlibs/cython.BUILD

14 lines
239 B
Plaintext
Raw Normal View History

2023-10-09 11:37:31 +00:00
licenses(["notice"]) # Apache-2.0
genrule(
name = "lncython",
outs = ["cython"],
cmd = "ln -s $$(which cython) $@",
)
sh_binary(
name = "cython_binary",
srcs = ["cython"],
visibility = ["//visibility:public"],
)