Project

General

Profile

Statistics
| Branch: | Revision:

gdp-if / tensorflow / BUILD @ master

History | View | Annotate | Download (792 Bytes)

1 a531ea78 Nitesh Mor
# Bazel BUILD file for the 
2
# Doesn't quite work yet (and refers to old setup); but including
3
# just in case someone wants to take a shot at it.
4
5
# Description:
6
# GDP support for TensorFlow.
7
8
# package(default_visibility = ["//visibility:public"])
9
# 
10
# licenses(["notice"])
11
# 
12
# exports_files(["LICENSE"])
13
# 
14
# cc_library(
15
#     name = "gdp_file_system",
16
#     srcs = ["gdp_file_system.cc"],
17
#     hdrs = ["gdp_file_system.h"],
18
#     deps = [
19
#         "//tensorflow/core:lib",
20
#         "//tensorflow/core:lib_internal",
21
#         "@gdpif_tensorflow//:GDPfsCAAPI",
22
#         "@gdpif_tensorflow//:GDPfsCAAPI_pbuf",
23
#         "@gdpif_tensorflow//:libgdp",
24
#         "@gdpif_tensorflow//:libep",
25
#         "@gdpif_tensorflow//:libuuid",
26
#     ],
27
#     alwayslink = 1,
28
#     linkstatic = 1,
29
# )