Re: [PATCH 2/2] gnu: Add Mlucas.

2015-11-06 Thread Andreas Enge
Hello! I must admit I was put off looking at this patch by the addition of the flags system, of which I do not understand the justification. Basically, it seems to be an additional layer on top of what we already have in our different build systems. We have #:configure-flags and #:make-flags, and

Re: [PATCH 2/2] gnu: Add Mlucas.

2015-11-05 Thread Ludovic Courtès
Alex Vong skribis: > From 876bbbeafaa2dae8e584820645ca21efecf6ae7c Mon Sep 17 00:00:00 2001 > From: Alex Vong > Date: Sun, 25 Oct 2015 00:18:29 +0800 > Subject: [PATCH 2/2] gnu: Add Mlucas. > > * gnu/packages/mlucas.scm: New file. > * gnu-system.am (GNU_SYSTEM_MODULES):

Re: [PATCH 2/2] gnu: Add Mlucas.

2015-11-05 Thread Ludovic Courtès
Paul van der Walt skribis: > On 2015-10-26 at 12:49, quoth Alex Vong: >> I don't know there is maths.scm! Is there a general guideline on where >> to put new package definition? For example, putting elisp packages in >> emacs.scm is pretty obvious but how about other cases? > > I am far from the

[PATCH 2/2] gnu: Add Mlucas.

2015-10-31 Thread Alex Vong
From 00c6dce0002c07a1fecbe5d53724d0e6379b Mon Sep 17 00:00:00 2001 From: Alex Vong Date: Sat, 31 Oct 2015 19:50:50 +0800 Subject: [PATCH 2/2] gnu: Add Mlucas. * gnu/packages/maths.scm (mlucas): New variable. --- gnu/packages/maths.scm | 68

Re: [PATCH 2/2] gnu: Add Mlucas.

2015-10-26 Thread Paul van der Walt
On 2015-10-26 at 12:49, quoth Alex Vong: > I don't know there is maths.scm! Is there a general guideline on where > to put new package definition? For example, putting elisp packages in > emacs.scm is pretty obvious but how about other cases? I am far from the right person to be answering this qu

Re: [PATCH 2/2] gnu: Add Mlucas.

2015-10-26 Thread Alex Vong
2015-10-25 at 07:12, quoth Alex Vong: >> Subject: [PATCH 2/2] gnu: Add Mlucas. >> >> ... >> >> * gnu/packages/mlucas.scm: New file. > > I'm not an expert, and i'm not 100% sure on this so it's an honest > question, but does this application reall

Re: [PATCH 2/2] gnu: Add Mlucas.

2015-10-26 Thread Paul van der Walt
Hello Alex, On 2015-10-25 at 07:12, quoth Alex Vong: > Subject: [PATCH 2/2] gnu: Add Mlucas. > > ... > > * gnu/packages/mlucas.scm: New file. I'm not an expert, and i'm not 100% sure on this so it's an honest question, but does this application really deserve

[PATCH 2/2] gnu: Add Mlucas.

2015-10-24 Thread Alex Vong
From 876bbbeafaa2dae8e584820645ca21efecf6ae7c Mon Sep 17 00:00:00 2001 From: Alex Vong Date: Sun, 25 Oct 2015 00:18:29 +0800 Subject: [PATCH 2/2] gnu: Add Mlucas. * gnu/packages/mlucas.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Register it. --- gnu-system.am | 1 + gnu