Packaging
Reproducible builds and packaging for Fortran systems and their dependency stacks.
Categories:
A Fortran build that only works on one engineer’s machine is a liability. We package Fortran systems so the same binary you tested is the binary that ships — and so the next person can build it five years from now without you in the room.
Where we add value
- Containerised builds with pinned compilers and dependencies (HDF5, NetCDF, MPI, BLAS / LAPACK, vendor libraries).
- Versioned, reproducible artefacts — same inputs, same output, every time.
- Deploy packages that drop into your existing infrastructure rather than demanding a rewrite of it.
- Build-system rationalisation when the existing Makefiles / scripts have grown organically over decades.