mctc-lib: use openmpCheckPhaseHook

This commit is contained in:
Grimmauld
2026-06-26 18:43:37 +02:00
parent cd137f1c88
commit 576031cf3c
+2
View File
@@ -10,6 +10,7 @@
pkg-config,
python3,
jonquil,
openmpCheckPhaseHook,
}:
assert (
@@ -43,6 +44,7 @@ stdenv.mkDerivation (finalAttrs: {
gfortran
pkg-config
python3
openmpCheckPhaseHook
]
++ lib.optionals (buildType == "meson") [
meson