# This file is source as well by spack.spec in order to build the dependencies for
# the rpm package, as well it is parsed by a script to create a system
# packages.yaml file for spack.  The syntax relies on following trick, undefined
# macros in spec file are not expanded, which means that %{?foo} will not be
# treated as anything if %foo is not defined. The syntax for every line is now
# Requires: rpmname%{?spackname/path/to/library}
Requires: openmpi2-devel%{?openmpi2/usr/lib64/mpi/gcc/openmpi2}
Requires: openmpi3-devel%{?openmpi3/usr/lib64/mpi/gcc/openmpi3}
Requires: openmpi4-devel%{?openmpi4/usr/lib64/mpi/gcc/openmpi4}
Requires: mpich-devel%{?mpich/usr/lib64/mpi/gcc/mpich}
Requires: mvapich2-devel%{?mvapich2/usr/lib64/mpi/gcc/mvapich2}
