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/;
|
||||
description = "Library of high-performance linear algebra routines for parallel distributed memory machines";
|
||||
license = licenses.bsdOriginal;
|
||||
platforms = platforms.all;
|
||||
platforms = platforms.linux;
|
||||
maintainers = [ maintainers.costrouc ];
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue