raxml: cleanup
This commit is contained in:
parent
9daf938d37
commit
a8d360eca3
@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "1jqjzhch0rips0vp04prvb8vmc20c5pdmsqn8knadcf91yy859fh";
|
sha256 = "1jqjzhch0rips0vp04prvb8vmc20c5pdmsqn8knadcf91yy859fh";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = if mpi then [ pkgs.openmpi ] else [];
|
buildInputs = stdenv.lib.optionals mpi [ pkgs.openmpi ];
|
||||||
|
|
||||||
# TODO darwin, AVX and AVX2 makefile targets
|
# TODO darwin, AVX and AVX2 makefile targets
|
||||||
buildPhase = if mpi then ''
|
buildPhase = if mpi then ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user