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

2022-08-31 Thread wuyy
On Wed, Aug 31, 2022 at 10:59:41PM -, Duncan wrote: > Yiyang Wu posted on Thu, 1 Sep 2022 00:40:34 +0800 as excerpted: > > > +# Refereneļ¼š > > Non-ASCII unicode mangled "Reference:"?? > > Looks like "Referene here. kcharselect says U+ff1a is unicode > category "punctuation, other", block "

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

2022-08-31 Thread Duncan
Yiyang Wu posted on Thu, 1 Sep 2022 00:40:34 +0800 as excerpted: > +++ b/profiles/desc/amdgpu_targets.desc > @@ -0,0 +1,17 @@ > +# Copyright 1999-2022 Gentoo Authors. > +# Distributed under the terms of the GNU General Public License v2 > + > +# Refereneļ¼š Non-ASCII unicode mangled "Reference:"??

Re: [gentoo-dev] Add systemd/merged-usr profiles

2022-08-31 Thread Sam James
> On 31 Aug 2022, at 21:36, Jaco Kroon wrote: > > Hi, > > On 2022/08/31 19:38, Mike Gilbert wrote: >> On Wed, Aug 31, 2022 at 12:29 PM Jaco Kroon wrote: >>> Hi, >>> >>> That really depends. >>> >>> If the expectation is that everything in /usr/{bin,sbin,lib*} needs to now >>> fit on / rath

Re: [gentoo-dev] Add systemd/merged-usr profiles

2022-08-31 Thread Jaco Kroon
Hi, On 2022/08/31 19:38, Mike Gilbert wrote: > On Wed, Aug 31, 2022 at 12:29 PM Jaco Kroon wrote: >> Hi, >> >> That really depends. >> >> If the expectation is that everything in /usr/{bin,sbin,lib*} needs to now >> fit on / rather than /usr we're queued to re-install a very, very large >> numb

Re: [gentoo-dev] Add systemd/merged-usr profiles

2022-08-31 Thread Sam James
> On 31 Aug 2022, at 17:29, Jaco Kroon wrote: > > Hi, > > That really depends. > > If the expectation is that everything in /usr/{bin,sbin,lib*} needs to now > fit on / rather than /usr we're queued to re-install a very, very large > number of hosts. Of course, this is only for systemd use

Re: [gentoo-dev] Add systemd/merged-usr profiles

2022-08-31 Thread Mike Gilbert
On Wed, Aug 31, 2022 at 12:29 PM Jaco Kroon wrote: > > Hi, > > That really depends. > > If the expectation is that everything in /usr/{bin,sbin,lib*} needs to now > fit on / rather than /usr we're queued to re-install a very, very large > number of hosts. You have that reversed: the expectation

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

2022-08-31 Thread Yiyang Wu
Signed-off-by: Yiyang Wu --- profiles/desc/amdgpu_targets.desc | 17 + 1 file changed, 17 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 000

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

2022-08-31 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 c

[gentoo-dev] [PATCH v6 0/2] rocm.eclass: new eclass

2022-08-31 Thread Yiyang Wu
The v6 fixes several issues raised in Github PR: https://github.com/gentoo/gentoo/pull/26784 Changelog against v5: 1. Update outdated examples and comments 2. QA fixes 3. Rename rocm_src_{test,configure} to rocm-{test,configure} to avoid confusion 4. Simplify rocm-test function 5. Change the ref

Re: [gentoo-dev] Add systemd/merged-usr profiles

2022-08-31 Thread Jaco Kroon
Hi, That really depends. If the expectation is that everything in /usr/{bin,sbin,lib*} needs to now fit on / rather than /usr we're queued to re-install a very, very large number of hosts. Kind Regards, Jaco On 2022/08/31 18:01, Jeff Gazso wrote: > Just out of curiosity, how much pain is this

Re: [gentoo-dev] Add systemd/merged-usr profiles

2022-08-31 Thread Mike Gilbert
On Wed, Aug 31, 2022 at 12:01 PM Jeff Gazso wrote: > > Just out of curiosity, how much pain is this likely to cause existing > installations that will need to migrate from a split-usr setup to a > merged-usr setup? We haven't deployed this to users, so feedback is limited thus far. At least a

Re: [gentoo-dev] Add systemd/merged-usr profiles

2022-08-31 Thread Jeff Gazso
Just out of curiosity, how much pain is this likely to cause existing installations that will need to migrate from a split-usr setup to a merged-usr setup? On Tue, Aug 30, 2022 at 2:28 PM Mike Gilbert wrote: > This patch series adds a "merged-usr" feature profile, and subprofiles > for each syst