forked from mirrors/nixpkgs
maintainers: add raskin to the sage team
https://github.com/NixOS/nixpkgs/pull/104083#issuecomment-729168625
This commit is contained in:
parent
ff8338343b
commit
b7319d2d35
|
@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
|
||||||
inherit version;
|
inherit version;
|
||||||
description = ''Programs for computing automorphism groups of graphs and digraphs'';
|
description = ''Programs for computing automorphism groups of graphs and digraphs'';
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
maintainers = with maintainers; [ raskin ] ++ teams.sage.members;
|
maintainers = teams.sage.members;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
# I'm not sure if the filename will remain the same for future changelog or
|
# I'm not sure if the filename will remain the same for future changelog or
|
||||||
# if it will track changes to minor releases. Lets see. Better than nothing
|
# if it will track changes to minor releases. Lets see. Better than nothing
|
||||||
|
|
|
@ -74,7 +74,7 @@ stdenv.mkDerivation rec {
|
||||||
homepage = "http://pari.math.u-bordeaux.fr";
|
homepage = "http://pari.math.u-bordeaux.fr";
|
||||||
downloadPage = "http://pari.math.u-bordeaux.fr/download.html";
|
downloadPage = "http://pari.math.u-bordeaux.fr/download.html";
|
||||||
license = licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
maintainers = with maintainers; [ ertes raskin AndersonTorres ] ++ teams.sage.members;
|
maintainers = with maintainers; [ ertes AndersonTorres ] ++ teams.sage.members;
|
||||||
platforms = platforms.linux ++ platforms.darwin;
|
platforms = platforms.linux ++ platforms.darwin;
|
||||||
updateWalker = true;
|
updateWalker = true;
|
||||||
};
|
};
|
||||||
|
|
|
@ -108,7 +108,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A CAS for polynomial computations";
|
description = "A CAS for polynomial computations";
|
||||||
maintainers = with maintainers; [ raskin ] ++ teams.sage.members;
|
maintainers = teams.sage.members;
|
||||||
# 32 bit x86 fails with some link error: `undefined reference to `__divmoddi4@GCC_7.0.0'`
|
# 32 bit x86 fails with some link error: `undefined reference to `__divmoddi4@GCC_7.0.0'`
|
||||||
platforms = subtractLists platforms.i686 platforms.unix;
|
platforms = subtractLists platforms.i686 platforms.unix;
|
||||||
license = licenses.gpl3; # Or GPLv2 at your option - but not GPLv4
|
license = licenses.gpl3; # Or GPLv2 at your option - but not GPLv4
|
||||||
|
|
|
@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = ''A collection of routines for representation theory and combinatorics'';
|
description = ''A collection of routines for representation theory and combinatorics'';
|
||||||
license = licenses.isc;
|
license = licenses.isc;
|
||||||
maintainers = with maintainers; [raskin] ++ teams.sage.members;
|
maintainers = teams.sage.members;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
homepage = "https://gitlab.com/sagemath/symmetrica";
|
homepage = "https://gitlab.com/sagemath/symmetrica";
|
||||||
};
|
};
|
||||||
|
|
|
@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
|
||||||
description = ''A library for arbitrary-precision interval arithmetic'';
|
description = ''A library for arbitrary-precision interval arithmetic'';
|
||||||
homepage = "http://arblib.org/";
|
homepage = "http://arblib.org/";
|
||||||
license = stdenv.lib.licenses.lgpl21Plus;
|
license = stdenv.lib.licenses.lgpl21Plus;
|
||||||
maintainers = with maintainers; [ raskin ] ++ teams.sage.members;
|
maintainers = teams.sage.members;
|
||||||
platforms = stdenv.lib.platforms.unix;
|
platforms = stdenv.lib.platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
|
||||||
inherit version;
|
inherit version;
|
||||||
description = ''An implementation of the Double Description Method for generating all vertices of a convex polyhedron'';
|
description = ''An implementation of the Double Description Method for generating all vertices of a convex polyhedron'';
|
||||||
license = licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
maintainers = with maintainers; [raskin] ++ teams.sage.members;
|
maintainers = teams.sage.members;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
homepage = "https://www.inf.ethz.ch/personal/fukudak/cdd_home/index.html";
|
homepage = "https://www.inf.ethz.ch/personal/fukudak/cdd_home/index.html";
|
||||||
};
|
};
|
||||||
|
|
|
@ -41,7 +41,7 @@ stdenv.mkDerivation rec {
|
||||||
description = ''Elliptic curve tools'';
|
description = ''Elliptic curve tools'';
|
||||||
homepage = "https://github.com/JohnCremona/eclib";
|
homepage = "https://github.com/JohnCremona/eclib";
|
||||||
license = licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
maintainers = with maintainers; [ raskin ] ++ teams.sage.members;
|
maintainers = teams.sage.members;
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -52,7 +52,7 @@ stdenv.mkDerivation rec {
|
||||||
inherit version;
|
inherit version;
|
||||||
description = ''Finite Field Linear Algebra Subroutines'';
|
description = ''Finite Field Linear Algebra Subroutines'';
|
||||||
license = licenses.lgpl21Plus;
|
license = licenses.lgpl21Plus;
|
||||||
maintainers = with maintainers; [ raskin ] ++ teams.sage.members;
|
maintainers = teams.sage.members;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
homepage = "https://linbox-team.github.io/fflas-ffpack/";
|
homepage = "https://linbox-team.github.io/fflas-ffpack/";
|
||||||
};
|
};
|
||||||
|
|
|
@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
|
||||||
"https://groups.google.com/forum/#!searchin/fplll-devel/FPLLL$20${version}"
|
"https://groups.google.com/forum/#!searchin/fplll-devel/FPLLL$20${version}"
|
||||||
];
|
];
|
||||||
license = licenses.lgpl21Plus;
|
license = licenses.lgpl21Plus;
|
||||||
maintainers = with maintainers; [raskin] ++ teams.sage.members;
|
maintainers = teams.sage.members;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
|
||||||
description = ''Routines for fast arithmetic in GF(2)[x]'';
|
description = ''Routines for fast arithmetic in GF(2)[x]'';
|
||||||
homepage = "http://gf2x.gforge.inria.fr";
|
homepage = "http://gf2x.gforge.inria.fr";
|
||||||
license = licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
maintainers = with maintainers; [ raskin ] ++ teams.sage.members;
|
maintainers = teams.sage.members;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue