emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#34486: closed ([PATCH 0/1] Add '--inherit' to 'gui


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#34486: closed ([PATCH 0/1] Add '--inherit' to 'guix environment')
Date: Sat, 16 Feb 2019 00:06:02 +0000

Your message dated Sat, 16 Feb 2019 01:05:17 +0100
with message-id <address@hidden>
and subject line Re: [bug#34486] [PATCH 0/1] Add '--inherit' to 'guix 
environment'
has caused the debbugs.gnu.org bug report #34486,
regarding [PATCH 0/1] Add '--inherit' to 'guix environment'
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
34486: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=34486
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH 0/1] Add '--inherit' to 'guix environment' Date: Fri, 15 Feb 2019 11:42:57 +0100
Hello,

This new option allows to specify additional variables to be inherited
in a “pure” (semi-pure?) environment.

The main motivation was the use of the SLURM batch scheduler, which
defines environment variables that you need to preserve so that things
like ‘mpirun’ work correctly.

Thoughts?

Ludo’.

Ludovic Courtès (1):
  environment: Add '--inherit'.

 doc/guix.texi                | 21 ++++++++++++--
 guix/scripts/environment.scm | 53 +++++++++++++++++++++++++-----------
 tests/guix-environment.sh    | 15 +++++++++-
 3 files changed, 69 insertions(+), 20 deletions(-)

-- 
2.20.1




--- End Message ---
--- Begin Message --- Subject: Re: [bug#34486] [PATCH 0/1] Add '--inherit' to 'guix environment' Date: Sat, 16 Feb 2019 01:05:17 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)
Hello,

Ricardo Wurmus <address@hidden> skribis:

> Ludovic Courtès <address@hidden> writes:
>
>> This new option allows to specify additional variables to be inherited
>> in a “pure” (semi-pure?) environment.
>>
>> The main motivation was the use of the SLURM batch scheduler, which
>> defines environment variables that you need to preserve so that things
>> like ‘mpirun’ work correctly.
>
> Looks good to me.  The same is needed for Grid Engine.  Previously I
> would use “env” with an installed profile for the same effect:
>
> #!/bin/bash
>
> profile=/path/to/.guix-profile
> exec /bin/env - PATH=/opt/uge/bin/lx-amd64 \
>                 SGE_CELL=default \
>                 SGE_ARCH=lx-amd64 …
>                 GUIX_LOCPATH=… \
>                 /bin/bash --init-file "$profile/etc/profile"

Oh so I guess this is an improvement.  :-)

Pushed as e6e599fa0106f57b9de15f90dcab3795ff1575b6.

> I guess the only thing that’s missing now is to activate an installed
> environment.

Something beyond --search-paths and etc/profile, right?  I’m not sure
what it would look like.

Thanks for your feedback David & Ricardo!

Ludo’.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]