liblapack: add myself as a maintainer and enable Hydra builds (in stdenv-updates)
This commit is contained in:
parent
595b8dbab9
commit
a940651968
|
@ -38,7 +38,10 @@ stdenv.mkDerivation {
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Linear Algebra PACKage";
|
description = "Linear Algebra PACKage";
|
||||||
license = "revised-BSD";
|
|
||||||
homepage = "http://www.netlib.org/lapack/";
|
homepage = "http://www.netlib.org/lapack/";
|
||||||
|
license = "revised-BSD";
|
||||||
|
|
||||||
|
platforms = stdenv.lib.platforms.all;
|
||||||
|
maintainers = [ stdenv.lib.maintainers.simons ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -93,6 +93,7 @@ with (import ./release-lib.nix);
|
||||||
qemu_kvm = linux;
|
qemu_kvm = linux;
|
||||||
less = all;
|
less = all;
|
||||||
lftp = all;
|
lftp = all;
|
||||||
|
liblapack = linux;
|
||||||
libtool = all;
|
libtool = all;
|
||||||
libtool_2 = all;
|
libtool_2 = all;
|
||||||
libxml2 = all;
|
libxml2 = all;
|
||||||
|
|
Loading…
Reference in New Issue