[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 2/4] gnu: Add scotch package.
From: |
Ludovic Courtès |
Subject: |
Re: [PATCH 2/4] gnu: Add scotch package. |
Date: |
Sat, 17 May 2014 12:40:30 +0200 |
User-agent: |
Gnus/5.130009 (Ma Gnus v0.9) Emacs/24.3 (gnu/linux) |
Eric Bavier <address@hidden> skribis:
> From 1fad4e1e207870c3e5aab2dc6c17fdfa6e0cb404 Mon Sep 17 00:00:00 2001
> From: Eric Bavier <address@hidden>
> Date: Sat, 17 May 2014 00:30:13 -0500
> Subject: [PATCH 2/4] gnu: Add scotch package.
>
> * gnu/packages/maths.scm (scotch): New variable.
> * gnu/packages/patches/scotch-test-threading.patch: New patch.
> * gnu-system.am (dist_patch_DATA): Add it.
Looks good to me.
> + (license (license:fsf-free "file://LICENSE_en.txt"))))
I would use
<http://www.cecill.info/licences/Licence_CeCILL-C_V1-en.html> as the
URL. (My understanding is that it’s a weak copyleft license, like
LGPL.)
OK to push with this change.
Thanks,
Ludo’.