Compare commits

...

1 Commits

Author SHA1 Message Date
100e4e7029
Fix osu cross-compilation
Some checks failed
CI / build:cross (pull_request) Failing after 19s
CI / build:all (pull_request) Failing after 23s
2025-10-31 11:53:54 +01:00

View File

@ -32,6 +32,11 @@ stdenv.mkDerivation rec {
"CXX=mpicxx"
];
env = {
MPICH_CC="${stdenv.cc}/bin/${stdenv.cc.targetPrefix}cc";
MPICH_CXX="${stdenv.cc}/bin/${stdenv.cc.targetPrefix}++";
};
postInstall = ''
mkdir -p $out/bin
for f in $(find $out -executable -type f); do