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.
This commit is contained in:
parent
94a1eb96d3
commit
3c524f2153
|
@ -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
|
The emphasis of the software is on methods and techniques appropriate for
|
||||||
problems in which the associated matrices are sparse, for example, those
|
problems in which the associated matrices are sparse, for example, those
|
||||||
arising after the discretization of partial differential equations.")
|
arising after the discretization of partial differential equations.")
|
||||||
(license license:lgpl3)))
|
(license license:bsd-2)))
|
||||||
|
|
||||||
(define-public slepc-complex
|
(define-public slepc-complex
|
||||||
(package (inherit slepc)
|
(package (inherit slepc)
|
||||||
|
|
Loading…
Reference in New Issue