Fix mpich cross compilation and clean up tagaspi #213

Manually merged
abonerib merged 7 commits from abonerib/jungle:fix/cross-mpich into master 2025-10-31 16:27:20 +01:00
2 changed files with 2 additions and 0 deletions
Showing only changes of commit 86eb796771 - Show all commits

View File

@ -70,5 +70,6 @@ stdenv.mkDerivation rec {
maintainers = with lib.maintainers.bsc; [ rarias ];
platforms = lib.platforms.linux;
license = lib.licenses.gpl3Plus;
cross = false; # infiniband detection does not work
rarias marked this conversation as resolved Outdated

Can we add a comment here on why is broken? Maybe also in the --with-mpi=yes above.

Can we add a comment here on why is broken? Maybe also in the `--with-mpi=yes` above.
};
}

View File

@ -56,5 +56,6 @@ stdenv.mkDerivation rec {
maintainers = with lib.maintainers.bsc; [ rarias ];
platforms = lib.platforms.linux;
license = lib.licenses.gpl3Plus;
cross = false; # gpi-2 cannot cross
};
}