tensorflow-on-arm icon indicating copy to clipboard operation
tensorflow-on-arm copied to clipboard

Allow custom patches per conf

Open adrianghc opened this issue 4 years ago • 1 comments

This allows a configuration to make custom patches to TensorFlow or to Bazel. These patches can be configured by providing their paths inside the TF_PATCH and BAZEL_PATCH variables (relative to the patch/tensorflow or patch/bazel directories, respectively). These patches are applied in addition to the ones that would be applied if TF_PATCH and BAZEL_PATCH were yes. If TF_PATCH and BAZEL_PATCH are yes, as in the current configurations, the behavior shall be the same as before this pull request. If TF_PATCH and BAZEL_PATCH are empty or not configured, the behavior shall be the same as before this pull request and no patches shall be applied.

adrianghc avatar May 17 '20 16:05 adrianghc

I just noticed this one is still missing, is it because of the merge conflict caused by the other PRs (now fixed) or is there another reason?

adrianghc avatar Jun 16 '20 20:06 adrianghc