aboutsummaryrefslogtreecommitdiffstats
path: root/math/py-keras/files/bazelrc
diff options
context:
space:
mode:
authorLexi Winter <ivy@FreeBSD.org>2025-12-01 03:19:41 +0000
committerLexi Winter <ivy@FreeBSD.org>2025-12-01 03:19:41 +0000
commit2e80774d0b20d167bc0a9e2b63dafbfb171c0d22 (patch)
tree25f0138e1af8902b92dacc8cce09b267447c17db /math/py-keras/files/bazelrc
parentf85f2b2d6e5b7ed869376eb4b180c3a74a5c5da9 (diff)
parent1a30da80670973368b399f2b01fe9c04b91a1273 (diff)
Merge remote-tracking branch 'freebsd/main' into lf/mainlf/main
Diffstat (limited to 'math/py-keras/files/bazelrc')
-rw-r--r--math/py-keras/files/bazelrc18
1 files changed, 0 insertions, 18 deletions
diff --git a/math/py-keras/files/bazelrc b/math/py-keras/files/bazelrc
deleted file mode 100644
index f1efb9602f3e..000000000000
--- a/math/py-keras/files/bazelrc
+++ /dev/null
@@ -1,18 +0,0 @@
-startup --output_user_root="%%BAZEL_DIR%%/.cache/"
-
-# make bazel only fetch distfiles from the cache
-fetch --repository_cache="%%BAZEL_DIR%%/bazel-cache/" --distdir="%%BAZEL_DIST%%/bazel-dist/"
-build --repository_cache="%%BAZEL_DIR%%/bazel-cache/" --distdir="%%BAZEL_DIST%%/bazel-dist/"
-
-build --define=PREFIX=%%LOCALBASE%%
-build --define=LIBDIR=%%LOCALBASE%%/lib
-build --define=INCLUDEDIR=%%LOCALBASE%%/include
-build --define=PROTOBUF_INCLUDE_PATH=%%LOCALBASE%%/include
-
-build --extra_toolchains=//freebsd:cc-toolchain-freebsd
-
-# for python
-build --action_env=PATH=%%PATH%%
-build --host_action_env=PATH=%%PATH%%
-
-build --config=freebsd