Commit e6bb9a1e authored by qbisi's avatar qbisi
Browse files

scalapack: propagate blas and lapack

propagation of blas and lapack is required by scalapack.pc.
parent f3b0aa43
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -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