forked from mirrors/nixpkgs
scalapack: update meta data
* Set platform from linux -> x86_64-linux Scalapack does not seem to run properly on ARM (failing tests) * Add markuskowa as maintainer
This commit is contained in:
parent
10e5cfd5fc
commit
dbf5135385
|
@ -44,8 +44,8 @@ stdenv.mkDerivation rec {
|
|||
homepage = http://www.netlib.org/scalapack/;
|
||||
description = "Library of high-performance linear algebra routines for parallel distributed memory machines";
|
||||
license = licenses.bsd3;
|
||||
platforms = platforms.linux;
|
||||
maintainers = [ maintainers.costrouc ];
|
||||
platforms = [ "x86_64-linux" ];
|
||||
maintainers = with maintainers; [ costrouc markuskowa ];
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue