scalapack: backport patch for CMake 4

Co-authored-by: Guilhem Saurel <guilhem.saurel@laas.fr>
This commit is contained in:
Emily
2025-09-19 16:29:10 +01:00
co-authored by Guilhem Saurel
parent f6a2efdec8
commit da4e2b7aec
+6
View File
@@ -33,6 +33,12 @@ stdenv.mkDerivation rec {
url = "https://github.com/Reference-ScaLAPACK/scalapack/commit/76cc1ed3032e9a4158a4513c9047c3746b269f04.patch";
hash = "sha256-kmllLa9GUeTrHRYeS0yIk9I8LwaIoEytdyQGRuinn3A=";
})
(fetchpatch {
name = "scalapack-fix-cmake-4.patch";
url = "https://github.com/Reference-ScaLAPACK/scalapack/commit/c3d6b22b0032fd2b8772d99c2239c18473e197a7.patch";
hash = "sha256-935KtaqPO2cghbD9Z8YMxGGOQJo1D1LqTje6/IL4bGI=";
})
];
# Required to activate ILP64.