openmpi: ensure that fortran .mod files are in dev output (#505003)

This commit is contained in:
Markus Kowalewski
2026-03-31 11:11:53 +00:00
committed by GitHub
+4
View File
@@ -199,6 +199,10 @@ stdenv.mkDerivation (finalAttrs: {
''
find $out/lib/ -name "*.la" -exec rm -f \{} \;
# Fortran .mod files end up in bin output.
# Force all headers into the dev output .
moveToOutput "include/" "''${!outputDev}"
# The main wrapper that all the rest of the commonly used binaries are
# symlinked to
moveToOutput "bin/opal_wrapper" "''${!outputDev}"