diff options
Diffstat (limited to 'sci-libs/tensorflow/files/tensorflow-1.14.0-0003-systemlibs-jsoncpp-update-header-symlinks-for-jsoncp.patch')
-rw-r--r-- | sci-libs/tensorflow/files/tensorflow-1.14.0-0003-systemlibs-jsoncpp-update-header-symlinks-for-jsoncp.patch | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/sci-libs/tensorflow/files/tensorflow-1.14.0-0003-systemlibs-jsoncpp-update-header-symlinks-for-jsoncp.patch b/sci-libs/tensorflow/files/tensorflow-1.14.0-0003-systemlibs-jsoncpp-update-header-symlinks-for-jsoncp.patch new file mode 100644 index 000000000000..3ccdf4933732 --- /dev/null +++ b/sci-libs/tensorflow/files/tensorflow-1.14.0-0003-systemlibs-jsoncpp-update-header-symlinks-for-jsoncp.patch @@ -0,0 +1,27 @@ +From 22275f7dbfa2d483ed4778427b137e83144bac3d Mon Sep 17 00:00:00 2001 +From: Jason Zaman <jason@perfinion.com> +Date: Fri, 2 Aug 2019 20:06:33 +0800 +Subject: [PATCH 3/3] systemlibs: jsoncpp: update header symlinks for jsoncpp + 1.9 + +Signed-off-by: Jason Zaman <jason@perfinion.com> +--- + third_party/systemlibs/jsoncpp.BUILD | 2 ++ + 1 file changed, 2 insertions(+) + +diff --git a/third_party/systemlibs/jsoncpp.BUILD b/third_party/systemlibs/jsoncpp.BUILD +index 526fd0c418..7d54f9289b 100644 +--- a/third_party/systemlibs/jsoncpp.BUILD ++++ b/third_party/systemlibs/jsoncpp.BUILD +@@ -6,6 +6,8 @@ filegroup( + ) + + HEADERS = [ ++ "include/json/allocator.h", ++ "include/json/assertions.h", + "include/json/autolink.h", + "include/json/config.h", + "include/json/features.h", +-- +2.21.0 + |