Re: Cuirass news

2018-02-13 Thread Danny Milosavljevic
Hi Ludo, On Sat, 10 Feb 2018 12:18:56 +0100 l...@gnu.org (Ludovic Courtès) wrote: > Thinking about it, it wouldn’t matter that HTTP requests are processed > sequentially if database queries run really fast. I’m not sure if we > can achieve it. WDYT? That depends on how fast. But it should be

core-updates

2018-02-13 Thread Ricardo Wurmus
Hey, I’ve requested a new evaluation of core-updates on hydra because sbcl and a few other packages have since been fixed. This should show us fewer packages that we need to worry about before merging core-updates. -- Ricardo GPG: BCA6 89B6 3655 3801 C3C6 2150 197A 5888 235F ACAC https://eleph

heads-up: Haskell updates

2018-02-13 Thread Ricardo Wurmus
Hi Guix, I’ve just pushed a very large number of updates to Haskell packages and switched to GHC 8 as the default. I have built almost all of these updated packages and some packages that depend on them, including r-rmarkdown, hisat, darcs, xmonad, and r-rcas. One notable exception is idris — I

pull: Update the %sbindir variable in (guix config) when building.

2018-02-13 Thread Diego Nicola Barbato
Hello Guix, The attached patch is supposed to fix . I am posting this here and not on guix-patches as I am not familiar with the internals of guix and do not know what the intended behaviour of this was. I have checked that it actually fixes the problem. However I do

Re: Let's fix core-updates!

2018-02-13 Thread Ricardo Wurmus
Ricardo Wurmus writes: > Marius Bakke writes: > >> * SBCL: >> >> I don't know anything about this package, so not sure what to do about >> it. It has 45 dependents, including MATE, so merging without it is not >> great. I tr

Re: [PATCH] Add SELinux policy for guix-daemon.

2018-02-13 Thread Catonano
2018-01-25 17:17 GMT+01:00 Ricardo Wurmus : > Hi Guix, > > attached is a patch that adds an SELinux policy for the guix-daemon. > The policy defines the guix_daemon_t domain and specifies what labels > may be accessed and how by processes running in that domain. > > These file labels are defined:

GNU Guix is participating in Outreachy!

2018-02-13 Thread Ricardo Wurmus
Good news everyone: our application to participate in Outreachy has been approved! We already have two approved project proposals on our community page with two mentors: https://www.outreachy.org/2018-may-august/communities/gnu-guix/ You are welcome to pass the above URL to eligible people wh

Re: [PATCH] Add SELinux policy for guix-daemon.

2018-02-13 Thread Ricardo Wurmus
Catonano writes: > While processing > > guix build --no-grafts --check hello > > I got some violations, an example follows > > SELinux impedisce a .guix-real un accesso write su sock_file > /var/guix/daemon-socket/socket. Ah, the wrapper! I suppose we need to either merge the wrapper change (n

Re: GNU Guix is participating in Outreachy!

2018-02-13 Thread Gábor Boskovits
2018-02-12 17:15 GMT+01:00 Ricardo Wurmus : > Good news everyone: > > our application to participate in Outreachy has been approved! > > We already have two approved project proposals on our community page > with two mentors: > > https://www.outreachy.org/2018-may-august/communities/gnu-guix/ >

Re: [PATCH] Add SELinux policy for guix-daemon.

2018-02-13 Thread Efraim Flashner
Should etc/guix-daemon.cil be added to .gitignore? -- Efraim Flashner אפרים פלשנר GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted signature.asc Description: PGP signature

Re: Let's fix core-updates!

2018-02-13 Thread Efraim Flashner
On Sat, Feb 10, 2018 at 11:26:03PM +0100, Ricardo Wurmus wrote: > > Ricardo Wurmus writes: > > > Marius Bakke writes: > > > >> * SBCL: > >> > >> > >> I don't know anything about this package, so not sure what to do about > >>

Re: [PATCH] Add SELinux policy for guix-daemon.

2018-02-13 Thread Leo Famulari
On Tue, Feb 13, 2018 at 09:46:53PM +0200, Efraim Flashner wrote: > Should etc/guix-daemon.cil be added to .gitignore? Yes, rekado confirmed this to me yesterday on #guix. Can you do it? :) signature.asc Description: PGP signature

About guix system init

2018-02-13 Thread Rene
Hello, I am currently running 'guix system init doc/os-config-hurd.scm /guix' on Debian/Hurd; Some of the things that I have observed: * Only the directories '/gnu/store' and 'var' are populated. * The directories: bin, etc, home, mnt, root, run and tmp are created but without configuration.

Do you use packages in Guix to run neural networks?

2018-02-13 Thread Fis Trivial
> > It depends. The frontier between data and code is not as clear as it may > seem. An example: the weights of a trained neural network can be seen as > data (a bunch of numbers), but also as code for a special-purpose > processor defined by the neural network. > > Starting from that example, con

Re: Do you use packages in Guix to run neural networks?

2018-02-13 Thread Pjotr Prins
On Wed, Feb 14, 2018 at 04:43:50AM +, Fis Trivial wrote: > Sorry for bothering with a completely unrelated topic. > I'm curious do you train neural network with packages in Guix? Or did > you packaged related libraries yourself? > > I would love to let guix handle all machine learning librarie

Re: Do you use packages in Guix to run neural networks?

2018-02-13 Thread Fis Trivial
> On Wed, Feb 14, 2018 at 04:43:50AM +, Fis Trivial wrote: >> Sorry for bothering with a completely unrelated topic. >> I'm curious do you train neural network with packages in Guix? Or did >> you packaged related libraries yourself? >> >> I would love to let guix handle all machine learning