Skip to content

Commit d3eee9a

Browse files
committed
python311Packages.tensorflow: remove code for macOS < 11
1 parent 53d15ba commit d3eee9a

File tree

2 files changed

+0
-18
lines changed

2 files changed

+0
-18
lines changed

pkgs/development/python-modules/tensorflow/com_google_absl_fix_macos.patch

Lines changed: 0 additions & 15 deletions
This file was deleted.

pkgs/development/python-modules/tensorflow/default.nix

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -449,9 +449,6 @@ let
449449
rm -f .bazelversion
450450
patchShebangs .
451451
''
452-
+ lib.optionalString (stdenv.hostPlatform.system == "x86_64-darwin") ''
453-
cat ${./com_google_absl_fix_macos.patch} >> third_party/absl/com_google_absl_fix_mac_and_nvcc_build.patch
454-
''
455452
+ lib.optionalString (!withTensorboard) ''
456453
# Tensorboard pulls in a bunch of dependencies, some of which may
457454
# include security vulnerabilities. So we make it optional.

0 commit comments

Comments
 (0)