Tensorflow package

2018-10-19 Thread Adam Massmann
Hi Guix, I was wondering if anyone is currently working on packaging Tensorflow, and if so what the progress is looking like. It looked like back in April Ricardo was least looking at it[1]. I just found out I need to use it for a collaboration, and if I can move some other work around I /might/

Re: [outreach] Help trying to create R package

2018-10-19 Thread Gábor Boskovits
Helllo Laura, Laura Lazzati ezt írta (időpont: 2018. okt. 19., P, 5:48): > > On Thu, Oct 18, 2018 at 10:05 PM Laura Lazzati > wrote: > > > > On Thu, Oct 18, 2018 at 3:17 PM Laura Lazzati > > wrote: > > > > > > On Thu, Oct 18, 2018 at 3:15 PM Ricardo Wurmus wrote: > > > > > > > > > > > > Hi

Re: move "source /etc/profile" from .zlogin to .zprofile

2018-10-19 Thread Chris Marusich
l...@gnu.org (Ludovic Courtès) writes: > Alright, so Chris you can probably go ahead and push the patch! Sounds good! I've committed this to master as 2f4d43584cb26315c028dfbd2197da0d175933a2. -- Chris signature.asc Description: PGP signature

Re: [outreach] Help trying to create R package

2018-10-19 Thread Ricardo Wurmus
Hi Laura, > with guix environment --pure guix --ad-hoc coreutils findutils which (or -C) > I get, the output: > Command 'lesspipe' is available in the following places > * /bin/lesspipe > * /usr/bin/lesspipe > The command could not be located because '/bin:/usr/bin' is not > included in the

Re: [outreach] Help trying to create R package

2018-10-19 Thread Gábor Boskovits
Hello Ricardo, Ricardo Wurmus ezt írta (időpont: 2018. okt. 19., P 9:10): > > Hi Laura, > > > with guix environment --pure guix --ad-hoc coreutils findutils which (or > -C) > > I get, the output: > > Command 'lesspipe' is available in the following places > > * /bin/lesspipe > > *

Re: Guix & IPFS

2018-10-19 Thread Ludovic Courtès
Hello, Pjotr Prins skribis: > Nix, these days, has a two phase build. In the second phase you get network > access where you can run network tests. That is kinda interesting. Interesting, do you have links to documentation or code? Thanks, Ludo.

Re: New Guix reference card

2018-10-19 Thread Laura Lazzati
On Fri, Oct 19, 2018 at 10:45 AM Ludovic Courtès wrote: > > Hello Guix! > > I’ve written a reference card for Guix, which you can find here: > > https://gnu.org/s/guix/guix-refcard.pdf Thanks! I find it really useful. I did not know you call them reference card, I generally call them

Re: Guix & IPFS

2018-10-19 Thread Pierre Neidhardt
> As discussed before (I think?), builds are performed in an isolated > environment without network access—this is one of the measures taken to > guarantee build reproducibility and statelessness. > > So what you’re doing here (running “gx” in a derivation) cannot work. No, the above error

Re: Trying to crosscompile for POWER9

2018-10-19 Thread Ludovic Courtès
Hello Tobias, Good to see you here. :-) Tobias Platen skribis: > When I try to compile GUIX for POWER9 an old version of GCC is used. > How do I use the gcc version used for cross compiling. > > ./pre-inst-env guix build --target=powerpc64le-linux hello Note that --target expects a GNU

Re: Guix & IPFS

2018-10-19 Thread Ludovic Courtès
Hi, Pierre Neidhardt skribis: > ERROR: from shell.Get(): Post > https://ipfs.io/api/v0/get?arg=QmSP88ryZkHSRn1fnngAaV2Vcn63WUJzAavnRM9CVdU1Ky=true: > x509: failed to load system roots and no roots provided > retrying fetch QmSP88ryZkHSRn1fnngAaV2Vcn63WUJzAavnRM9CVdU1Ky after a > second... >

Re: Should 'build-expression->derivation' be used for new build systems?

2018-10-19 Thread Ludovic Courtès
Hello Alex, Alex Vong skribis: > I noticed that in the (guix derivations) module, > 'build-expression->derivation' is marked as deprecated. However, I see > that all build systems currently living in the (guix build-system ...) > namespaces are still using it. Is this intended or will this be

Re: Should 'build-expression->derivation' be used for new build systems?

2018-10-19 Thread Joshua Branson
l...@gnu.org (Ludovic Courtès) writes: > Hello Alex, > > Alex Vong skribis: > >> I noticed that in the (guix derivations) module, >> 'build-expression->derivation' is marked as deprecated. However, I see >> that all build systems currently living in the (guix build-system ...) >> namespaces are

Re: 'package-name-version' and 'strip-store-file-name' does the same thing with different ways

