qrupdate: add meta data
This commit is contained in:
parent
4dc8e779f6
commit
ef5a7d4eb3
|
@ -34,7 +34,10 @@ stdenv.mkDerivation {
|
||||||
|
|
||||||
buildInputs = [ gfortran openblas ];
|
buildInputs = [ gfortran openblas ];
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
platforms = stdenv.lib.platforms.unix;
|
description = "Library for fast updating of qr and cholesky decompositions";
|
||||||
|
homepage = https://sourceforge.net/projects/qrupdate/;
|
||||||
|
license = licenses.gpl3;
|
||||||
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue