Unverified Commit f5490d7f authored by Markus Kowalewski's avatar Markus Kowalewski Committed by GitHub
Browse files

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

parents 140256a4 9a4da9a6
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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}"