Re: [PATCH] Add Julia.

2015-03-23 Thread Mark H Weaver
Ricardo Wurmus writes: > From 41550ffafa8da05b2cf8dfad66d44e6f43c9042c Mon Sep 17 00:00:00 2001 > From: Ricardo Wurmus > Date: Fri, 20 Mar 2015 11:26:23 +0100 > Subject: [PATCH 2/2] gnu: Add Julia. > > * gnu/packages/julia.scm: New file. > * gnu-system.am (GNU_SYSTEM_MODULES): Add it. Hydra was

Re: wip-http-pipelining needs testing!

2015-03-23 Thread Ludovic Courtès
l...@gnu.org (Ludovic Courtès) skribis: > Last month Mark installed Nginx on Hydra, with proper caching of > narinfos. After some debugging, wip-http-pipelining is now in a good > shape: it has performance comparable to what we currently have, *and* > it’s single-threaded and shows a progress rep

Using the daemon’s default settings

2015-03-23 Thread Ludovic Courtès
Mark H Weaver skribis: > Ludovic Courtès writes: > >> commit 4d58122071bbd7bb56c9658a9bbe7621bf3e423d >> Author: Ludovic Courtès >> Date: Sun Mar 22 23:43:25 2015 +0100 >> >> store: Default to a non-empty list of substituters. >> >> Fixes . >> Repor

Re: 05/05: store: Default to a non-empty list of substituters.

2015-03-23 Thread Mark H Weaver
Ludovic Courtès writes: > commit 4d58122071bbd7bb56c9658a9bbe7621bf3e423d > Author: Ludovic Courtès > Date: Sun Mar 22 23:43:25 2015 +0100 > > store: Default to a non-empty list of substituters. > > Fixes . > Reported by Mark H Weaver . > >

Re: Calibre phones home without asking, and offers to update itself

2015-03-23 Thread Ludovic Courtès
Mark H Weaver skribis: > This raises a few problems: > > * It's automatically phoning home on launch without my consent, which is > a breach of privacy. > > * I don't know exactly what would happen if I let it attempt to update > itself, but since upstream Calibre includes non-free software (

Re: [PATCH 2/2] gnu: sdl: Explicity use mesa as OpenGL driver.

2015-03-23 Thread 宋文武
Ludovic Courtès writes: > 宋文武 skribis: > >> * gnu/packages/sdl.scm (sdl)[arguments]<#:configure-flags>: Add >> 'LDFLAGS=-lGL'. > > [...] > >> #:configure-flags '("--disable-alsa-shared" >> "--disable-pulseaudio-shared" >> - "--disab

Re: [PATCH 1/2] gnu: sdl: Allow dlopen for OpenGL.

2015-03-23 Thread 宋文武
Ludovic Courtès writes: > 宋文武 skribis: > >> Fixes a regression introduced in 666aa99. >> Reported by Felipe López and David Thompson. >> >> * gnu/packages/sdl.scm (sdl)[inputs]: Add glu. >> [arguments]<#:configure-flags>: Replace '--disable-sdl-dlopen' with >> '--disable-alsa-shared --disabl

Re: Texlive

2015-03-23 Thread Federico Beffa
On Mon, Mar 16, 2015 at 5:51 PM, Ludovic Courtès wrote: > I think the problem here is really that TeX Live is monolithic, and I > don’t think that should be addressed by the packaging tools themselves. The main TeX Live installer may make it look like it is monolithic, but it isn't monolithic at

Re: [PATCH] Add Julia.

2015-03-23 Thread Ludovic Courtès
Ricardo Wurmus skribis: > The release tarball comes with all dependencies bundled, but I tried > hard to make it build against system libraries. This didn't always > work, unfortunately. > > libuv : Julia comes with a modified version of libuv and it won't build > with our libuv package

Re: [PATCH] Remove unused patchelf inputs

2015-03-23 Thread Ludovic Courtès
Mark H Weaver skribis: > I was puzzled to find three occurrences of 'patchelf' in packages that > do not appear to use it. The packages build successfully with this > patch, and I don't see any missing rpaths in the resulting outputs. I > also don't see anything that would use 'patchelf' in tho

Re: [PATCH] gnu: python: Do not use patchelf

2015-03-23 Thread Ludovic Courtès
Mark H Weaver skribis: > Since we lack a working 'patchelf' on ARM, and since 'patchelf' > currently fails its test suite on MIPS, I hope to eliminate all > unnecessary uses of 'patchelf' in Guix. This patch is the first step, > which I hope will bring our non-Intel ports back from the dead. Ex