Move GH_TUPLE to Makefile.gh_tuple to make regeneration easier.
Include WORKSPACE in the list of files to pull dependencies from
This bug discusses possibly using local_repository instead:
https://github.com/bazelbuild/bazel/issues/4996
Setup for io_bazel_rules_closuer describes entries in WORKSPACE,
which is how I got the idea to add it
https://github.com/bazelbuild/rules_closure
-march=native can cause problems with the build server is much newer
than a client machine
-Wno-sign-compare just makes for a quieter build, no real value in a port
Ran portlint, portclippy and portfmt.
Recreated patches with make makepatch
Add additional required pre-build downloads from github
Add OpenCL Sycl support
Use memory usage reducing flags for bazel. They are all to do with
reducing the time taken for incremental builds, which is not relevant
when building ports.
Add TF_NEED_MPT=0 to stop prompting
Add -march=native -Wno-sign-compare flags for CC