I noticed openmpi nixpkgs they use targetPacages.gfortran or gfortran daf6dc47aa/pkgs/by-name/op/openmpi/package.nix (L189)
osu micro bencharks breaks since it uses:
configureFlags = [
"CC=mpicc"
"CXX=mpicxx"
];
With the patch to do CC=${CC:-gcc} mpicc references itself...
Not sure if your use case can be satisfied by rarias/jungle#211. If so, I would prefer generating a flake.nix on disk so we can go back to the same shell in the…
I assume with hydra you will be testing newer commits
Yes, but, right now I only track select repos (and have excluded cross-compilation entirely for the rolling tests)
Do we want to…
You are correct, I think crossSet should be all the packages that should theoretically be possible to cross-compile (opt-out) and crossList should the subset that we care about and are used in…