me
/
guix
Archived
1
0
Fork 0

gnu: slepc: Update licence.

SLEPc has been released under a 2-clause BSD licence since version 3.8.

* gnu/packages/maths.scm (slepc)[licence]: Switch to bsd-2.
master
Tobias Geerinckx-Rice 2018-01-28 23:22:08 +01:00
parent 94a1eb96d3
commit 3c524f2153
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -1676,7 +1676,7 @@ as well as other related problems such as the singular value decomposition.
The emphasis of the software is on methods and techniques appropriate for
problems in which the associated matrices are sparse, for example, those
arising after the discretization of partial differential equations.")
(license license:lgpl3)))
(license license:bsd-2)))
(define-public slepc-complex
(package (inherit slepc)