Skip to content

Commit a253083

Browse files
committed
Adapt to new darwin definition
1 parent ea0af88 commit a253083

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

recipe/build.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -102,11 +102,6 @@ fi
102102
# For debugging
103103
# CUSTOM_BAZEL_OPTIONS="${CUSTOM_BAZEL_OPTIONS} --bazel_options=--subcommands"
104104

105-
if [[ "${target_platform}" == "osx-64" ]]; then
106-
# Tensorflow doesn't cope yet with an explicit architecture (darwin_x86_64) on osx-64 yet.
107-
TARGET_CPU=darwin
108-
fi
109-
110105
# Force static linkage with protobuf to avoid definition collisions,
111106
# see https://github.com/conda-forge/jaxlib-feedstock/issues/89
112107
#

recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ requirements:
4242
# Keep bazel listed twice here to help the migrators track dependencies
4343
- bazel
4444
- bazel 7.*
45-
- bazel-toolchain >=0.1.10
45+
- bazel-toolchain >=0.3.0
4646
# need protoc
4747
- libprotobuf
4848
# needs protoc-gen-grpc

0 commit comments

Comments
 (0)