aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/ngraph/ngraph.BUILD
diff options
context:
space:
mode:
authorGravatar avijit-nervana <avijit.chakraborty@intel.com>2018-08-23 22:56:22 -0700
committerGravatar avijit-nervana <avijit.chakraborty@intel.com>2018-08-23 22:56:22 -0700
commitaa02f7f3622dca8c7b03e745cdb8a10797f32f61 (patch)
treec940a1be9def5e21f4697fb1b8e68deab8830a82 /third_party/ngraph/ngraph.BUILD
parent52d3e5a3a7bece06da072dcfb3f4ac53e83f8470 (diff)
Updated build files
Diffstat (limited to 'third_party/ngraph/ngraph.BUILD')
-rw-r--r--third_party/ngraph/ngraph.BUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/third_party/ngraph/ngraph.BUILD b/third_party/ngraph/ngraph.BUILD
index f1cf8acbf6..3d9c3ac044 100644
--- a/third_party/ngraph/ngraph.BUILD
+++ b/third_party/ngraph/ngraph.BUILD
@@ -4,7 +4,7 @@ exports_files(["LICENSE"])
cc_library(
name = "ngraph_headers",
- hdrs = glob(["src/ngraph/**/*.hpp"]) ,
+ hdrs = glob(["src/ngraph/**/*.hpp"]),
visibility = ["//visibility:public"],
)
@@ -102,7 +102,7 @@ cc_library(
"-I external/nlohmann_json_lib/include/",
'-D SHARED_LIB_EXT=\\".so\\"',
'-D NGRAPH_VERSION=\\"0.5.0\\"',
- '-D NGRAPH_DEX_ONLY',
+ "-D NGRAPH_DEX_ONLY",
],
visibility = ["//visibility:public"],
alwayslink = 1,
@@ -124,8 +124,8 @@ cc_library(
"src/ngraph/pass/*.hpp",
"src/ngraph/runtime/*.cpp",
"src/ngraph/type/*.cpp",
- "src/ngraph/runtime/interpreter/*.cpp",
- "src/ngraph/runtime/interpreter/*.hpp",
+ #"src/ngraph/runtime/interpreter/*.cpp",
+ #"src/ngraph/runtime/interpreter/*.hpp",
]),
deps = [
":ngraph_headers",