quantum-espresso: adding some missing build deps (#32109)

This commit is contained in:
snehring 2022-08-15 13:40:36 -05:00 committed by GitHub
parent ede6d2caac
commit 01e80210be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -208,6 +208,8 @@ class QuantumEspresso(CMakePackage):
depends_on("blas")
depends_on("lapack")
depends_on("fftw-api@3")
depends_on("git@2.13:", type="build")
depends_on("m4", type="build")
# CONFLICTS SECTION
# Omitted for now due to concretizer bug