me
/
guix
Archived
1
0
Fork 0

gnu: ntl: Correct license.

* gnu/packages/algebra.scm (ntl)[license]: Set to lgpl2.1+.
[source]: Remove trailing #t in snippet.

Change-Id: Ibfcb520aa7fe71087adf2352b4051185a0d6f11e
master
Andreas Enge 2024-03-19 15:57:02 +01:00
parent 50e3fb1ee9
commit d6a6e832e6
No known key found for this signature in database
GPG Key ID: F7D5C9BF765C61E3
1 changed files with 3 additions and 3 deletions

View File

@ -529,8 +529,7 @@ these types and other mathematical functions.")
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet
'(begin '(begin
(delete-file-recursively "src/libtool-origin") (delete-file-recursively "src/libtool-origin")))))
#t))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
(list libtool perl)) ; for configuration (list libtool perl)) ; for configuration
@ -558,7 +557,8 @@ these types and other mathematical functions.")
"NTL is a C++ library providing data structures and algorithms "NTL is a C++ library providing data structures and algorithms
for manipulating signed, arbitrary length integers, and for vectors, for manipulating signed, arbitrary length integers, and for vectors,
matrices, and polynomials over the integers and over finite fields.") matrices, and polynomials over the integers and over finite fields.")
(license license:gpl2+) (license license:lgpl2.1+) ; Linking with gf2x makes the distributed
; binary de facto gpl3+.
(home-page "https://shoup.net/ntl/"))) (home-page "https://shoup.net/ntl/")))
(define-public singular (define-public singular