scalapack: set platform to linux
This commit is contained in:
parent
3dcb8c10f5
commit
06f3676770
@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = http://www.netlib.org/scalapack/;
|
homepage = http://www.netlib.org/scalapack/;
|
||||||
description = "Library of high-performance linear algebra routines for parallel distributed memory machines";
|
description = "Library of high-performance linear algebra routines for parallel distributed memory machines";
|
||||||
license = licenses.bsdOriginal;
|
license = licenses.bsdOriginal;
|
||||||
platforms = platforms.all;
|
platforms = platforms.linux;
|
||||||
maintainers = [ maintainers.costrouc ];
|
maintainers = [ maintainers.costrouc ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user