lhelontra / tensorflow-on-arm

TensorFlow for Arm
MIT License
1.05k stars 274 forks source link

Allow custom patches per conf #95

Open adrianghc opened 4 years ago

adrianghc commented 4 years ago

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 commented 4 years ago

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?