File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -40,7 +40,8 @@ build --host_cxxopt=-std=c++17
4040build:linux --cxxopt=-D_GLIBCXX_USE_CXX11_ABI=1
4141build:macos --cxxopt=-D_GLIBCXX_USE_CXX11_ABI=1
4242
43- # Disable sframe in assembler to avoid linker errors with gcc 15 (removed for PR compatibility)
43+ # Disable sframe in assembler to avoid linker errors with gcc 15
44+ build:linux --copt=-Wa,--gsframe=no
4445
4546
4647
@@ -52,3 +53,6 @@ build:short_logs --output_filter=DONT_MATCH_ANYTHING
5253build:macos --macos_minimum_os=10.12
5354
5455common --noenable_bzlmod
56+ build --action_env TF_HEADER_DIR="/usr/local/google/home/vkarampudi/anaconda3/envs/s2t-env-py312/lib/python3.12/site-packages/tensorflow/include"
57+ build --action_env TF_SHARED_LIBRARY_DIR="/usr/local/google/home/vkarampudi/anaconda3/envs/s2t-env-py312/lib/python3.12/site-packages/tensorflow"
58+ build --action_env TF_SHARED_LIBRARY_NAME="libtensorflow_framework.so.2"
Original file line number Diff line number Diff line change 1515* Disabled Bzlmod in ` .bazelrc ` to resolve protobuf conflicts.
1616* Added dummy repositories in ` WORKSPACE ` to bypass circular dependencies with TensorFlow.
1717* Fixed missing ` #include <cstdint> ` in various files to support compilation with ` gcc 15 ` .
18+ * Added support for Python 3.12.
19+ * Dropped support for Python 3.9.
1820
1921## Breaking Changes
2022
You can’t perform that action at this time.
0 commit comments