raxml: cleanup

This commit is contained in:
Sandro Jäckel 2021-01-04 11:01:09 +01:00
parent 9daf938d37
commit a8d360eca3
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
sha256 = "1jqjzhch0rips0vp04prvb8vmc20c5pdmsqn8knadcf91yy859fh";
};
buildInputs = if mpi then [ pkgs.openmpi ] else [];
buildInputs = stdenv.lib.optionals mpi [ pkgs.openmpi ];
# TODO darwin, AVX and AVX2 makefile targets
buildPhase = if mpi then ''