blas: propagate openmpCheckPhaseHook

(cherry picked from commit df838c503e)
This commit is contained in:
Grimmauld
2026-06-26 17:53:36 +02:00
committed by Martin Weinelt
parent ae16e56853
commit 04a27bf02f

View File

@@ -3,6 +3,7 @@
stdenv,
lapack-reference,
openblas,
openmpCheckPhaseHook,
isILP64 ? false,
blasProvider ? openblas,
}:
@@ -186,6 +187,10 @@ stdenv.mkDerivation {
"dev"
];
propagatedNativeBuildInputs = [
openmpCheckPhaseHook
];
meta = (blasProvider'.meta or { }) // {
description = "${lib.getName blasProvider} with just the BLAS C and FORTRAN ABI";
};