ports/science/py-tensorflow/files/patch-third__party_aws_build.bazel
Yuri Victorovich 069ecdaf12 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 <amzo1337@gmail.com>
2019-08-06 15:28:01 +00:00

13 lines
568 B
Text

--- third_party/aws/BUILD.bazel.orig 2019-07-07 15:57:49.887118000 +0100
+++ third_party/aws/BUILD.bazel 2019-07-07 15:58:39.817675000 +0100
@@ -27,7 +27,9 @@
"@org_tensorflow//tensorflow:raspberry_pi_armeabi": glob([
"aws-cpp-sdk-core/source/platform/linux-shared/*.cpp",
]),
- "//conditions:default": [],
+ "//conditions:default":glob([
+ "aws-cpp-sdk-core/source/platform/linux-shared/*.cpp",
+ ]),
}) + glob([
"aws-cpp-sdk-core/include/**/*.h",
"aws-cpp-sdk-core/source/*.cpp",