mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 01:43:15 +00:00
qrupdate: add meta data
This commit is contained in:
parent
4dc8e779f6
commit
ef5a7d4eb3
@ -34,7 +34,10 @@ stdenv.mkDerivation {
|
||||
|
||||
buildInputs = [ gfortran openblas ];
|
||||
|
||||
meta = {
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
meta = with stdenv.lib; {
|
||||
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
Block a user