Add old SLURM, pmix and pmi2 versions

This commit is contained in:
2020-08-17 18:55:01 +02:00
parent 23fa7d8654
commit ecc01e4314
6 changed files with 281 additions and 12 deletions

View File

@@ -58,6 +58,12 @@ stdenv.mkDerivation rec {
patchShebangs ./configure
'';
# postBuild = ''
# pushd contrib/pmi2
# make -j install
# popd
# '';
postInstall = ''
rm -f $out/lib/*.la $out/lib/slurm/*.la
'';