Use the default mpi implementation

This commit is contained in:
Rodrigo Arias 2023-02-22 09:25:32 +01:00 committed by Rodrigo Arias Mallo
parent 2ebae042a8
commit b3c898f306

View File

@ -1,13 +1,13 @@
{
stdenv
, cmake
, openmpi
, mpi
}:
stdenv.mkDerivation rec {
name = "ovni";
buildInputs = [ cmake openmpi ];
buildInputs = [ cmake mpi ];
# Prevent accidental reutilization of previous builds, as we are taking the
# current directory as-is