Paul Zander

Results 28 comments of Paul Zander

I found something to fix for `sci-libs/miopen`, but I don't think we should block this for that. @thesamesam feel free to merge.

@listout you still need to fix https://github.com/gentoo/gentoo/pull/32198#discussion_r1299122026

For the moment we tell people to run `for x in $(seq 0 $(( $(nproc) - 1 )) ); do taskset -c $x resolve-march-native; done | sort | uniq -c`...

I don't think that using subslots is the solution to the problem. We need to stop `abseil-cpp` from propagating those dependencies on gtest. I'll finish the testing of that hopefully...

@nethershaw please find somewhere else to "contribute". If you want to find someone to direct your drivel to, go find a mirror.

That looks like a whole lot of code duplication and thus potential for errors. Maybe prepare splitting that out into `rocm.eclass` by creating two functions `rocm_use_clang` and `rocm_use_hipcc`? > ROCm...

@AngryLoki @littlewu2508 what's the status on this? Do you feel like it's ready for final checking and then merge? ROCm 6.2.0 is out. And we should start working on that.

Seemingly fixed in https://github.com/zlib-ng/zlib-ng/pull/1601

To add to that. Relevant here is that zlib-ng installs `zlib-ng-config.cmake` not `zlibng-config.cmake` that minizip-ng tries to find in [FindZLIBNG.cmake](https://github.com/zlib-ng/minizip-ng/blob/develop/cmake/FindZLIBNG.cmake). ```cmake cmake_minimum_required(VERSION 3.26) project(test CXX) find_package(minizip-ng REQUIRED) ``` yields ```...

> Tested with 2.3.0 and 2.3.1 on gentoo using **python-3.11** and python-3.12. Python-3.11 is affected as well.