6 buildOctavePackage rec {
7 pname = "linear-algebra";
11 url = "mirror://sourceforge/octave/${pname}-${version}.tar.gz";
12 sha256 = "1wwjpxp9vjc6lszh0z3kgy4hyzpib8rvvh6b74ijh9qk9r9nmvjk";
16 homepage = "https://octave.sourceforge.io/linear-algebra/index.html";
17 license = with licenses; [ gpl3Plus lgpl3Plus ];
18 # They claim to have a FreeBSD license, but none of their code seems to have it.
19 maintainers = with maintainers; [ KarlJoad ];
20 description = "Additional linear algebra code, including matrix functions";