scalapack: propagate blas and lapack
propagation of blas and lapack is required by scalapack.pc.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user