2018-10-19 Thread Ludovic Courtès
Hello Alex, Alex Vong skribis: > Btw, I also noticed that the procedure 'flatten' are defined in > (gnu services telephony), (gnu services web) and (guix import utils). > [I was about to define my own version of it...] > I like the version using 'fold-right' together with 'match-lambda*' the >

Re: FOSDEM 2019 - stand

2018-10-19 Thread Ludovic Courtès
Björn Höfling skribis: > On Sun, 9 Sep 2018 01:03:25 +0200 > Björn Höfling wrote: > > [..] > >> The stands are usually very demanded. We have better chances if we >> share the table with some other project. Should we do that? And if, >> with which project? > > I asked on the r-b mailing list.

New Guix reference card

2018-10-19 Thread Ludovic Courtès
Hello Guix! I’ve written a reference card for Guix, which you can find here: https://gnu.org/s/guix/guix-refcard.pdf The source is at: https://git.savannah.gnu.org/cgit/guix/maintenance.git/tree/doc/refcard It’s written using the Lout document formatting system, so I provided a simple

Re: [outreach] Help trying to create R package

2018-10-19 Thread Laura Lazzati
On Fri, Oct 19, 2018 at 4:29 AM Gábor Boskovits wrote: > > Hello Ricardo, > > Ricardo Wurmus ezt írta (időpont: 2018. okt. 19., P > 9:10): >> >> >> Hi Laura, >> >> > with guix environment --pure guix --ad-hoc coreutils findutils which (or >> > -C) >> > I get, the output: >> > Command

Re: 'package-name-version' and 'strip-store-file-name' does the same thing with different ways

2018-10-19 Thread Alex Vong
l...@gnu.org (Ludovic Courtès) writes: > Hello Alex, > > Alex Vong skribis: > >> Btw, I also noticed that the procedure 'flatten' are defined in >> (gnu services telephony), (gnu services web) and (guix import utils). >> [I was about to define my own version of it...] >> I like the version using

Re: [outreach] Help trying to create R package

2018-10-19 Thread Gábor Boskovits
Hello Laura, Laura Lazzati ezt írta (időpont: 2018. okt. 19., P, 20:37): > > On Fri, Oct 19, 2018 at 4:29 AM Gábor Boskovits wrote: > > > > Hello Ricardo, > > > > Ricardo Wurmus ezt írta (időpont: 2018. okt. 19., P > > 9:10): > >> > >> > >> Hi Laura, > >> > >> > with guix environment --pure

Re: [outreach] Help trying to create R package

2018-10-19 Thread Laura Lazzati
On Fri, Oct 19, 2018 at 3:45 PM Gábor Boskovits wrote: > > Hello Laura, > > Laura Lazzati ezt írta (időpont: 2018. > okt. 19., P, 20:37): > > > > On Fri, Oct 19, 2018 at 4:29 AM Gábor Boskovits wrote: > > > > > > Hello Ricardo, > > > > > > Ricardo Wurmus ezt írta (időpont: 2018. okt. 19., P >

Re: 25/65: gnu: Add sbcl-slime-swank.

2018-10-19 Thread Ludovic Courtès
Hi Pierre, m...@ambrevar.xyz (Pierre Neidhardt) skribis: > commit c4d4ae1e16254a96caaeb5ccb4486f301ae4f1b7 > Author: Pierre Neidhardt > Date: Tue Sep 11 22:59:35 2018 +0200 > > gnu: Add sbcl-slime-swank. > > * gnu/packages/lisp.scm (sbcl-slime-swank): New variable. [...] > +

Re: [outreach] Help trying to create R package

2018-10-19 Thread Gábor Boskovits
Hello Laura, Laura Lazzati ezt írta (időpont: 2018. okt. 19., P, 22:35): > > On Fri, Oct 19, 2018 at 3:45 PM Gábor Boskovits wrote: > > > > Hello Laura, > > > > Laura Lazzati ezt írta (időpont: 2018. > > okt. 19., P, 20:37): > > > > > > On Fri, Oct 19, 2018 at 4:29 AM Gábor Boskovits > > >

Re: [outreach] Help trying to create R package

2018-10-19 Thread Laura Lazzati
On Fri, Oct 19, 2018 at 6:25 PM Gábor Boskovits wrote: > > Hello Laura, > > Laura Lazzati ezt írta (időpont: 2018. > okt. 19., P, 22:35): > > > > On Fri, Oct 19, 2018 at 3:45 PM Gábor Boskovits wrote: > > > > > > Hello Laura, > > > > > > Laura Lazzati ezt írta (időpont: 2018. > > > okt. 19.,

Re: [bug#32871] Ruby 2.5, pushing to staging?

2018-10-19 Thread Christopher Baines
Ludovic Courtès writes: > Hi Chris, > > Christopher Baines skribis: > >> Christopher Baines writes: ... >>> Anyway, looking at the contributing guide this is possibly too big of a >>> change to push directly to master, so should I push this to the staging >>> branch? >> >> I've now gone