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:
Markus Kowalewski 2019-02-06 13:12:39 +01:00
parent 10e5cfd5fc
commit dbf5135385
No known key found for this signature in database
GPG key ID: 502A248E3FB4FF48

View file

@ -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 ];
};
}