Merge pull request #316430 from markuskowa/fix-hdf5-fortran

hdf5-fortran: move F90 mod files to dev; and remove refs to gfortran
This commit is contained in:
Markus Kowalewski 2024-06-03 19:11:31 +00:00 committed by GitHub
commit fe86113984
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -103,6 +103,12 @@ stdenv.mkDerivation rec {
mv "$file" "''${file%%-shared}"
done
popd
'' + lib.optionalString fortranSupport
''
mv $out/mod/shared $dev/include
rm -r $out/mod
find "$out" -type f -exec remove-references-to -t ${fortran} '{}' +
'';
enableParallelBuilding = true;