scalapack: propagate blas and lapack

propagation of blas and lapack is required by scalapack.pc.
This commit is contained in:
qbisi
2025-09-23 15:46:03 +08:00
parent f3b0aa4349
commit e6bb9a1e55
+4 -2
View File
@@ -57,12 +57,14 @@ stdenv.mkDerivation (finalAttrs: {
];
nativeBuildInputs = [ cmake ];
nativeCheckInputs = [ mpiCheckPhaseHook ];
buildInputs = [
propagatedBuildInputs = [
blas
lapack
mpi
];
propagatedBuildInputs = [ mpi ];
# xslu and xsllt tests seem to time out on x86_64-darwin.
# this line is left so those who force installation on x86_64-darwin can still build