diff options
Diffstat (limited to 'science/py-tensorflow/files/bazel/freebsd_python_fix.patch')
-rw-r--r-- | science/py-tensorflow/files/bazel/freebsd_python_fix.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/science/py-tensorflow/files/bazel/freebsd_python_fix.patch b/science/py-tensorflow/files/bazel/freebsd_python_fix.patch deleted file mode 100644 index e6bcae9950be..000000000000 --- a/science/py-tensorflow/files/bazel/freebsd_python_fix.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/utils/bazel/configure.bzl 2022-08-27 19:11:41.138993000 +0100 -+++ b/utils/bazel/configure.bzl 2022-08-27 19:12:07.525186000 +0100 -@@ -37,7 +37,7 @@ - overlay_path = bazel_path.get_child("llvm-project-overlay") - script_path = bazel_path.get_child("overlay_directories.py") - -- python_bin = repository_ctx.which("python3") -+ python_bin = repository_ctx.which("%%PYTHON%%") - if not python_bin: - # Windows typically just defines "python" as python3. The script itself - # contains a check to ensure python3. |