From 069ecdaf120f4924be812e6fef29d7dfe605ecee Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Tue, 6 Aug 2019 15:28:01 +0000 Subject: Re-add science/py-tensorflow: Computation using data flow graphs for scalable machine learning Many thanks to Anthony who was highly persistent and skillful in getting the Tensorflow build on FreeBSD! PR: 226400 Submitted by: Anthony --- .../files/patch-third__party_systemlibs_enum34.build | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 science/py-tensorflow/files/patch-third__party_systemlibs_enum34.build (limited to 'science/py-tensorflow/files/patch-third__party_systemlibs_enum34.build') diff --git a/science/py-tensorflow/files/patch-third__party_systemlibs_enum34.build b/science/py-tensorflow/files/patch-third__party_systemlibs_enum34.build new file mode 100644 index 000000000000..9a3e406dfc7c --- /dev/null +++ b/science/py-tensorflow/files/patch-third__party_systemlibs_enum34.build @@ -0,0 +1,17 @@ +--- /dev/null 2019-07-11 15:43:12.610969000 +0100 ++++ third_party/systemlibs/enum34.BUILD 2019-07-11 15:42:45.040593000 +0100 +@@ -0,0 +1,14 @@ ++# Description: ++# enum34 provides a backport of the enum module for Python 2. ++ ++licenses(["notice"]) # MIT ++ ++filegroup( ++ name = "LICENSE", ++ visibility = ["//visibility:public"], ++) ++ ++py_library( ++ name = "enum", ++ visibility = ["//visibility:public"], ++) -- cgit v1.2.3