~ruther/guix-local

3c524f21538e0a2c738cc4584a533ddf34bb0100 — Tobias Geerinckx-Rice 8 years ago 94a1eb9
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.
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/maths.scm
M gnu/packages/maths.scm => gnu/packages/maths.scm +1 -1
@@ 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)