Changes between Initial Version and Version 2 of Ticket #62725
- Timestamp:
- Apr 21, 2021, 11:19:51 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #62725
- Property Owner set to cjones051073
-
Property
Status
changed from
new
toassigned
-
Property
Summary
changed from
py-tensorflow-validation: build requires bazel, but latter not added to build dependencies
topy-tensorflow-data-validation: build requires bazel, but latter not added to build dependencies
-
Ticket #62725 – Description
initial v2 28 28 }}} 29 29 30 Digging into the problem a bit: It looks like the Bazel portgroup doesn't add `bazel` as a build dependency, when `bazel.build_cmd` is set to an empty string. (And the portfile for `py-tensorflow- validation` sets it to empty.) The problem is, per the logs above, Bazel is needed.30 Digging into the problem a bit: It looks like the Bazel portgroup doesn't add `bazel` as a build dependency, when `bazel.build_cmd` is set to an empty string. (And the portfile for `py-tensorflow-data-validation` sets it to empty.) The problem is, per the logs above, Bazel is needed. 31 31 32 32 The Bazel portgroup was changed on 4/13/2021, adding the aforementioned behavior: