diff options
author | Anthony Donnelly <amzo1337@gmail.com> | 2021-07-08 17:27:30 -0700 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2021-07-08 17:31:37 -0700 |
commit | 3dccfaa0cdd58e4ba5cde9d68ddf1351b55db1ef (patch) | |
tree | a6eb958fb4d4cbed1e11add61edc0edeebc2cf20 /science/py-tensorflow/files/patch-third__party_systemlibs_jsoncpp.BUILD | |
parent | devel/google-cloud-cpp117: New port: C++ Idiomatic Clients for Google Cloud P... (diff) |
science/py-tensorflow: Update 1.14.0 -> 1.15.5
PR: 250646
Diffstat (limited to 'science/py-tensorflow/files/patch-third__party_systemlibs_jsoncpp.BUILD')
-rw-r--r-- | science/py-tensorflow/files/patch-third__party_systemlibs_jsoncpp.BUILD | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/science/py-tensorflow/files/patch-third__party_systemlibs_jsoncpp.BUILD b/science/py-tensorflow/files/patch-third__party_systemlibs_jsoncpp.BUILD new file mode 100644 index 000000000000..2c2abe8c9d87 --- /dev/null +++ b/science/py-tensorflow/files/patch-third__party_systemlibs_jsoncpp.BUILD @@ -0,0 +1,21 @@ +--- third_party/systemlibs/jsoncpp.BUILD.orig 2019-10-14 21:08:43 UTC ++++ third_party/systemlibs/jsoncpp.BUILD +@@ -8,9 +8,7 @@ filegroup( + HEADERS = [ + "include/json/allocator.h", + "include/json/assertions.h", +- "include/json/autolink.h", + "include/json/config.h", +- "include/json/features.h", + "include/json/forwards.h", + "include/json/json.h", + "include/json/reader.h", +@@ -25,7 +23,7 @@ genrule( + cmd = """ + for i in $(OUTS); do + i=$${i##*/} +- ln -sf $(INCLUDEDIR)/jsoncpp/json/$$i $(@D)/include/json/$$i ++ ln -sf $(INCLUDEDIR)/json/$$i $(@D)/include/json/$$i + done + """, + ) |