wps: add mpi dependency (#31855)

This commit is contained in:
Frank Willmore 2022-08-05 01:58:32 -05:00 committed by GitHub
parent 4114a7f91d
commit 08f403146e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -41,6 +41,7 @@ class Wps(Package):
depends_on("wrf")
depends_on("netcdf-c")
depends_on("netcdf-fortran")
depends_on("mpi")
# build script use csh
depends_on("tcsh", type=("build"))