openblas: add ttuegel as maintainer

This commit is contained in:
Thomas Tuegel 2014-08-29 10:02:39 -05:00
parent 9ade2dfa3c
commit 634b9ae6d4
3 changed files with 9 additions and 6 deletions

View File

@ -27,10 +27,11 @@ stdenv.mkDerivation rec {
makeFlags = "${if target != "" then "TARGET=" else ""}${target} FC=gfortran CC=cc PREFIX=\"\$(out)\" INTERFACE64=1";
meta = {
meta = with stdenv.lib; {
description = "Basic Linear Algebra Subprograms";
license = stdenv.lib.licenses.bsd3;
license = licenses.bsd3;
homepage = "https://github.com/xianyi/OpenBLAS";
platforms = [ "x86_64-linux" ];
maintainers = with maintainers; [ ttuegel ];
};
}

View File

@ -27,10 +27,11 @@ stdenv.mkDerivation rec {
makeFlags = "${if target != "" then "TARGET=" else ""}${target} FC=gfortran CC=cc PREFIX=\"\$(out)\"";
meta = {
meta = with stdenv.lib; {
description = "Basic Linear Algebra Subprograms";
license = stdenv.lib.licenses.bsd3;
license = licenses.bsd3;
homepage = "https://github.com/xianyi/OpenBLAS";
platforms = [ "x86_64-linux" ];
maintainers = with maintainers; [ ttuegel ];
};
}

View File

@ -27,10 +27,11 @@ stdenv.mkDerivation rec {
makeFlags = "${if target != "" then "TARGET=" else ""}${target} FC=gfortran CC=cc PREFIX=\"\$(out)\" INTERFACE64=1";
meta = {
meta = with stdenv.lib; {
description = "Basic Linear Algebra Subprograms";
license = stdenv.lib.licenses.bsd3;
license = licenses.bsd3;
homepage = "https://github.com/xianyi/OpenBLAS";
platforms = [ "x86_64-linux" ];
maintainers = with maintainers; [ ttuegel ];
};
}