guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: flint: Add a comment about the licence.


From: guix-commits
Subject: branch master updated: gnu: flint: Add a comment about the licence.
Date: Sat, 08 Aug 2020 15:24:32 -0400

This is an automated email from the git hooks/post-receive script.

nckx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 2d80caa  gnu: flint: Add a comment about the licence.
2d80caa is described below

commit 2d80caa86c5450938ec859fcab593bff9e4ceef4
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Aug 8 13:47:03 2020 +0200

    gnu: flint: Add a comment about the licence.
    
    * gnu/packages/algebra.scm (flint): Note the upstream licence change/fix.
    
    Reported by Max Horn <max@quendi.de>.
---
 gnu/packages/algebra.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/algebra.scm b/gnu/packages/algebra.scm
index 35f6941..2fca9ec 100644
--- a/gnu/packages/algebra.scm
+++ b/gnu/packages/algebra.scm
@@ -440,6 +440,8 @@ or text interfaces) or as a C++ library.")
 (define-public flint
   (package
    (name "flint")
+   ;; When updating this package, change its licence to lgpl2.1+.
+   ;; https://github.com/wbhart/flint2/issues/812
    (version "2.6.2")
    (source
     (origin



reply via email to

[Prev in Thread] Current Thread [Next in Thread]