Marcin Juszkiewicz

Results 63 comments of Marcin Juszkiewicz

tensorflow 2.8.0 and tensorflow-io 0.24.0 added 3.10 wheels on x86-64 architecture

I have a question about building on aarch64. TF 2.8.0 can be built for Python 3.10 but to install it wants tensorflow_io_gcs_filesystem wheel. Which needs tensorflow to be built. Circular...

``` [root@jagular io-0.24.0]# ls dist/ -1 tensorflow_io-0.24.0-cp310-cp310-linux_aarch64.whl tensorflow_io-0.24.0-cp36-cp36m-linux_aarch64.whl tensorflow_io-0.24.0-cp37-cp37m-linux_aarch64.whl tensorflow_io-0.24.0-cp38-cp38-linux_aarch64.whl tensorflow_io-0.24.0-cp39-cp39-linux_aarch64.whl tensorflow_io_gcs_filesystem-0.24.0-cp310-cp310-linux_aarch64.whl tensorflow_io_gcs_filesystem-0.24.0-cp36-cp36m-linux_aarch64.whl tensorflow_io_gcs_filesystem-0.24.0-cp37-cp37m-linux_aarch64.whl tensorflow_io_gcs_filesystem-0.24.0-cp38-cp38-linux_aarch64.whl tensorflow_io_gcs_filesystem-0.24.0-cp39-cp39-linux_aarch64.whl [root@jagular io-0.24.0]# ``` Thanks. Need to change build scripts now as this was done...

This is not architecture issue but GCC 10 which defaults to "-fno-common". This workarounds it but it should be done some better way: ```diff diff --git a/third_party/libwebp.BUILD b/third_party/libwebp.BUILD index 4dea61e3..380a11e5...

Some background: https://github.com/intel/intel-hybrid-driver/issues/27

Or (after coffee): ```diff diff --git a/third_party/libwebp.BUILD b/third_party/libwebp.BUILD index 4dea61e3..7fbd86bd 100644 --- a/third_party/libwebp.BUILD +++ b/third_party/libwebp.BUILD @@ -28,9 +28,6 @@ cc_library( "imageio/imageio_util.h", "examples/unicode.h", ], - defines = [ - "WEBP_EXTERN=", -...

@pradghos read https://github.com/google/boringssl/blob/81502beeddc5f116d44d0898c6c4a33057198db8/include/openssl/base.h#L121 comment. zArch (s/390x) is not supported by boringssl.

Will it bring both TLS and Basic Auth support?

Will something happen here or should we just mark ELK stack as dead on RHEL9 family of systems?