meson: Add cmake runtime dependency (#20449)

This commit is contained in:
Chuck Atkins 2020-12-17 16:56:39 -05:00 committed by GitHub
parent a879c875dd
commit c5b4a667d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,6 +35,7 @@ class Meson(PythonPackage):
depends_on('python@3.5:', type=('build', 'run'))
depends_on('py-setuptools', type=('build', 'run'))
depends_on('ninja', type='run')
depends_on('cmake', type='run')
# By default, Meson strips the rpath on installation. This patch disables
# rpath modification completely to make sure that Spack's rpath changes