ports/devel/bazel029/files/patch-scripts_bootstrap_buildenv.sh
Yuri Victorovich d23d35ea8b science/py-tensorflow: Fix build by using the version of devel/bazel (0.29.0) that is known to be able to build it
One of the previous commits to devel/bazel broke tensorflow.

Fun fact: the latest version of tensorflow-2.0.0 also fails to build with the latest version of bazel-1.1.0.
2019-10-31 15:10:46 +00:00

11 lines
276 B
Bash

--- scripts/bootstrap/buildenv.sh.orig 1979-12-31 23:00:00 UTC
+++ scripts/bootstrap/buildenv.sh
@@ -215,7 +215,7 @@ function clear_log() {
rm -f ${phasefile}
}
-LEAVES="\xF0\x9F\x8D\x83"
+LEAVES="[LEAVES]"
INFO="\033[32mINFO\033[0m:"
WARNING="\033[31mWARN\033[0m:"