gnu: scalapack: Use 'non-copyleft' as the license.
* gnu/packages/maths.scm (scalapack)[license]: Use LICENSE:NON-COPYLEFT.
This commit is contained in:
parent
4f6172f1c5
commit
adb223b8ba
|
@ -605,7 +605,7 @@ problems in numerical linear algebra.")
|
|||
routines on parallel distributed memory machines. ScaLAPACK solves dense and
|
||||
banded linear systems, least squares problems, eigenvalue problems, and
|
||||
singular value problems.")
|
||||
(license (license:bsd-style "file://LICENSE"
|
||||
(license (license:non-copyleft "file://LICENSE"
|
||||
"See LICENSE in the distribution."))))
|
||||
|
||||
(define-public gnuplot
|
||||
|
|
Loading…
Reference in New Issue