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 --- science/py-tensorflow/files/patch-bazelrc | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 science/py-tensorflow/files/patch-bazelrc (limited to 'science/py-tensorflow/files/patch-bazelrc') diff --git a/science/py-tensorflow/files/patch-bazelrc b/science/py-tensorflow/files/patch-bazelrc new file mode 100644 index 000000000000..94e8db0ecd1d --- /dev/null +++ b/science/py-tensorflow/files/patch-bazelrc @@ -0,0 +1,11 @@ +--- .bazelrc.orig 2019-07-13 21:45:36.138413000 +0100 ++++ .bazelrc 2019-07-13 21:46:25.898491000 +0100 +@@ -101,7 +101,7 @@ + build:c++1z --cxxopt=-stdlib=libc++ + + # Default paths for TF_SYSTEM_LIBS +-build --define=PREFIX=/usr ++build --define=PREFIX=%%LOCALBASE%% + build --define=LIBDIR=$(PREFIX)/lib + build --define=INCLUDEDIR=$(PREFIX)/include + -- cgit v1.2.3