Re: [gentoo-dev] RFC: BLAS and LAPACK runtime switching (Re-designed)

2019-06-13 Thread Mo Zhou
Hi Gentoo devs, I redesigned the solution for BLAS/LAPACK runtime switching. New solution is based on eselect+ld.so.conf . See following. > Goal > > > * When a program is linked against libblas.so or liblapack.so > provided by any BLAS/LAPACK provider, the eselect-based solution >

Re: [gentoo-dev] RFC: BLAS and LAPACK runtime switching (Re-designed)

2019-06-13 Thread Michał Górny
On Thu, 2019-06-13 at 00:15 -0700, Mo Zhou wrote: > Hi Gentoo devs, > > I redesigned the solution for BLAS/LAPACK runtime switching. > New solution is based on eselect+ld.so.conf . See following. > > > Goal > > > > > > * When a program is linked against libblas.so or liblapack.so > >

[gentoo-dev] [PATCH v2] profiles: add more language codes to desc/l10n.desc

2019-06-13 Thread Marek Szuba
Many thanks for the feedback, here is the revised patch: * * * All of these are supported by recent versions of app-text/tesseract. Checked against ISO-639 using the code tables from https://iso639-3.sil.org/ . Signed-off-by: Marek Szuba --- profiles/desc/l10n.desc | 14 ++ 1 file

Re: [gentoo-dev] [PATCH v4 00/19] User/group packages

2019-06-13 Thread Alexey Shvetsov
Hi! Its a good thing that you're reviewing user class. I write some thought previosly about it. Why not create some set for standart uid:gid for services so they will be identicall in all installations? like slurm has uid:gid 500:500 nginx 80:80 or something... Michał Górny писал 11-06-20

[gentoo-dev] [PATCH] xorg-3.eclass: EAUTORECONF_DEPENDS belong to BDEPEND

2019-06-13 Thread Michael Haubenwallner
EAUTORECONF_DEPENDS is non-empty for ppc-aix and x86-winnt only. Also, unset variable 'arch' after use. --- eclass/xorg-3.eclass | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/eclass/xorg-3.eclass b/eclass/xorg-3.eclass index 6ac90a64d59..f135058fba6 100644 --- a/eclass/xorg

Re: [gentoo-dev] [PATCH] xorg-3.eclass: EAUTORECONF_DEPENDS belong to BDEPEND

2019-06-13 Thread James Le Cuirot
On Thu, 13 Jun 2019 13:08:15 +0200 Michael Haubenwallner wrote: > EAUTORECONF_DEPENDS is non-empty for ppc-aix and x86-winnt only. > Also, unset variable 'arch' after use. > --- > eclass/xorg-3.eclass | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/eclass/xorg-3.eclas

Re: [gentoo-dev] [PATCH v2] profiles: add more language codes to desc/l10n.desc

2019-06-13 Thread Jaco Kroon
Hi, Any chance of adding en-NZ? asterisk-core-sounds depends on L10N USE_EXPAND and there is an upstream en-NZ pack.  It's the only language pack for which there isn't currently an option already in the list here. Kind Regards, Jaco On 2019/06/13 10:26, Marek Szuba wrote: Many thanks for

Re: [gentoo-dev] [PATCH v4 00/19] User/group packages

2019-06-13 Thread Michael Orlitzky
On 6/13/19 4:54 AM, Alexey Shvetsov wrote: > Hi! > > Its a good thing that you're reviewing user class. I write some thought > previosly about it. > > Why not create some set for standart uid:gid for services so they will > be identicall in all installations? > > like slurm has uid:gid 500:500

Re: [gentoo-dev] [PATCH v4 08/19] user.eclass: Factor out finding nologin into separate function

2019-06-13 Thread Michael Orlitzky
On 6/13/19 1:33 AM, Michał Górny wrote: >> >>> + eshell=$(user_get_nologin) >> >> Then this would have to become >> >> eshell=$(userland_get_nologin "${USERLAND}") > > Do you have any real use for that? > No. It's a better design IMO since you can e.g. test the function by passing it

[gentoo-dev] Re: [PATCH] xorg-3.eclass: EAUTORECONF_DEPENDS belong to BDEPEND

2019-06-13 Thread Michael Haubenwallner
On 6/13/19 2:45 PM, James Le Cuirot wrote: > On Thu, 13 Jun 2019 13:08:15 +0200 > Michael Haubenwallner wrote: > >> EAUTORECONF_DEPENDS is non-empty for ppc-aix and x86-winnt only. >> Also, unset variable 'arch' after use. >> --- >> eclass/xorg-3.eclass | 3 ++- >> 1 file changed, 2 insertions(+

Re: [gentoo-dev] Re: [PATCH] xorg-3.eclass: EAUTORECONF_DEPENDS belong to BDEPEND

2019-06-13 Thread James Le Cuirot
On Thu, 13 Jun 2019 15:02:23 +0200 Michael Haubenwallner wrote: > On 6/13/19 2:45 PM, James Le Cuirot wrote: > > On Thu, 13 Jun 2019 13:08:15 +0200 > > Michael Haubenwallner wrote: > > > >> EAUTORECONF_DEPENDS is non-empty for ppc-aix and x86-winnt only. > >> Also, unset variable 'arch' after u

Re: [gentoo-dev] [PATCH v4 08/19] user.eclass: Factor out finding nologin into separate function

2019-06-13 Thread Michał Górny
On Thu, 2019-06-13 at 09:01 -0400, Michael Orlitzky wrote: > On 6/13/19 1:33 AM, Michał Górny wrote: > > > > + eshell=$(user_get_nologin) > > > > > > Then this would have to become > > > > > > eshell=$(userland_get_nologin "${USERLAND}") > > > > Do you have any real use for that?

Re: [gentoo-dev] [PATCH v2] profiles: add more language codes to desc/l10n.desc

2019-06-13 Thread Marek Szuba
On 2019-06-13 13:46, Jaco Kroon wrote: > Any chance of adding en-NZ? > > asterisk-core-sounds depends on L10N USE_EXPAND and there is an upstream > en-NZ pack.  It's the only language pack for which there isn't currently > an option already in the list here. Sure, why not. Looks reasonably enoug