fixes for TensorFlow easyblocks w.r.t. Bazel build options & __init__ in top-level google-protobuf package dir#1843
Conversation
--config=v2 was only required for TF 2.0.0-rcx for which there is no EC --config=cuda is set in configure.py if CUDA support is requested
|
Looks good on first sight, I'll test this with a couple of existing TensorFlow easyconfigs to make sure there are no regressions introduced... |
|
Highly appreciated! Note that I "removed support" for Tensorflow 2 RCs which did require the |
|
Agreed, I don't think having no support for 2.0.0-rc* is an issue. That also explains why the |
|
Tested with a variety of existing
Works as expected, so no reason to hold this back. Thanks a lot for the fixes @Flamefire! |
Fix the warning
in TF 2 (see 7f62330#diff-925e7942309e22e4c64cb2d99b50c206) and remove
google/__init__.pyfor Python 3.3 (see easybuilders/easybuild-easyconfigs#9207)