[gentoo-dev] [PATCH] profiles/package.mask: last-rite dev-java/byte-buddy-agent

2022-08-21 Thread Volkmar W. Pogatzki
Signed-off-by: Volkmar W. Pogatzki --- profiles/package.mask | 4 1 file changed, 4 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index 0e6d8afee8b..ff956b28187 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -33,6 +33,10 @@ #--- END OF

Re: [gentoo-dev] Last rites: various more revdep-less Haskell packages

2022-08-21 Thread Michael Orlitzky
On Sun, 2022-08-21 at 15:10 -0400, matoro wrote: > Hey mjo, sorry about this - we were somewhat aggressive when building > this list because much of the ecosystem has a tendency to do things like > put strict upper bounds in their cabal files, leading to lots of > blockers and manual patching

Re: [gentoo-dev] Last rites: various more revdep-less Haskell packages

2022-08-21 Thread Michael Orlitzky
On Sun, 2022-08-21 at 03:23 +0100, Sam James wrote: > # hololeap (2022-08-21) > # Monolithic mask for dev-haskell/* packages which have no reverse > dependencies, > # are broken, or severely out of date > net-mail/list-remote-forwards > net-mail/mailbox-count > net-misc/haeredes >

[gentoo-dev] [PATCH v3 2/2] profiles/desc: add amdgpu_targets.desc for USE_EXPAND

2022-08-21 Thread Yiyang Wu
Signed-off-by: Yiyang Wu --- profiles/desc/amdgpu_targets.desc | 15 +++ 1 file changed, 15 insertions(+) create mode 100644 profiles/desc/amdgpu_targets.desc diff --git a/profiles/desc/amdgpu_targets.desc b/profiles/desc/amdgpu_targets.desc new file mode 100644 index

[gentoo-dev] [PATCH v3 1/2] rocm.eclass: new eclass

2022-08-21 Thread Yiyang Wu
This eclass provides utilities for ROCm libraries in https://github.com/ROCmSoftwarePlatform, e.g. rocBLAS, rocFFT. It contains a USE_EXPAND, amdgpu_targets_*, which handles the GPU architecture to compile, and keep targets coherent among dependencies. Packages that depend on ROCm libraries, like

[gentoo-dev] [PATCH v3 0/2] rocm.eclass: new eclass for ROCm packages

2022-08-21 Thread Yiyang Wu
From: YiyangWu This v3 fixes various problems pointed out by Ulrich. The most important change, is that check_rw_permission cannot accept wildcards (it is previously designed to enable wildcard, but I implemented it with bugs, so I turned to disabling wildcard and loop around devices). Updated