Re: [PATCH] gnu: Add coda.

2016-10-25 Thread Ludovic Courtès
Thomas Danckaert skribis: > From 56ba046e6c176e8f1109bb28ab75a586daa287db Mon Sep 17 00:00:00 2001 > From: Thomas Danckaert > Date: Tue, 25 Oct 2016 10:56:46 +0200 > Subject: [PATCH] gnu: coda: Remove bundled libraries. > > * gnu/packages/maths.scm (coda): Remove bundled libraries. > [source]: A

Re: [PATCH] gnu: Add coda.

2016-10-25 Thread Thomas Danckaert
Thanks for applying! From: l...@gnu.org (Ludovic Courtès) Subject: Re: [PATCH] gnu: Add coda. Date: Mon, 24 Oct 2016 23:24:17 +0200 > However I noticed that Coda bundles copies of zlib, pcre, and expat. I hadn't noticed that. I've attached a patch. cheers,

Re: [PATCH] gnu: Add coda.

2016-10-24 Thread Ludovic Courtès
Thomas Danckaert skribis: > From: l...@gnu.org (Ludovic Courtès) > Subject: Re: [PATCH] gnu: Add coda. > Date: Wed, 19 Oct 2016 22:13:42 +0200 > >>> +(native-search-paths >>> + (list (search-path-specification >>> +(variable "

Re: [PATCH] gnu: Add coda.

2016-10-21 Thread Thomas Danckaert
From: l...@gnu.org (Ludovic Courtès) Subject: Re: [PATCH] gnu: Add coda. Date: Wed, 19 Oct 2016 22:13:42 +0200 +(native-search-paths + (list (search-path-specification +(variable "PYTHONPATH") +(files '("lib/python3.4/site-packages"))

Re: [PATCH] gnu: Add coda.

2016-10-19 Thread Ludovic Courtès
10688b9d0fc71 Mon Sep 17 00:00:00 2001 > From: Thomas Danckaert > Date: Wed, 19 Oct 2016 11:44:33 +0200 > Subject: [PATCH] gnu: Add coda. > > * gnu/packages/maths.scm (coda): New variable. [...] > +(native-search-paths > + (list (search-path-specification

[PATCH] gnu: Add coda.

2016-10-19 Thread Thomas Danckaert
able “python” is not available when the build expression is turned into a derivation, as far as I understand it?). Advice welcome. Thomas >From edb38dfcc09afdef4279728c84d10688b9d0fc71 Mon Sep 17 00:00:00 2001 From: Thomas Danckaert Date: Wed, 19 Oct 2016 11:44:33 +0200 Subject: [PATCH] gnu: Ad