Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

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

+2 -2
+2 -2
pkgs/development/libraries/science/math/scalapack/default.nix
··· 44 homepage = http://www.netlib.org/scalapack/; 45 description = "Library of high-performance linear algebra routines for parallel distributed memory machines"; 46 license = licenses.bsd3; 47 - platforms = platforms.linux; 48 - maintainers = [ maintainers.costrouc ]; 49 }; 50 51 }
··· 44 homepage = http://www.netlib.org/scalapack/; 45 description = "Library of high-performance linear algebra routines for parallel distributed memory machines"; 46 license = licenses.bsd3; 47 + platforms = [ "x86_64-linux" ]; 48 + maintainers = with maintainers; [ costrouc markuskowa ]; 49 }; 50 51 }