Ilya Leoshkevich
Ilya Leoshkevich
Hi! I'm trying to build WRF with gfortran `10.0.1 20200226` (git commit `ce25177f505`). It looks as if it does not allow passing `COMPLEX` arrays as `REAL` ones anymore, since I'm...
Hi, I'd like to gather some opinions on how to proceed with this. I tried to initiate a discussion on the zlib mailing list, but it never got past the...
Note: this PR is based on https://github.com/madler/zlib/pull/750 and https://github.com/iii-i/zlib/releases/tag/crc32vx-v6 in order to simplify integration into distributions, which normally want all three changes. --- IBM Z mainframes starting from version z15...
inflate() does not update strm.adler with DFLTCC. Add a missing assignment to dfltcc_inflate() to fix this. Note that deflate() is not affected. Also add a test to prevent regressions.
Hi, I would like to contribute s390x (IBM Z) support to serval and jitterbug. The current full branches are here: https://github.com/iii-i/serval/tree/s390 https://github.com/iii-i/jitterbug/tree/s390 The plan is to contribute the pieces in...
QEMU 8 has been [released](https://wiki.qemu.org/ChangeLog/8.0) and Debian builds are already available. Add QEMU 8 support to qemu-user-static. My test builds are available here: https://hub.docker.com/repository/docker/iiilinuxibmcom/qemu-user-static
Currently DFLTCC states are allocated using hook macros, complicating memory management. Inline them into zlib states and remove the hooks.
Hello, What would it take to build distroless python images for s390x? I tried a very naive diff: ``` --- a/python3/BUILD +++ b/python3/BUILD @@ -1,7 +1,7 @@ load("@container_structure_test//:defs.bzl", "container_structure_test") load("@rules_oci//oci:defs.bzl",...