kse-01/tensorflow/third_party/systemlibs/cython.BUILD
github-classroom[bot] 05b050893c
Initial commit
2023-10-09 11:37:31 +00:00

14 lines
239 B
Plaintext

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"],
)